In this post, We will install Grafana Loki using Bash Shell Script on ubuntu 22.04 LTS Step 1: Create bash script named grafana-loki.sh You need to use the any text editor to create a black grafana-loki bash shell script, Use the following command for the same. vim grafana-loki.sh Step 2: Paste the follwing command […]
How to build Python3 docker image using linux
In this post, We will build the python3 docker image, Use the following command for the same. Step 1: Create a Dockerfile You need to create a Dockerfile using any text editor like vim. Step 2: Paste the following command. Step 3: Execute the docker build command In order to execute the docker build command […]
Send custom metric using Prometheus Push Gateway
You can use the below CURL request to send custom metric in Prometheus using Push Gateway. Conclusion We have successfully Send custom metric using Prometheus Push Gateway Kindly report in case you are facing difficulties with following details.