Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.22 KB

File metadata and controls

36 lines (22 loc) · 1.22 KB

Marine Data Instrumentation

Instrumentation of data metrics using Prometheus JVM client library.

Docker Build and Execution

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

Metrics

Namespace - WIP

Lables - WIP

Categories - Data Metrics, Service Metrics (FaaS), System Metrics

Conventions

Tries to follow conventions from OpenTelemetry and OpenMetrics Initiatives:

Data Metrics

System Metrics