Giter Club home page Giter Club logo

prometheus-ecosystem-testing-demo's Introduction

Prometheus testing

Demo to show what can be tested in the Prometheus ecosystem.

Commands are meant to be run from root of this repository.

Used tools:

Validate Prometheus configuration

promtool check config prometheus.yaml

Validate metrics

Locally

cat metrics.txt | promtool check metrics

Live app

Terminal 1

pushd app/
go run main.go 
popd

Terminal 2

curl http://localhost:8080/metrics | promtool check metrics

Test instrumentation

pushd app/
go test -v ./...
popd

Validate rules

promtool check rules rules.yaml

Unit test rules

promtool test rules rules_test.yaml

validate rules semantics

promruval validate --config-file validation.yaml rules.yaml

Check Alertmanager configuration

amtool check-config alertmanager.yaml

Test Alertmanager templating

amtool template render --template.glob notification_template.tmpl --template.data alert.json --template.text='{{ template "test" . }}'

Test Alertmanager routing

amtool config routes test --config.file alertmanager.yaml --verify.receivers team-A --tree team=team-A

prometheus-ecosystem-testing-demo's People

Contributors

fusakla avatar

Stargazers

Petr Michalec avatar

Watchers

 avatar  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.