Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed port name in service monitor #226

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ in for `prom` when it appears.
### Monitoring Your Application

In order to monitor your application, you'll need to set up
a ServiceMonitor pointing at the application. Assuming you've set up your
a ServiceMonitor pointing at the service for the application. Assuming you've set up your
Prometheus instance to use ServiceMonitors with the `app: sample-app`
label, create a ServiceMonitor to monitor the app's metrics via the
service:
Expand All @@ -199,7 +199,7 @@ spec:
matchLabels:
app: sample-app
endpoints:
- port: http
- port: 80-8080
```

</details>
Expand Down