Skip to content

Commit ab1bfa1

Browse files
authored
Merge pull request #310955 from sethmanheim/ot1-23
Add open telemetry walkthrough
2 parents d437d32 + e480f43 commit ab1bfa1

26 files changed

Lines changed: 600 additions & 528 deletions

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6845,6 +6845,11 @@
68456845
"redirect_url": "/azure/reliability/reliability-nat-gateway",
68466846
"redirect_document_id": false
68476847
},
6848+
{
6849+
"source_path": "articles/iot-operations/connect-to-cloud/howto-configure-opentelemetry-endpoint.md",
6850+
"redirect_url": "/azure/iot-operations/connect-to-cloud/open-telemetry",
6851+
"redirect_document_id": false
6852+
},
68486853
{
68496854
"source_path": "articles/synapse-analytics/sql/get-started-azure-data-studio.md",
68506855
"redirect_url": "/azure/synapse-analytics/sql/get-started-ssms",

articles/iot-operations/connect-to-cloud/howto-configure-dataflow-endpoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Use the following table to choose the endpoint type to configure:
2323
|---------------|-------------|-------------------------|------------------------------|---------------------------|
2424
| [MQTT](howto-configure-mqtt-endpoint.md) | For bi-directional messaging with MQTT brokers, including the one built-in to Azure IoT Operations and Event Grid. | Yes | Yes | Source and destination |
2525
| [Kafka](howto-configure-kafka-endpoint.md) | For bi-directional messaging with Kafka brokers, including Azure Event Hubs. | Yes | Yes | Source and destination |
26-
| [OpenTelemetry](howto-configure-opentelemetry-endpoint.md) | For sending metrics and logs to OpenTelemetry collectors and observability platforms like Grafana and Azure Monitor. | No | Yes | Destination only |
26+
| [OpenTelemetry](open-telemetry.md) | For sending metrics and logs to OpenTelemetry collectors and observability platforms like Grafana and Azure Monitor. | No | Yes | Destination only |
2727
| [Data Lake](howto-configure-adlsv2-endpoint.md) | For uploading data to Azure Data Lake Gen2 storage accounts. | No | Yes | Not supported |
2828
| [Microsoft Fabric OneLake](howto-configure-fabric-endpoint.md) | For uploading data to Microsoft Fabric OneLake lakehouses. | No | Yes | Not supported |
2929
| [Azure Data Explorer](howto-configure-adx-endpoint.md) | For uploading data to Azure Data Explorer databases. | No | Yes | Not supported |
@@ -272,7 +272,7 @@ Create a data flow endpoint:
272272
273273
- [MQTT or Event Grid](howto-configure-mqtt-endpoint.md)
274274
- [Kafka or Event Hubs](howto-configure-kafka-endpoint.md)
275-
- [OpenTelemetry](howto-configure-opentelemetry-endpoint.md)
275+
- [OpenTelemetry](open-telemetry.md)
276276
- [Data Lake](howto-configure-adlsv2-endpoint.md)
277277
- [Microsoft Fabric OneLake](howto-configure-fabric-endpoint.md)
278278
- [Local storage](howto-configure-local-storage-endpoint.md)

0 commit comments

Comments
 (0)