-
Notifications
You must be signed in to change notification settings - Fork 23
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
chore: Update tracing & metrics #431
Conversation
Signed-off-by: Víctor Cuadrado Juan <[email protected]>
✅ Deploy Preview for silly-bunny-8cedd0 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
A minor change and I think some additional backticks crept in, looking at the preview:
https://deploy-preview-431--silly-bunny-8cedd0.netlify.app/next/howtos/telemetry/metrics-qs
|
||
````yaml | ||
--- | ||
prometheus: |
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.
isn't this redundant with the two ServiceMonitor
resources created below? why this change?
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.
Indeed, dropped them in 95ad718.
Co-authored-by: John Krug <[email protected]> Signed-off-by: Víctor Cuadrado Juan <[email protected]>
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
Signed-off-by: Víctor Cuadrado Juan <[email protected]>
Description
This updates the tracing and metrics how-tos so they are easier to apply.
Test
Tested by following the docs. Tracing and Prometheus seem to work Grafana doesn't. But maybe I misconfigured the
kube-prometheus-stack-values.yaml
and that's why I'm not receiveing enough metrics for Grafana.Additional Information
Tradeoff
Potential improvement
Feel free to edit the commits as needed.