prometheus

package
v0.0.0-...-8f289dc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

README

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.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PrometheusController

type PrometheusController struct {
	// contains filtered or unexported fields
}

* PrometheusController controls prometheus stack for the cluster

func (*PrometheusController) EnablePrometheus

func (controller *PrometheusController) EnablePrometheus()

* This function setup prometheus stack by applying the specified prometheus manifests using kubectl. * TODO: Add a way to create prometheus objects using dynamic client in generic resource manager

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL