Skip to content

Commit

Permalink
Merge pull request #279 from joaopedrocg27/278-add_service_selector
Browse files Browse the repository at this point in the history
feat(discovery): Added selector for prometheus-stack
  • Loading branch information
aantn committed May 14, 2024
2 parents 9e3d468 + 8de631b commit 3cbf709
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def find_metrics_url(self, *, api_client: Optional[ApiClient] = None) -> Optiona
"app=rancher-monitoring-prometheus",
"app=prometheus-prometheus",
"app.kubernetes.io/name=prometheus,app.kubernetes.io/component=server",
"app=stack-prometheus",
]
)

Expand Down

0 comments on commit 3cbf709

Please sign in to comment.