-
Notifications
You must be signed in to change notification settings - Fork 214
Switch from Prometheus self-scrape to OTLP telemetry #1157
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
base: main
Are you sure you want to change the base?
Switch from Prometheus self-scrape to OTLP telemetry #1157
Conversation
| telemetry: | ||
| metrics: | ||
| level: basic | ||
| address: 0.0.0.0:8888 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not work. See https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG.md#v1340v01280 and the telemetry.disableAddressFieldForInternalTelemetry
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the clarification @bogdandrutu .
With just level: basic, the metrics will be exposed on the default (localhost) endpoint, as outlined in the latest documentation. I'll recommit with the removed one accordingly.
Much appreciated!
|
hey @bogdandrutu please review it. |
|
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
|
@bogdandrutu @ChrsMark could you pls take another look at this? 🙏🏼 |
|
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
|
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
service.telemetry.metricsto expose internal metrics in OTLPotlpreceiver and debug exporterfixes #836