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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The list of accepted parameters are:
34
34
|`db` (`database` for `HWPCSensor`) | string |`d` (`D` for `HWPCSensor`) | N/A | Yes | The name of your database |
35
35
|`collection`| string |`c` (`C` for `HWPCSensor`) | N/A | Yes | The name of the collection inside `db`|
36
36
|`name`| string |`n`|`"puller_mongodb"` (Source), `pusher_mongodb` (Destination)| No | The related puller/pusher name. This parameter is not used by `HWPCSensor`|
37
-
|`model`| string |`m`|`"HWPCReport"` (Source), `PowerReport` (Destination) | No | The Report type stored by the database |
37
+
|`model`| string |`m`|`"HWPC Report"` (Source), `Power Report` (Destination) | No | The Report type stored by the database |
38
38
39
39
### JSON File Excerpt
40
40
@@ -68,7 +68,7 @@ The list of accepted parameters are:
68
68
|`org`| string |`g`| N/A | Yes | The name of the organization associated to the bucket |
69
69
|`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 |
70
70
|`name`| string |`n`|`"pusher_influxdb2"`| No | The related pusher name |
71
-
|`model`| string |`m`|`"PowerReport"`| No | The Report type stored by the database |
71
+
|`model`| string |`m`|`"Power Report"`| No | The Report type stored by the database |
72
72
73
73
74
74
InfluxDB2 can only be used as a Destination.
@@ -79,7 +79,7 @@ Below you find an example of configuration excerpt for this kind of Destination.
79
79
80
80
```json
81
81
{
82
-
"model": "PowerReport",
82
+
"model": "Power Report",
83
83
"type": "influxdb2",
84
84
"uri": "http://127.0.0.1",
85
85
"port": 8086,
@@ -104,7 +104,7 @@ The list of accepted parameters are:
104
104
|`files`(Source)| string |`f`| Empty list | No | The list of input CSV files with the format file1,file2,file3... |
105
105
|`directory` (Destination and `HWPCSensor`)| string |`d` (`U` for `HWPCSensor`) | Current directory | No |The directory where output CSV files will be written |
106
106
|`name`| string |`n`|`"puller_csv"` (Source), `"pusher_csv"` (Destination)| No | The related puller/pusher name. This parameter is not used by `HWPCSensor`|
107
-
|`model`| string |`m`|`"HWPCReport"` (Source), `"PowerReport"` (Destination) | No | The Report type stored in CSV files. This parameter is not used by `HWPCSensor`|
107
+
|`model`| string |`m`|`"HWPC Report"` (Source), `"Power Report"` (Destination) | No | The Report type stored in CSV files. This parameter is not used by `HWPCSensor`|
108
108
109
109
### JSON File Excerpt
110
110
@@ -132,7 +132,7 @@ The list of accepted parameters are:
132
132
|`port`| int |`P`| N/A | Yes | The port of communication |
133
133
|`uri`/ `host`| int |`U`| N/A | Yes | The IP address of the machine running the socket |
134
134
|`name`| string |`n`|`"puller_socket"`| No | The related puller name |
135
-
|`model`| string |`m`|`"HWPCReport"`| No | The Report type managed by the socket |
135
+
|`model`| string |`m`|`"HWPC Report"`| No | The Report type managed by the socket |
136
136
137
137
138
138
### JSON File Excerpt
@@ -162,7 +162,7 @@ The list of accepted parameters are:
Copy file name to clipboardExpand all lines: docs/reference/formulas/configuration_files.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The table below shows basic parameters.
12
12
|`stream`|`bool` (flag) |`s`|`False`| Real time or post-mortem mode |
13
13
|`sensor-report-sampling-interval`|`int`| N/A |`1000`| The time in milliseconds between two reports (`stream` = `True`) |
14
14
|`input`|`string`| N/A | N/A | SmartWatts input, shall match an existing Sensor output and contain HPWCReports. See [here](./smartwatts.md#smartwatts-inputs)|
15
-
|`output`|`string`| N/A | N/A | SmartWatts output to store PowerReport. See [here](./smartwatts.md#smartwatts-outputs)|
15
+
|`output`|`string`| N/A | N/A | SmartWatts output to store Power Report. See [here](./smartwatts.md#smartwatts-outputs)|
16
16
|`pre-processor`|`string`| N/A | N/A | Pre-Processor to modify reports generated by a sensor. More information about Processors and their related parameters can be found [here](../processors/processors.md)|
17
17
|`post-processor`|`string`| N/A | N/A | Post-Processor to modify reports generated by a formula. More information about Processors and their related parameters can be found [here](../processors/processors.md)|
0 commit comments