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: docs/reference/database/sources_destinations.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -185,8 +185,8 @@ The list of accepted parameters are:
185
185
|`uri`| string |`u`|`127.0.0.1`| No | The IP address of your Prometheus instance |
186
186
|`port`| int |`p`| N/A | Yes | The port of communication |
187
187
|`tags`| string |`t`| N/A | No | List of metadata keys of the report separated by `,` that will be kept. `sensor` and `target` are always kept as report metadata |
188
-
|`metric_name`| string |`M`| N/A | Yes | The exposed metric name |
189
-
|`metric_description`| string |`d`|`"energy consumption"`| No | The exposed metric description |
188
+
|`metric-name`| string |`M`| N/A | Yes | The exposed metric name |
189
+
|`metric-description`| string |`d`|`"energy consumption"`| No | The exposed metric description |
190
190
|`name`| string |`n`|`"pusher_prom"`| No | The related pusher name |
191
191
|`model`| string |`m`|`"PowerReport"`| No | The Report type exposed by Prometheus |
192
192
@@ -203,6 +203,6 @@ Below you find an example of configuration excerpt for this kind of Destination.
0 commit comments