-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Which problem is this PR solving? Document the troubleshooting steps taken while investigating [this support question](https://cloud-native.slack.com/archives/CGG7NFUJ3/p1699539239671519). One of the problems faced by users was caused by [OpenTelemetry Collector Contrib v0.85.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.85.0) introducing a breaking change to enable normalized metric names by default: > `prometheusexporters`: Append prometheus type and unit suffixes by default in prometheus exporters. (open-telemetry/opentelemetry-collector-contrib#26488) Suffixes can be disabled by setting add_metric_suffixes to false on the exporter. Relates to: jaegertracing/jaeger#4957 ## Description of the changes - Adds the following troubleshooting guides: - Inspecting the Prometheus queries that Jaeger makes to fetch data for the Monitor tab. - Inspecting OpenTelemetry config to troubleshoot a possible cause for missing error metrics. - Updates only made from when SPM defaulted to supporting the spanmetrics connector, which was [v1.49.0](https://github.com/jaegertracing/jaeger/releases/tag/v1.49.0). ## Checklist - [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits ~- [ ] I have added unit tests for the new functionality~ ~- [ ] I have run lint and test steps successfully~ --------- Signed-off-by: Albert Teoh <albert@packsmith.io> Co-authored-by: Albert Teoh <albert@packsmith.io>
- Loading branch information
1 parent
aacddd0
commit 855ca70
Showing
4 changed files
with
260 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters