Giter Club home page Giter Club logo

nomad-exporter's Introduction

nomad-exporter

A fork of Nomon/nomad-exporter which exposes metrics not exposed by the default Nomad Prometheus telemetry endpoint.

Local Development

go run nomad-exporter.go --nomad.server $NOMAD_ADDR
curl -s localhost:9172/metrics | grep -E '^nomad_'

Docker

docker build -t nomad-exporter:latest .

Exported Metrics

Metric Meaning Labels
nomad_up Was the last query of Nomad successful.
nomad_exporter_raft_peers How many peers (servers) are in the Raft cluster.
nomad_exporter_nodes the number of nodes datacenter,class,drain,status
nomad_exporter_jobs the number of jobs status,type
nomad_exporter_allocs the number of allocs client_status,desired_status,job_type,node_id
nomad_exporter_evals the number of evaluations status
nomad_exporter_tasks the number of tasks state,failed,job_type,node_id
nomad_exporter_deployments the number of deployments status,job_id
nomad_exporter_deployment_task_group_desired_canaries the number of desired canaries for the task group job_id,deployment_id,task_group,promoted
nomad_exporter_deployment_task_group_desired_total the number of desired allocs for the task group job_id,deployment_id,task_group,promoted
nomad_exporter_deployment_task_group_placed_allocs the number of placed allocs for the task group job_id,deployment_id,task_group,promoted
nomad_exporter_deployment_task_group_healthy_allocs the number of healthy allocs for the task group job_id,deployment_id,task_group,promoted
nomad_exporter_deployment_task_group_unhealthy_allocs the number of unhealthy allocs for the task group job_id,deployment_id,task_group,promoted

nomad-exporter's People

Contributors

itatabitovski avatar samber avatar jrasell avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.