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…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.