https://github.com/tyler36/ddev-netdata
Stream any metrics to one dashboard, in real-time.
https://github.com/tyler36/ddev-netdata
ddev-addon ddev-get hacktoberfest netdata telemetry
Last synced: about 1 month ago
JSON representation
Stream any metrics to one dashboard, in real-time.
- Host: GitHub
- URL: https://github.com/tyler36/ddev-netdata
- Owner: tyler36
- License: apache-2.0
- Created: 2025-08-22T09:00:38.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-12-15T04:11:11.000Z (4 months ago)
- Last Synced: 2025-12-17T19:59:20.404Z (4 months ago)
- Topics: ddev-addon, ddev-get, hacktoberfest, netdata, telemetry
- Language: Shell
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://addons.ddev.com)
[](https://github.com/tyler36/ddev-netdata/actions/workflows/tests.yml?query=branch%3Amain)
[](https://github.com/tyler36/ddev-netdata/commits)
[](https://github.com/tyler36/ddev-netdata/releases/latest)
# DDEV Netdata
## Overview
This add-on integrates [Netdata](https://www.netdata.cloud/features/) into your [DDEV](https://ddev.com/) project.
> Stream any metrics from every physical and virtual server, container and IoT device, to one dashboard, in real-time.
>
> [NetData features](https://www.netdata.cloud/features/)
## Installation
```bash
ddev add-on get tyler36/ddev-netdata
ddev restart
```
After installation, make sure to commit the `.ddev` directory to version control.
## Usage
| Command | Description |
| ------- | ----------- |
| `ddev describe` | View service status and used ports for Netdata |
| `ddev netdata` | Launch local Netdata UI |
| `ddev logs -s netdata` | Check Netdata logs |
## Advanced Customization
To change the Docker image:
```bash
ddev dotenv set .ddev/.env.netdata --netdata-docker-image="netdata/netdata:latest"
ddev add-on get tyler36/ddev-netdata
ddev restart
```
Make sure to commit the `.ddev/.env.netdata` file to version control.
All customization options (use with caution):
| Variable | Flag | Default |
| -------- | ---- | ------- |
| `NETDATA_DOCKER_IMAGE` | `--netdata-docker-image` | `ddev/ddev-utilities:latest` |
## Credits
**Contributed and maintained by [@tyler36](https://github.com/tyler36)**