-
Notifications
You must be signed in to change notification settings - Fork 37
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
Adding ama-metrics to customer control plane #639
Conversation
Initial version
Enable all targets from PRD
Refactor plugin
* Adding missing config for prom collector health in control plane * Cleanup and fixes from testing --------- Co-authored-by: Nina Segares <[email protected]>
* Adding new sidecar to sync configmap changes --------- Co-authored-by: Nina Segares <[email protected]>
* Enable health collector * Removing sidecar from repo --------- Co-authored-by: Nina Segares <[email protected]>
@@ -0,0 +1,182 @@ | |||
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/oss/go/microsoft/golang:1.19 as fluent-bit-builder |
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'll remove this file in the final PR
scrape_configs: | ||
- job_name: cluster-autoscaler | ||
scrape_interval: $$SCRAPE_INTERVAL$$ | ||
follow_redirects: false |
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.
would these files be replaced by the new configmap @bragi92 ?
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.
Yes, I'm currently working on copying these over into my branch and creating an image based on that. I will share a PR link when its ready.
regex: (.+) | ||
- source_labels: [ __address__, __meta_kubernetes_pod_annotation_aks_prometheus_io_port ] | ||
action: replace | ||
separator: ":" |
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.
we need to replace the address with "regex: (.+?)(:\d+)?" but keeping it like this while we test in standalone
This PR is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This PR was closed because it has been stalled for 12 days with no activity. |
Pending changes:
New:
-- Remove scraping interval from settings and keep it to 30s
-- Remove prometheus collector health from ccp
-- Add prefix to all metrics: control-plane