Running grafana alongside Prometheus In the previous post we have been running Prometheus as a container, but we have mapped tcp port 9090 to the host. Now, we'll run grafana, but we want to make sure it can access prometheus, so that we run it using the host network: 1docker run -d -p 3000:3000 --network host --name …
Read MoreWhat we are going to build We are building a prometheus installation demo. We'll be using a node-exporter, which is a a Prometheus exporter specifically designed to collect and expose system-level metrics from Unix-like operating systems. ( a Prometheus exporter is a specialized software component that collects metrics …
Read MoreIntroduction Jenkins Terms Jenkins GUI Jenkins Freestyle Job Jenkins installation jenkins all in docker 1 jenkins all in docker 2 Pipelines Pipelines Primer 1 Pipelines Primer 2 Scripted Pipelines Declarative Pipelines Docker Agent Environment variables Multibranch Pipelines Multibranch Basics Triggering Multibranch …
Read More