Skip to content

Commit 454b1f0

Browse files
Merge pull request #285147 from dominicbetts/aio-m1-updates-doe
AIO: Fix observability mode casing
2 parents f5e4552 + 59720c0 commit 454b1f0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

articles/iot-operations/discover-manage-assets/howto-manage-assets-remotely.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ Now you can define the tags associated with the asset. To add OPC UA tags:
204204
205205
| Node ID | Tag name | Observability mode |
206206
| ------- | -------- | ------------------ |
207-
| ns=3;s=FastUInt10 | temperature | none |
208-
| ns=3;s=FastUInt100 | Tag 10 | none |
207+
| ns=3;s=FastUInt10 | temperature | None |
208+
| ns=3;s=FastUInt100 | Tag 10 | None |
209209
210210
1. Select **Manage default settings** to configure default telemetry settings for the asset. These settings apply to all the OPC UA tags that belong to the asset. You can override these settings for each tag that you add. Default telemetry settings include:
211211
@@ -219,11 +219,11 @@ You can import up to 1000 OPC UA tags at a time from a CSV file:
219219
220220
1. Create a CSV file that looks like the following example:
221221
222-
| NodeID | TagName | Sampling Interval Milliseconds | QueueSize | ObservabilityMode |
223-
|---------------------|----------|--------------------------------|-----------|-------------------|
224-
| ns=3;s=FastUInt1000 | Tag 1000 | 1000 | 5 | none |
225-
| ns=3;s=FastUInt1001 | Tag 1001 | 1000 | 5 | none |
226-
| ns=3;s=FastUInt1002 | Tag 1002 | 5000 | 10 | none |
222+
| NodeID | TagName | QueueSize | ObservabilityMode | Sampling Interval Milliseconds |
223+
|---------------------|----------|-----------|-------------------|--------------------------------|
224+
| ns=3;s=FastUInt1000 | Tag 1000 | 5 | None | 1000 |
225+
| ns=3;s=FastUInt1001 | Tag 1001 | 5 | None | 1000 |
226+
| ns=3;s=FastUInt1002 | Tag 1002 | 10 | None | 5000 |
227227
228228
1. Select **Add tag or CSV > Import CSV (.csv) file**. Select the CSV file you created and select **Open**. The tags defined in the CSV file are imported:
229229

articles/iot-operations/get-started-end-to-end-sample/quickstart-add-assets.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ Add two OPC UA tags on the **Add tags** page. To add each tag, select **Add tag
156156

157157
| Node ID | Tag name | Observability mode |
158158
| ------------------ | ----------- | ------------------ |
159-
| ns=3;s=FastUInt10 | temperature | none |
160-
| ns=3;s=FastUInt100 | Tag 10 | none |
159+
| ns=3;s=FastUInt10 | temperature | None |
160+
| ns=3;s=FastUInt100 | Tag 10 | None |
161161

162-
The **Observability mode** is one of the following values: `none`, `gauge`, `counter`, `histogram`, or `log`.
162+
The **Observability mode** is one of the following values: `None`, `Gauge`, `Counter`, `Histogram`, or `Log`.
163163

164164
You can select **Manage default settings** to change the default sampling interval and queue size for each tag.
165165

0 commit comments

Comments
 (0)