Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 591 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 591 Bytes

Prometheus Integration

This directory contains coreos' prometheus for monitoring kubernetes clusters using Prometheus Operators. To setup and enable prometheus monitoring before running your workload, include the below PrometheusManifestPaths configuration option in your benchmark config file:

        "PrometheusManifestPaths": [
                "pkg/prometheus/manifests/setup",
                "pkg/prometheus/manifests"
        ],

For general instructions and more details on kube-prometheus, please check: kube-prometheus.