smetrics

command module
v0.0.0-...-acd7a31 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2017 License: BSD-2-Clause Imports: 5 Imported by: 0

README

smetrics

Get metrics from Mesos and K8s.

Configuration

Use JSON to pass all Mesos and K8s environments to get metrics.

JSON Example
{
    "mesos": {
        "hosts": [
            {
              "url": "mesos-master-1.domain.pl",
              "port": "8000"
            },
            {
              "url": "mesos-master-2.domain.pl",
              "port": "8000"
            },
            {
              "url": "mesos-master-3.domain.pl",
              "port": "8000"
            }
        ]
    },
    "k8s": {
        "hosts": [
            {
              "url":"k8s-master-1.domain.pl",
              "port": "8999"
            },
            {
              "url":"k8s-master-2.domain.pl",
              "port": "8999"
            }
        ]
    }
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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