Coder Social home page Coder Social logo

nicolaslaino / devops-intro-to-prometheus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cloudacademy/devops-intro-to-prometheus

0.0 1.0 0.0 18 KB

This repo contains scripts and infromation about the introduction to prometheus course.

Shell 100.00%

devops-intro-to-prometheus's Introduction

icon for Prometheus

Intro-To-Prometheus

This course accompanies the Cloud Academy course 'Intro to Prometheus'

To the course!

Start Here!

Requirements

  • curl
  • git
  • tar
  • bash
    • tested and validated on bash version 5.0.17(1)-release
  • Ports open on localhost
    • 9090 (Prometheus)
    • 8080-8082 (Node Exporters)

If you want to get started with the examples shown in the course, clone this repo, and use the script(s) below to spin up a little prometheus environment with some Node Exporters!

git clone https://github.com/cloudacademy/devops-intro-to-prometheus.git
cd devops-intro-to-prometheus/scripts
bash letsgo.bash

After the Script has completed, feel free to navigate to localhost:{9090,8080,8081,8082} to see all four services started. The Prometheus server is on localhost:9090

After you're done, don't forget to clean up!

bash cleanup.bash

Checking out the HTTP API - After Prometheus is Started

After the above example is up and running, curl the API to see the nodes

curl -g 'http://localhost:9090/api/v1/series?' --data-urlencode 'match[]=up' --data-urlencode 'match[]=process_start_time_seconds{job="prometheus"}'

Curl the Label 'job' and the corresponding values

curl http://localhost:9090/api/v1/label/job/values 

Resources for Prometheus Outside of Cloud Academy

devops-intro-to-prometheus's People

Contributors

tsarlewey avatar

Watchers

James Cloos 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.