Files
windows_exporter/docs/collector.msmq.md
Calle Pettersson 9ed68ae86c Collector documentation (#113)
* Initial draft of collector documentation

* Add docs for all collectors

* Update main README with links to docs

* Fix link syntax
2018-11-18 17:05:37 +01:00

1.1 KiB

msmq collector

The msmq collector exposes metrics about the queues on a MSMQ server

Metric name prefix | msmq Classes | Win32_PerfRawData_MSMQ_MSMQQueue Enabled by default? | No

Flags

--collector.msmq.msmq-where

A WMI filter on which queues to include. % is a wildcard, and can be used to match on substrings.

Metrics

Name Description Type Labels
wmi_msmq_bytes_in_journal_queue Size of queue journal in bytes gauge name
wmi_msmq_bytes_in_queue Size of queue in bytes gauge name
wmi_msmq_messages_in_journal_queue Count messages in queue journal gauge name
wmi_msmq_messages_in_queue Count messages in queue gauge name

Example metric

This collector does not yet have explained examples, we would appreciate your help adding them!

Useful queries

This collector does not yet have any useful queries added, we would appreciate your help adding them!

Alerting examples

This collector does not yet have alerting examples, we would appreciate your help adding them!