Skip to content

Commit

Permalink
Update prometheus.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RishiKumarRay authored Dec 13, 2021
1 parent bb50ed9 commit 09140c1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion resources/prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ To Setup Prometheus in Kubernetes so that we can monitor third party application

now to run as side car container we will just use its image and specify the port:

![image-20211213174557999](/home/knoldus/.config/Typora/typora-user-images/image-20211213174557999.png)
'''
containers:
- name: exporter
image: justwatch/elasticsearch_exporter:1.0.2
ports:
- containerPort: 9108
args: ['-es.uri=http://localhost:9200']
'''

Now we will also create a config file for Prometheus:

Expand Down

0 comments on commit 09140c1

Please sign in to comment.