StackStorm / stackstorm-k8s

K8s Helm Chart that codifies StackStorm (aka "IFTTT for Ops" https://stackstorm.com/) Highly Availability fleet as a simple to use reproducible infrastructure-as-code app
https://helm.stackstorm.com/
Apache License 2.0
99 stars 107 forks source link

Prometheus Metrics #23

Open arm4b opened 5 years ago

arm4b commented 5 years ago

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.

stefangusa commented 4 years ago

Hi, are there any updates on this issue?