Skip to content

Commit

Permalink
Merge pull request #9358 from sennatitcomb/st
Browse files Browse the repository at this point in the history
Typo fixes
  • Loading branch information
roidelapluie committed Sep 18, 2021
2 parents da3fb84 + 9e7ae7b commit 3f51c8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Prometheus will now be reachable at http://localhost:9090/.

### Building from source

To build Prometheus from source code, first ensure that have a working
To build Prometheus from source code, first ensure that you have a working
Go environment with [version 1.14 or greater installed](https://golang.org/doc/install).
You also need [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/)
installed in order to build the frontend assets.
Expand Down
4 changes: 2 additions & 2 deletions docs/http_sd.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Here is a table comparing our two generic Service Discovery implementations.

## Requirements of HTTP SD endpoints

If you implement an HTTP SD endpoint, here is a few requirements you should be
If you implement an HTTP SD endpoint, here are a few requirements you should be
aware of.

The response is consumed as is, unmodified. On each refresh interval (default: 1
Expand All @@ -47,7 +47,7 @@ for incremental updates. A Prometheus instance does not send its hostname and it
is not possible for a SD endpoint to know if the SD requests is the first one
after a restart or not.

The URL to the HTTP SD is not considered secret. The authentication, and any API
The URL to the HTTP SD is not considered secret. The authentication and any API
keys should be passed with the appropriate authentication mechanisms. Prometheus
supports TLS authentication, basic authentication, OAuth2, and authorization
headers.
Expand Down

0 comments on commit 3f51c8b

Please sign in to comment.