You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update documentation for RabbitMQ Prometheus family types (#20155)
* update documentation about RabbitMQ family types
* Update rabbitmq/README.md
Co-authored-by: Jen Gilbert <jen.gilbert@datadoghq.com>
---------
Co-authored-by: Jen Gilbert <jen.gilbert@datadoghq.com>
Copy file name to clipboardExpand all lines: rabbitmq/README.md
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -38,15 +38,14 @@ Configure the `prometheus_plugin` section in your instance configuration. When u
38
38
url: http://<HOST>:15692
39
39
```
40
40
41
-
This enables scraping of the [`/metrics` endpoint][20] on one RabbitMQ node. Datadog can also collect data from the [`/metrics/detailed` endpoint][22].
42
-
43
-
```yaml
41
+
This enables scraping of the [`/metrics` endpoint][20] on one RabbitMQ node. Datadog can also collect data from the [`/metrics/detailed` endpoint][22]. The metrics collected will depend on which families are included.
This enables scraping of the [`/metrics/detailed` endpoint][22] to collect queue coarse metrics.
48
+
This configuration collects metrics for each queue, exchange, and node. See the [`/metrics/detailed` API documentation][22] for more information on the metrics provided by each family.
50
49
51
50
##### [RabbitMQ Management Plugin][4].
52
51
@@ -169,7 +168,7 @@ See [service_checks.json][14] for a list of service checks provided by this inte
169
168
The Prometheus Plugin exposes a different set of metrics from the Management Plugin.
170
169
Here is what to be aware of as you migrate from the Management to the Prometheus Plugin.
171
170
172
-
- Look up your metrics in [this table][23]. If a metric's description contains an `[OpenMetricsV2]` tag, then it is available in the Prometheus Plugin. Metrics available only in the Management Plugin do not have any tags in their descriptions.
171
+
- Look up your metrics in [this table][23]. If a metric's description contains an `[OpenMetrics]` tag, then it is available in the Prometheus Plugin. Metrics available only in the Management Plugin do not have any tags in their descriptions.
173
172
- Any dashboards and monitors using Management Plugin metrics do not function. Switch to the dashboards and monitors marked as *OpenMetrics Version*.
174
173
- The default configuration collects aggregated metrics. This means, for example, that there are no metrics tagged by queue. Configure the option `prometheus_plugin.unaggregated_endpoint` to get metrics without aggregation.
175
174
- The `rabbitmq.status` service check is replaced by `rabbitmq.openmetrics.health`. The service check `rabbitmq.aliveness` has no equivalent in the Prometheus Plugin.
0 commit comments