...
The result is a ZIP file that contains a JSON for each HiveMQ metric.
Note, you can specify any numeric Datasource id with option --direct
, as with direct Prometheus export the Datasource id is ignored.
Params
Name | Description | Required | Example |
---|---|---|---|
| Grafana URL (Without trailing slash) | x |
|
| Grafana Datasource ID | x |
|
| Start timestamp in ISO Format. If it ends with | x |
|
| End timestamp in ISO Format. If it ends with | x |
|
| Grafana Username |
| |
| Grafana Password. Can be passed as param directly |
| |
| Prometheus Filter to only pull HiveMQ metrics with specific tags. Example: If you would get the HiveMQ metrics with the query |
| |
| Step size, distance between measured points, should be greater or equal to the prometheus scrape interval. Default: |
| |
| Test Mode, stops after the first metric. Good for testing if the params are correct |
| |
| Enable verbose mode, good for debugging. Very verbose ! |
|
...
In case the Datasource Id is unknown, but the name of the Datasource is known, follow the steps of the following article to find the Datasource id by the Datasource name:
Find Grafana datasource id by name
\uD83D\uDCCB Related articles
...