Skip to content

Commit

Permalink
Exclude phoenix metrics in grafana cloud (#8849)
Browse files Browse the repository at this point in the history
Exclude the `phoenix_.+` metrics from grafana cloud because their size and we are not using those metrics.

Co-authored-by: Donald Hutchison <donald.hutchison@clabs.co>
  • Loading branch information
jcortejoso and rkachowski authored Oct 27, 2021
1 parent 9cdf5e0 commit bd1b248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/celotool/src/lib/prometheus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ async function helmParameters(context?: string, clusterConfig?: BaseClusterConfi
'kube_pod_[^cs].+',
'workqueue_.+',
'kube_secret_.+',
'phoenix_.+',
]
params.push(
`--set remote_write.url='${fetchEnv(envVar.PROMETHEUS_REMOTE_WRITE_URL)}'`,
Expand Down

0 comments on commit bd1b248

Please sign in to comment.