Skip to content

Commit

Permalink
prometheus.scraps: clarify docs on job label (#5680) (#5682)
Browse files Browse the repository at this point in the history
Co-authored-by: Clayton Cornell <[email protected]>
(cherry picked from commit c2ecec3)

Co-authored-by: Craig Peterson <[email protected]>
  • Loading branch information
grafanabot and captncraig authored Nov 1, 2023
1 parent 9e8472f commit b937714
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Name | Type | Description | Default | Required
---- | ---- | ----------- | ------- | --------
`targets` | `list(map(string))` | List of targets to scrape. | | yes
`forward_to` | `list(MetricsReceiver)` | List of receivers to send scraped metrics to. | | yes
`job_name` | `string` | The job name to override the job label with. | component name | no
`job_name` | `string` | The value to use for the job label if not already set. | component name | no
`extra_metrics` | `bool` | Whether extra metrics should be generated for scrape targets. | `false` | no
`honor_labels` | `bool` | Indicator whether the scraped metrics should remain unmodified. | `false` | no
`honor_timestamps` | `bool` | Indicator whether the scraped timestamps should be respected. | `true` | no
Expand Down

0 comments on commit b937714

Please sign in to comment.