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 09140c1 commit 8414b65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions resources/prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ 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:

'''
```
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 8414b65

Please sign in to comment.