-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add factory and new-style config for Prometheus exporter #38
Comments
pjanotti
referenced
this issue
in pjanotti/opentelemetry-service
Jun 27, 2019
tigrannajaryan
added
help wanted
Good issue for contributors to OpenTelemetry Service to pick up
and removed
help wanted
Good issue for contributors to OpenTelemetry Service to pick up
labels
Jul 2, 2019
tigrannajaryan
pushed a commit
to tigrannajaryan/opentelemetry-collector
that referenced
this issue
Jul 2, 2019
Github issue: open-telemetry#38 Testing done: - make - Run with the following config and make sure Prometheus can scrape : receivers: opencensus: port: 55678 prometheus: config: scrape_configs: - job_name: 'demo' scrape_interval: 5s zpages: port: 55679 exporters: prometheus: endpoint: "127.0.0.1:8889" pipelines: metrics: receivers: [prometheus] exporters: [prometheus]
tigrannajaryan
pushed a commit
to tigrannajaryan/opentelemetry-collector
that referenced
this issue
Jul 2, 2019
Github issue: open-telemetry#38 Testing done: - make && make otelsvc - Run otelsvc with the following config and make sure Prometheus can scrape : receivers: opencensus: port: 55678 prometheus: config: scrape_configs: - job_name: 'demo' scrape_interval: 5s zpages: port: 55679 exporters: prometheus: endpoint: "127.0.0.1:8889" pipelines: metrics: receivers: [prometheus] exporters: [prometheus]
tigrannajaryan
pushed a commit
to tigrannajaryan/opentelemetry-collector
that referenced
this issue
Jul 2, 2019
Github issue: open-telemetry#38 Testing done: - make && make otelsvc - Run otelsvc with the following config and make sure Prometheus can scrape : receivers: opencensus: port: 55678 prometheus: config: scrape_configs: - job_name: 'demo' scrape_interval: 5s zpages: port: 55679 exporters: prometheus: endpoint: "127.0.0.1:8889" pipelines: metrics: receivers: [prometheus] exporters: [prometheus]
tigrannajaryan
added a commit
that referenced
this issue
Jul 3, 2019
Github issue: #38 Testing done: - make && make otelsvc - Run otelsvc with the following config and make sure Prometheus can scrape : receivers: opencensus: port: 55678 prometheus: config: scrape_configs: - job_name: 'demo' scrape_interval: 5s zpages: port: 55679 exporters: prometheus: endpoint: "127.0.0.1:8889" pipelines: metrics: receivers: [prometheus] exporters: [prometheus]
Done. |
MovieStoreGuy
pushed a commit
to atlassian-forks/opentelemetry-collector
that referenced
this issue
Nov 11, 2021
hughesjj
pushed a commit
to hughesjj/opentelemetry-collector
that referenced
this issue
Apr 27, 2023
Troels51
pushed a commit
to Troels51/opentelemetry-collector
that referenced
this issue
Jul 5, 2024
Added docs/library-distribution.md Started to clarify how the library can be distributed Co-authored-by: Ryan Burn <ryan.burn@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See OpenCensus exporter factory.go and config.go as an example.
The text was updated successfully, but these errors were encountered: