Skip to content

Commit fa56bc4

Browse files
author
Pierre Guceski
authored
Merge pull request DataDog#6802 from DataDog/therve/prometheus-typo
Fix typo in the prometheus doc
2 parents c6926bd + c21d0df commit fa56bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/getting_started/integrations/prometheus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Find below the full list of parameters that can be used for your `instances`:
144144
| `tags` | list of key:value element | optional | none | List of tags to attach to every metric, event, and service check emitted by this integration.<br> [Learn more about tagging][5]. |
145145
| `send_distribution_buckets` | boolean | optional | false | Set `send_distribution_buckets` to `true` to send and convert OpenMetrics histograms to [Distribution metrics][8]. <br>`send_histograms_buckets` must be set to `true` (default value). |
146146
| `send_distribution_counts_as_monotonic` | boolean | optional | false | Set `send_distribution_counts_as_monotonic` to `true` to send OpenMetrics histogram/summary counts as monotonic counters. |
147-
| `send_histogram_buckets` | boolean | optional | true | Set `send_histograms_buckets` to `true` to send the histograms bucket. |
147+
| `send_histograms_buckets` | boolean | optional | true | Set `send_histograms_buckets` to `true` to send the histograms bucket. |
148148
| `send_monotonic_counter` | boolean | optional | true | To send counters as monotonic counter see [the relevant issue][9] in GitHub. |
149149
| `exclude_labels` | list of string | optional | none | List of labels to be excluded. |
150150
| `ssl_cert` | string | optional | none | If your Prometheus endpoint is secured, here are the settings to configure it:<br> Can either be: only the path to the certificate and thus you should specify the private key, or it can be the path to a file containing both the certificate and the private key. |

0 commit comments

Comments
 (0)