Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxarun authored May 25, 2022
1 parent d269937 commit a40e6e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# custom-prometheus-exporter
Custom prometheus exporter
Run both the files independently.
Provide logs in the log_file in format - metric=my_custom_metric;label_1=mylabel_1;label_2=my_label_2;
Additionally, time taken by any metric can be provided in the log above - metric=my_custom_metric;label_1=mylabel_1;label_2=my_label_2;time_taken=2;
You can check the metrics on the port and path specified in app.py

0 comments on commit a40e6e5

Please sign in to comment.