You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/example-exporter-servlet-tomcat/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,12 +66,15 @@ browser:
66
66
from [https://github.com/prometheus/prometheus/releases](https://github.com/prometheus/prometheus/releases). <!-- editorconfig-checker-disable-line -->
67
67
2. Extract the archive
68
68
3. Edit `prometheus.yml` and append the following snippet at the end:
69
+
69
70
```yaml
70
71
job_name: "tomcat-servlet-example"
71
72
static_configs:
72
73
- targets: ["localhost:8080"]
73
74
```
75
+
74
76
4. Run with native histograms and exemplars enabled:
0 commit comments