Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed docs for IoT Hub - the upper case "T" was missing here #1030

Merged
merged 2 commits into from
May 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/configuration/v1.x/metrics/iot-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can declare to scrape an Azure IoT Hub via the `IoTHub` resource type.

The following fields need to be provided:

- `iotHubName` - The name of the Azure IoT Hub
- `ioTHubName` - The name of the Azure IoT Hub

All supported metrics are documented in the official [Azure Monitor documentation](https://docs.microsoft.com/en-us/azure/azure-monitor/platform/metrics-supported#microsoftdevicesiothubs).

Expand All @@ -24,8 +24,8 @@ azureMetricConfiguration:
aggregation:
type: Total
resources:
- iotHubName: promitor-1
- iotHubName: promitor-2
- ioTHubName: promitor-1
- ioTHubName: promitor-2
```

<!-- markdownlint-disable MD033 -->
Expand Down