Skip to content

Commit f98c9e8

Browse files
szlisieckiSzymon Lisiecki
andauthored
change parameters order (#36)
Co-authored-by: Szymon Lisiecki <[email protected]>
1 parent f46966b commit f98c9e8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>com.orange.lo.sample.lo2iot</groupId>
1111
<artifactId>lo2iot</artifactId>
12-
<version>1.31.1-SNAPSHOT</version>
12+
<version>1.31-SNAPSHOT</version>
1313
<name>lo2iot</name>
1414
<description>Connector between live object and azure IoT Hub</description>
1515

src/main/resources/application.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ tenant-list:
4747
lo-devices-topic: DEVICES_TOPIC
4848
lo-devices-group: DEVICES_GROUP
4949

50-
metrics:
51-
namespace: CCS
52-
dimension-name: connector-id
53-
dimension-value:
54-
5550
azure:
5651
application-insights:
5752
enabled: true
5853
instrumentation-key: YOUR_INSTMENTATION_KEY
5954

55+
metrics:
56+
namespace: CCS
57+
dimension-name: connector-id
58+
dimension-value:
59+
6060
management:
6161
endpoints:
6262
web:

0 commit comments

Comments
 (0)