Skip to content

Commit

Permalink
docs: in discovery the query parameter is target and not fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
thenodon committed Nov 11, 2024
1 parent d7439f0 commit deb7ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ to scrape.

## Service discovery
The service discovery is exposed on the `/sd` endpoint where the query parameter `target` is the name of fabric in the
`config.yml` file, e.g. `'http://localhost:9643/sd?fabric=xyz'`. The output can look like this:
`config.yml` file, e.g. `'http://localhost:9643/sd?target=xyz'`. The output can look like this:

```json
....
Expand Down

0 comments on commit deb7ee8

Please sign in to comment.