OpenMetrics
StackState v6.0
Overview
Setup
Installation
Configuration
... metadata: annotations: ad.stackstate.com/<CONTAINER_NAME>.check_names: '["openmetrics"]' ad.stackstate.com/<CONTAINER_NAME>.init_configs: '[{}]' ad.stackstate.com/<CONTAINER_NAME>.instances: | [ { "prometheus_url": "http://%%host%%:<METRICS_PORT>/<METRICS_PATH>", "namespace": "<METRICS_NAMESPACE>", "metrics": ["*"] } ] ... # This already exists in the pod spec, the container name needs to match the container that is exposing the openmetrics endpoint spec: containers: - name: <CONTAINER_NAME> ...
Data collected
Metrics
Events
Traces
Last updated