-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Update collecting-metrics.md #5717
Conversation
Editing the config map with specified commands. Issue knative#5217.
✅ Deploy Preview for knative ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
Welcome @pawarpranav83! It looks like this is your first PR to knative/docs 🎉 |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: pawarpranav83 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @skonto can you take a look? |
```bash | ||
kubectl patch --namespace knative-serving configmap/config-observability \ | ||
--type merge \ | ||
--patch '{"data":{"metrics.backend-destination":"promethuus","metrics.request-metrics-backend-destination":"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.
same key with under line.
|
||
kubectl patch --namespace knative-serving configmap/config-observability \ | ||
--type merge \ | ||
--patch '{"data":{"metrics.backend-destination":"promethuus","metrics.request-metrics-backend-destination":"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.
same key with upper line.
I think you should patch |
Hi @pawarpranav83, I can't reproduce the issue in #5217.
Btw also the preview does not look good. |
Editing the config map with specified commands.
Issue #5217.
"Fixes #issue-number" or "Add description of the problem this PR solves"
Proposed Changes