Skip to content

Commit f59789a

Browse files
committed
otel edits
1 parent 0508c87 commit f59789a

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

articles/iot-operations/configure-observability-monitoring/howto-configure-observability.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: kgremban
66
ms.topic: how-to
77
ms.custom:
88
- ignite-2023
9-
ms.date: 02/27/2024
9+
ms.date: 09/26/2024
1010

1111
# CustomerIntent: As an IT admin or operator, I want to be able to monitor and visualize data on the health of my industrial assets and edge environment.
1212
---
@@ -115,6 +115,14 @@ The steps in this section install shared monitoring resources and configure your
115115
enabled: false
116116
```
117117
118+
1. In the `otel-collector-values.yaml` file, make a note of the following values that you'll use when you deploy Azure IoT Operations on the cluster:
119+
120+
* **fullnameOverride**
121+
* **grpc.endpoint**
122+
* **check_interval**
123+
124+
1. Save and close the file.
125+
118126
1. Deploy the collector by running the following commands:
119127

120128
```shell

articles/iot-operations/deploy-iot-ops/howto-deploy-iot-operations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ Azure IoT Operations requires a schema registry on your cluster. Schema registry
126126
| --------- | ----- | ----------- |
127127
| `--no-progress` | | Disables the deployment progress display in the terminal. |
128128
| `--enable-fault-tolerance` | `false`, `true` | Enables fault tolerance for Azure Arc Container Storage. At least 3 cluster nodes are required. |
129-
| `--ops-config` | `observability.metrics.openTelemetryCollectorAddress="<FULLNAMEOVERRIDE>.azure-iot-operations.svc.cluster.local:<GRPC_ENDPOINT>` | If you followed the optional prerequisites to prepare your cluster for observability, provide the otel collector address you configured in the otel-collector-values.yaml file. The default values are **fullnameOverride=aio-otel-collector** and **grpc.enpoint=4317**. |
130-
| `--ops-config` | `observability.metrics.exportInternalSeconds=<CHECK_INTERVAL>` | If you followed the optional prerequisites to prepare your cluster for observability, provide the **check_interval** value you configured in the otel-collector-values.yaml file. The default value is **check_interval=60**. |
129+
| `--ops-config` | `observability.metrics.openTelemetryCollectorAddress="<FULLNAMEOVERRIDE>.azure-iot-operations.svc.cluster.local:<GRPC_ENDPOINT>` | If you followed the optional prerequisites to prepare your cluster for observability, provide the otel collector address you configured in the otel-collector-values.yaml file.<br><br>The sample values used in [Configure observability](../configure-observability-monitoring/howto-configure-observability.md) are **fullnameOverride=aio-otel-collector** and **grpc.enpoint=4317**. |
130+
| `--ops-config` | `observability.metrics.exportInternalSeconds=<CHECK_INTERVAL>` | If you followed the optional prerequisites to prepare your cluster for observability, provide the **check_interval** value you configured in the otel-collector-values.yaml file.<br><br>The sample value used in [Configure observability](../configure-observability-monitoring/howto-configure-observability.md) is **check_interval=60**. |
131131

132132
1. Deploy Azure IoT Operations. This command takes several minutes to complete:
133133

0 commit comments

Comments
 (0)