Skip to content

Commit 3ea7f4e

Browse files
committed
mention what the list is
1 parent 03a78fc commit 3ea7f4e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

stacks/monitoring/prometheus-service-monitors.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Use something like this to check for metrics:
22
# count by (app_kubernetes_io_name, app_kubernetes_io_instance, pod) ({app_kubernetes_io_name!="",pod!=""})
33
#
4+
# Products metrics covered by the ServiceMonitors below. The list also includes wether the
5+
# ServiceMonitor scrapes native metrics or a statsd/JMX exporter.
6+
#
47
# [x] Airflow - exporter
58
# [x] Druid - native
69
# [x] HBase - native
@@ -10,7 +13,7 @@
1013
# [x] NiFi 1 - native
1114
# [x] NiFi 2 - native
1215
# [ ] OpenSearch - not officially part of the platform yet
13-
# [ ] Spark - native - was too lazy, no idea if we even expose metrics
16+
# [ ] Spark - native - was too lazy
1417
# [x] Superset - exporter
1518
# [x] Trino - native
1619
# [x] ZooKeeper - native

0 commit comments

Comments
 (0)