File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ RUN npm install node-red-contrib-credentials
11
11
RUN npm install appmetrics
12
12
13
13
COPY ./settings.js /data/settings.js
14
+ COPY ./appmetrics.properties /usr/src/node-red/node_modules/appmetrics/appmetrics.properties
Original file line number Diff line number Diff line change
1
+ # MQTT connection properties
2
+ com.ibm.diagnostics.healthcenter.mqtt =on
3
+ com.ibm.diagnostics.healthcenter.mqtt.broker.host =mqtt
4
+ com.ibm.diagnostics.healthcenter.mqtt.broker.port =1883
5
+ # com.ibm.diagnostics.healthcenter.mqtt.topic.namespace=myApplication/namespace
6
+ # com.ibm.diagnostics.healthcenter.mqtt.application.id=myApplication
7
+
8
+ # Plugin search path
9
+ # com.ibm.diagnostics.healthcenter.plugin.path=
10
+
11
+ # Agent logging level: none | warning | info | fine | finest | debug
12
+ com.ibm.diagnostics.healthcenter.logging.level =info
13
+
14
+ # Plugins logging level: none | warning | info | fine | finest | debug
15
+ com.ibm.diagnostics.healthcenter.logging.plugins =info
16
+
17
+ # Start with method profiling enabled/disabled: on | off
18
+ com.ibm.diagnostics.healthcenter.data.profiling =off
You can’t perform that action at this time.
0 commit comments