This feature is available as an add-on for the Honeycomb Enterprise plan.
Please contact your Honeycomb account team for details.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Platform | Metrics | Logs | Traces |
|---|---|---|---|
| Linux | β | β | |
| Windows | β | β | |
| macOS | β | β |
| Parameter | Type | Default | Description |
|---|---|---|---|
| telemetry_types | telemetrySelector | ["Logs", "Metrics"] | Choose Telemetry Type. |
| daemon_log_paths | strings | - "/var/log/rabbitmq/rabbit@*.log" | Path to Rabbitmq log file(s). |
| start_at | enum | end | Start reading the file from the βbeginningβ or βendβ. |
| username* | string | Username used to authenticate. | |
| password* | string | Password used to authenticate. | |
| endpoint | string | http://localhost:15672 | The endpoint of the Rabbitmq server. |
| collection_interval | int | 60 | Sets how often (seconds) to scrape for metrics. |
| enable_tls | bool | false | Whether or not to use TLS. |
| insecure_skip_verify | bool | false | Enable to skip TLS certificate verification. |
| ca_file | string | Certificate authority used to validate the database serverβs TLS certificate. | |
| cert_file | string | A TLS certificate used for client authentication, if mutual TLS is enabled. | |
| key_file | string | A TLS private key used for client authentication, if mutual TLS is enabled. |