You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Monitoring tools shouldn't be specified by this application.
Describe the solution you'd like
Remove dependencies on monitoring tools.
Additional context
We'll want to remove the dependency on the prometheus helm chart, but still provide a reasonable way to enable prometheus metric scraping. This will be accomplished via the conditional ServiceMonitor.
The hard-coded labels that were in this chart beforehand (prometheus.io/*) aren't necessary if we are providing a ServiceMonitor as a standard way for discovering targets. They should be removed.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Monitoring tools shouldn't be specified by this application.
Describe the solution you'd like
Remove dependencies on monitoring tools.
Additional context
We'll want to remove the dependency on the prometheus helm chart, but still provide a reasonable way to enable prometheus metric scraping. This will be accomplished via the conditional ServiceMonitor.
The hard-coded labels that were in this chart beforehand (
prometheus.io/*
) aren't necessary if we are providing a ServiceMonitor as a standard way for discovering targets. They should be removed.The text was updated successfully, but these errors were encountered: