Skip to content

Commit

Permalink
Merge pull request #14 from ArturLazarenko/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ArturLazarenko authored Sep 20, 2022
2 parents 3694978 + 062841b commit 6eae6b6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
7 changes: 4 additions & 3 deletions emnify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ connected and secure.
Use the Datadog-EMnify integration to collect metrics and data usage from IoT EMnify devices.

## Setup
Follow the [integration guide][2] to configure streaming of usage data, using the **Integration steps** and **Verifying the integration** sections.
Follow the [Emnify integration guide][2] to configure streaming of usage data, using the **Integration steps** and **Verifying the integration** sections.

### Monitors

Everybody has different usage patterns so in order for monitors to reflect your specific case you must
Everybody has different usage patterns, so in order for monitors to reflect your specific case you must
define workload-based boundaries and sensitivity.
For more information read the [Forecast monitor][4] and [Anomaly monitor][5] documentation.

### Dashboard

You can pick a period to filter data displayed.
You can pick a period in [dashboard][6] to filter data displayed.

## Support

Expand All @@ -26,3 +26,4 @@ Need help? Contact [Emnify support][3].
[3]: https://support.emnify.com/hc/en-us
[4]: https://docs.datadoghq.com/monitors/create/types/forecasts/?tab=linear
[5]: https://docs.datadoghq.com/monitors/create/types/anomaly/
[6]: https://app.datadoghq.com/dashboard/lists?q=emnify
4 changes: 2 additions & 2 deletions emnify/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"media": [
{
"media_type": "image",
"caption": "All-in-one Dashboard enables you to observe organisation consumption and analyze usage patterns of your devices inventory.",
"caption": "All-in-one Dashboard enables you to observe organization consumption and analyze usage patterns of your devices inventory.",
"image_url": "images/data_usage_dashboard.png"
},
{
Expand Down Expand Up @@ -60,7 +60,7 @@
},
"metrics": {
"prefix": "emnify.",
"check": "endpoint.volume",
"check": "emnify.endpoint.volume",
"metadata_path": "metadata.csv"
}
},
Expand Down
8 changes: 4 additions & 4 deletions emnify/metadata.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name,curated_metric
endpoint.volume,count,,byte,,Total Volume,"","",volume,
endpoint.volume_rx,count,,byte,,Data Received,,,volume_rx
endpoint.volume_tx,count,,byte,,Data Transmitted,,,volume_tx
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name,curated_metric,integration,orientation
emnify.endpoint.volume,count,,byte,,Total Volume,"","",volume,emnify,0
emnify.endpoint.volume_rx,count,,byte,,Data Received,,,volume_rx,emnify,0
emnify.endpoint.volume_tx,count,,byte,,Data Transmitted,,,volume_tx,emnify,0

0 comments on commit 6eae6b6

Please sign in to comment.