Instrumentation of data metrics using Prometheus JVM client library.
docker build -t data_instrumentation .
docker run -p 9091:9091 data_instrumentation:latest
To customize configuration parameters pass the absolut path of the YAML configuration file ($PATH_TO_YAML) as argument in the docker command:
docker run -p 9091:9091 -v $PATH_TO_YAML:/etc/data_instrumentation/config.yaml data_instrumentation:latest
Namespace - WIP
Lables - WIP
Categories - Data Metrics, Service Metrics (FaaS), System Metrics
Tries to follow conventions from OpenTelemetry and OpenMetrics Initiatives: