https://github.com/balena-io-examples/balena-datadog
Balena + Datadog Example Project
https://github.com/balena-io-examples/balena-datadog
balena balena-datadog datadog monitoring
Last synced: about 2 months ago
JSON representation
Balena + Datadog Example Project
- Host: GitHub
- URL: https://github.com/balena-io-examples/balena-datadog
- Owner: balena-io-examples
- Created: 2019-01-09T08:42:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T23:19:43.000Z (about 2 years ago)
- Last Synced: 2025-05-11T05:58:50.907Z (about 2 months ago)
- Topics: balena, balena-datadog, datadog, monitoring
- Language: Shell
- Homepage: https://www.balena.io/blog/monitoring-your-balena-devices-with-datadog/
- Size: 390 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Balena + Datadog Example Project

This is a sample multi-container project to monitor a [balena](https://balena.io) fleet with [datadog](http://datadog.com).
## Installation
* Create a datadog account and generate an API-Key.
* On your balenaCloud project, add an **Environment Variable** called `DATADOG_API_KEY` containing the API-Key value.
* Clone the current repository and push it to your fleet. Once the code is up and running inside your device, you will be able to monitor all the device metrics from within datadog dashboard.### For a complete tutorial, please check out our guide at [https://www.balena.io/blog/monitoring-your-balena-devices-with-datadog](https://www.balena.io/blog/monitoring-your-balena-devices-with-datadog).
If you have any questions about the current project, please visit our forums at [https://forums.balena.io/](https://forums.balena.io/).