Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Add opentelemetry metrics provider #18

Merged
merged 2 commits into from
Nov 28, 2023

Conversation

begmaroman
Copy link
Contributor

No description provided.

Copy link

sonarcloud bot commented Nov 28, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Contributor

@Stefan-Ethernal Stefan-Ethernal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Out of curiosity, a couple of questions and considerations:

  • If we are about to introduce some custom metrics, we would use Open Telemetry API to do so (e.g. MeterProvider instance would be use to spawn Meter's for each metric we would like to introduce)?
  • Is there a way to have a centralized place from where we could report metrics (like some kind of singleton)?

@begmaroman
Copy link
Contributor Author

  • Yes
  • I think so. I would add this kind of structure when there is a clear understanding what kind of metrics we want to have and where.

Copy link
Contributor

@vcastellm vcastellm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@begmaroman begmaroman merged commit 2318455 into main Nov 28, 2023
4 checks passed
@begmaroman begmaroman deleted the feature/add-opentelemetry-metric-provider branch November 28, 2023 15:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants