Prometheus Operator Concepts: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
kubectl -n <namespace> get servicemonitors | kubectl -n <namespace> get servicemonitors | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=Configuring Prometheus with Prometheus Operator= | |||
{{Internal|Configuring Prometheus with Prometheus Operator|Configuring Prometheus with Prometheus Operator}} |
Revision as of 21:58, 14 October 2020
Internal
Custom Resources
Prometheus Resource
ServiceMonitor Resource
The current service monitor list can be obtained with:
kubectl -n <namespace> get servicemonitors