stackstorm-k8s
stackstorm-k8s copied to clipboard
Prometheus Metrics
Future (sometime near production) version of chart should include an option to enable Prometheus Metrics via Helm values.yaml.
Once configured/enabled the chart should take it from there to setup everything.
An example could be found at mongodb-replicaset Helm chart:
https://github.com/helm/charts/tree/master/stable/mongodb-replicaset#promethus-metrics
Officially Prometheus metrics are not yet supported by StackStorm (see https://github.com/StackStorm/st2/issues/4341), we'll likely need a dedicated st2 exporter (see the list https://prometheus.io/docs/instrumenting/exporters/) If not, use https://github.com/prometheus/statsd_exporter#without-statsd as a middle-man between st2 metrics and Prometheus since st2 supports statsd metrics.
Hi, are there any updates on this issue?