-
Notifications
You must be signed in to change notification settings - Fork 363
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: default observability.enable_prometheus to true #9222
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9222 +/- ##
==========================================
- Coverage 44.70% 44.69% -0.02%
==========================================
Files 1270 1270
Lines 155132 155136 +4
Branches 2437 2436 -1
==========================================
- Hits 69351 69332 -19
- Misses 85545 85568 +23
Partials 236 236
Flags with carried forward coverage won't be shown. Click here to find out more.
|
✅ Deploy Preview for determined-ui canceled.
|
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.
I'm glad you updated the wording on what "enabled_prometheus" does. Prometheus endpoints are present
makes a lot more sense!
Ticket
Description
Default
observability.enable_prometheus
to true for convenience. There was no reason it should have been defaulted to false since the performance is negligible.Test Plan
Run a devcluster with no prometheus config and see that
det dev curl /debug/prom/metrics
returns metricsRun a devcluster with
det dev curl /debug/prom/metrics
returns not foundChecklist
docs/release-notes/
.See Release Note for details.