Skip to content

Commit

Permalink
Remove list that does not belong in the tracing block (#1435)
Browse files Browse the repository at this point in the history
  • Loading branch information
wildum authored Aug 7, 2024
1 parent d617d56 commit 69f7c9a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/sources/reference/config-blocks/tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,6 @@ Name | Type | Description

The remote sampling strategies are retrieved from the URL specified by the `url` argument, and polled for updates on a timer. The frequency for how often polling occurs is controlled by the `refresh_interval` argument.

Name | Type | Description | Default | Required
-------------------|----------------|------------------------------------------------------------------|---------|---------
`names` | `list(string)` | DNS names to look up. | | yes
`port` | `number` | Port to use for collecting metrics. Not used for SRV records. | `0` | no
`refresh_interval` | `duration` | How often to query DNS for updates. | `"30s"` | no
`type` | `string` | Type of DNS record to query. Must be one of SRV, A, AAAA, or MX. | `"SRV"` | no

Requests to the remote sampling strategies server are made through an HTTP `GET` request to the configured `url` argument.
A `service=alloy` query parameter is always added to the URL to allow the server to respond with service-specific strategies.
The HTTP response body is read as JSON matching the schema specified by Jaeger's [`strategies.json` file][Jaeger sampling strategies].
Expand Down

0 comments on commit 69f7c9a

Please sign in to comment.