Prometheus Operator Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Prometheus Concepts =Custom Resources= ==Prometheus Resource== ==ServiceMonitor Resource==")
 
Line 5: Line 5:
==Prometheus Resource==
==Prometheus Resource==
==ServiceMonitor Resource==
==ServiceMonitor Resource==
The current service monitor list can be obtained with:
<syntaxhighlight lang='bash'>
kubectl -n <namespace> get servicemonitors
</syntaxhighlight>

Revision as of 21:48, 14 October 2020

Internal

Custom Resources

Prometheus Resource

ServiceMonitor Resource

The current service monitor list can be obtained with:

kubectl -n <namespace> get servicemonitors