-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
(jaeger): Fix jaeger span metrics #1174
(jaeger): Fix jaeger span metrics #1174
Conversation
Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
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.
LGTM
@puckpuck just one question, what is the file: |
Prometheus will error out if a config file is not passed into the startup, since the default image does not have one. Typically Prometheus is used to pull metrics, so a config will always be present, but since we are using it only in a push method, we don't have a scraping config to pass in.
|
* jaeger spm and prometheus Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * jaeger spm and prometheus Signed-off-by: Pierre Tessier <pierre@pierretessier.com> --------- Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
* jaeger spm and prometheus Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * jaeger spm and prometheus Signed-off-by: Pierre Tessier <pierre@pierretessier.com> --------- Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
Turns out this file was kinda important as it was scraping collector metrics. Removing it broke the collector dashboard in Grafana. |
* jaeger spm and prometheus Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * jaeger spm and prometheus Signed-off-by: Pierre Tessier <pierre@pierretessier.com> --------- Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
Changes
Fixes: #864
Adds proper command args to Jaeger to understand the proper metric names generated from the
spanmetrics
connectors.Merge Requirements
CHANGELOG.md
updated to document new feature additionsMaintainers will not merge until the above have been completed. If you're unsure
which docs need to be changed ping the
@open-telemetry/demo-approvers.