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
Copy file name to clipboardexpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,7 @@
7
7
8
8
# EMQ exporter for Prometheus
9
9
10
-
This is a simple server that scrapes EMQ metrics and exporters them via HTTP for
11
-
Prometheus consumption.
10
+
A simple server that scrapes EMQ metrics and exports them via HTTP for Prometheus consumption.
12
11
13
12
## Getting Started
14
13
@@ -52,7 +51,7 @@ No need to pass anything to `emq_exporter` when using these vars, they will be s
52
51
53
52
2. Using a file
54
53
55
-
The file should be json formatted and contain the following structure:
54
+
The file should be json formatted and contain the following fields:
56
55
57
56
```json
58
57
{
@@ -81,7 +80,7 @@ The `emq_exporter` supports both `v2` and `v3` API versions seamlessly (mutually
81
80
82
81
### Authentication
83
82
84
-
The authentication method changed a bit in version `v3` of emq. If you're pulling the metrics through the dashboard port (default `18083`), you can use regular username and password. However, if you're using the API port (default `8080`), you'll need to set up application credentials:
83
+
The authentication method changed a bit in version `v3` of `emqx`. If you're pulling the metrics through the dashboard port (default `18083`), you can use regular username and password. However, if you're using the API port (default `8080`), you'll need to set up application credentials:
85
84
1. From the emq dashboard side bar -> applications
86
85
2. Select `New App` from the top
87
86
3. Fill in the popup window with the relevant details and confirm
EMQ exporter was designed to run as a sidecar in the same pod as EMQ itself. See the examples folder for a `kubernetes` manifest that can serve as reference for implementation.
107
+
EMQ exporter was designed to run as a sidecar in the same pod as EMQ itself.
108
+
See the examples folder for a `kubernetes` manifest that can serve as reference for implementation.
0 commit comments