-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 v2] Service Performance Monitoring #5632
Labels
Comments
3 tasks
This was referenced Jun 26, 2024
yurishkuro
pushed a commit
that referenced
this issue
Jul 8, 2024
## Which problem is this PR solving? - Part of #5632 ## Description of the changes - Cleaned up the Prometheus config - Removed namespaceConfig as its not needed for a metrics storage ## How was this change tested? - `make test` ## Checklist - [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits <s> - [ ] I have added unit tests for the new functionality </s> - [x] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `yarn lint` and `yarn test` --------- Signed-off-by: FlamingSaint <[email protected]>
yurishkuro
added a commit
that referenced
this issue
Jul 24, 2024
## Which problem is this PR solving? - This PR is a part of the issue #5632 ## Description of the changes - Added a new docker-compose file - Added the configuration file which will be used for enabling SPM in v2 ## How was this change tested? - Run `make dev-v2` inside `docker-compose/monitor` ## Checklist - [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits - [x] I have added unit tests for the new functionality - [x] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `yarn lint` and `yarn test` --------- Signed-off-by: FlamingSaint <[email protected]> Signed-off-by: Raghuram Kannan <[email protected]> Signed-off-by: Yuri Shkuro <[email protected]> Signed-off-by: Yuri Shkuro <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]>
4 tasks
4 tasks
Separate issue #5608 opened for integration tests, considering this one finished. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Part of #5240
Jaeger-v1 implements a functionality known as SPM, but it requires a separately running OpenTelemetry Collector to produce metrics out of spans using SpanMetrics Connector. Since Jaeger-v2 is built on top of OTEL Collector, we can run SpanMetrics Connector directly in the Jaeger binary and simplify the setup for the users.
The text was updated successfully, but these errors were encountered: