-
Notifications
You must be signed in to change notification settings - Fork 7
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
[FEATURE] Operator: Basic Metrics enabled #152
Conversation
d54fea9
to
c6021f6
Compare
Can be tested using: The metrics server for both is running under port 9090 (and /metrics path by default) |
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.
👍
5dcb2e9
to
2061755
Compare
2061755
to
a17de38
Compare
2becabb
to
e88a74d
Compare
Enable basic metrics for the operator: - controller: workqueue, tenant operation (optional detailed) metrics - subscription: http handler metrics Note: For the controller, detailed tenant operation metrics are disabled by default and can be enabled by setting the environment variable: `DETAILED_OPERATIONAL_METRICS` to `true`. Documentation will be published under: https://sap.github.io/cap-operator/docs/usage/operator-metrics/
e88a74d
to
2b72c4c
Compare
Quality Gate passedIssues Measures |
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.
OK - tested with multiple apps.
Enable basic metrics for the operator:
Note: For the controller, detailed tenant operation metrics are disabled
by default and can be enabled by setting the environment variable:
DETAILED_OPERATIONAL_METRICS
totrue
.Documentation will be published under:
https://sap.github.io/cap-operator/docs/usage/operator-metrics/