Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exporters: implement Prometheus exporter #88

Closed
fbogsany opened this issue Sep 16, 2019 · 4 comments
Closed

Exporters: implement Prometheus exporter #88

fbogsany opened this issue Sep 16, 2019 · 4 comments
Labels
help wanted Extra attention is needed stale

Comments

@fbogsany
Copy link
Contributor

No description provided.

@fbogsany fbogsany added the help wanted Extra attention is needed label Sep 16, 2019
@fbogsany fbogsany added this to the Alpha milestone Sep 16, 2019
@fbogsany
Copy link
Contributor Author

fbogsany commented Nov 4, 2019

open-telemetry/opentelemetry-specification#259 metrics SDK spec moved to Alpha 0.3, so moving the exporter as well.

@fbogsany fbogsany modified the milestones: Alpha v0.2, Alpha v0.3 Nov 4, 2019
@fbogsany fbogsany modified the milestones: Alpha v0.3, Alpha v0.4 Mar 12, 2020
@pinglamb
Copy link

I am trying to study this but not sure how to begin.

I have a few questions in mind:

  • Is the metric api implementation ready?
  • So with the prometheus exporter, does it mean that we have to map the OpenTelemetry entities (counter, measure, ...) to corresponding prometheus implementations (counter, gauge, ...)?
  • How do library users specify that they want to use prometheus exporter, through some sort of configuration?
  • From my understanding, prometheus expects metric provider to expose http endpoint for scraping, so how should we hook that up with rack servers using this library, as a middleware?

@fbogsany
Copy link
Contributor Author

We don’t yet have an implementation of Metrics in the SDK. We need that before we can start work on a Prometheus (or statsd) exporter.

@mwear mwear modified the milestones: Alpha v0.5, Alpha v0.6 Jun 4, 2020
@mwear mwear modified the milestones: Alpha v0.6, Beta Jul 16, 2020
@fbogsany fbogsany modified the milestones: Beta v0.7, Beta v0.8 Sep 18, 2020
@fbogsany fbogsany removed this from the Beta v0.10 milestone Jan 11, 2021
Copy link
Contributor

👋 This issue has been marked as stale because it has been open with no activity. You can: comment on the issue or remove the stale label to hold stale off for a while, add the keep label to hold stale off permanently, or do nothing. If you do nothing this issue will be closed eventually by the stale bot.

@github-actions github-actions bot added the stale label Apr 28, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed stale
Projects
None yet
Development

No branches or pull requests

3 participants