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

Typo in Prometheus Configuration Example #37035

Closed
peterkovecses opened this issue Sep 10, 2023 · 0 comments · Fixed by #37039
Closed

Typo in Prometheus Configuration Example #37035

peterkovecses opened this issue Sep 10, 2023 · 0 comments · Fixed by #37039
Assignees
Labels
doc-bug Problem with the content; needs to be fixed [org][type][category] dotnet-fundamentals/svc good first issue Issue should be good for first-time contributors, with clear instructions help wanted Good for community contributors to help [up-for-grabs] okr-health Content-health KR: Concerns article defects/freshness or build warnings. Pri2 📌 seQUESTered Identifies that an issue has been imported into Quest.

Comments

@peterkovecses
Copy link

peterkovecses commented Sep 10, 2023

In the documentation section titled "7.1 Install and configure Prometheus," there is a small typographical error in the example Prometheus YAML configuration. The error is in the scrape_configs section, specifically in the scrape_interval key.
Current Text:
-scrape_interval: 1s # poll very quickly for a more responsive demo

Suggested Correction:
scrape_interval: 1s # poll very quickly for a more responsive demo

This correction removes the extra hyphen in front of the scrape_interval key, which is essential for Prometheus to function correctly.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.


Associated WorkItem - 159035

@dotnet-bot dotnet-bot added the ⌚ Not Triaged Not triaged label Sep 10, 2023
@ghost ghost added doc-bug Problem with the content; needs to be fixed [org][type][category] help wanted Good for community contributors to help [up-for-grabs] labels Sep 10, 2023
@dotnet-bot dotnet-bot removed the ⌚ Not Triaged Not triaged label Sep 10, 2023
@ghost ghost added good first issue Issue should be good for first-time contributors, with clear instructions okr-health Content-health KR: Concerns article defects/freshness or build warnings. labels Sep 10, 2023
@ghost ghost added the in-pr This issue will be closed (fixed) by an active pull request. label Sep 11, 2023
@IEvangelist IEvangelist added the 🗺️ reQUEST Triggers an issue to be imported into Quest. label Sep 11, 2023
@IEvangelist IEvangelist self-assigned this Sep 11, 2023
@ghost ghost removed the in-pr This issue will be closed (fixed) by an active pull request. label Sep 11, 2023
@github-actions github-actions bot added 📌 seQUESTered Identifies that an issue has been imported into Quest. and removed 🗺️ reQUEST Triggers an issue to be imported into Quest. labels Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-bug Problem with the content; needs to be fixed [org][type][category] dotnet-fundamentals/svc good first issue Issue should be good for first-time contributors, with clear instructions help wanted Good for community contributors to help [up-for-grabs] okr-health Content-health KR: Concerns article defects/freshness or build warnings. Pri2 📌 seQUESTered Identifies that an issue has been imported into Quest.
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants