RSSAmplifier

Andraž Bajt's blog · Jun 27, 2021

Trying out Prometheus

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

This time I’m trying out a monitoring solution: Prometheus . All I know about it so far: pull based, server scrapes /metrics on workloads, human readable format scales well because of this popular in kuberetes space Let’s try running the docker iamge based on the README. 1 docker run --rm -it -p9090:9090 prom/prometheus:main We’ve got lift off! And it’s monitoring itself…

Read on /posts/2021-06-27-trying-out-prometheus/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.