https://github.com/arionmiles/influxdb_grafana
Sample influxdb + grafana dashboard setup in a declarative manner
https://github.com/arionmiles/influxdb_grafana
grafana-influxdb influxdb influxdb-grafana-docker python
Last synced: 3 months ago
JSON representation
Sample influxdb + grafana dashboard setup in a declarative manner
- Host: GitHub
- URL: https://github.com/arionmiles/influxdb_grafana
- Owner: ArionMiles
- License: gpl-3.0
- Created: 2020-02-04T17:48:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T18:12:45.000Z (over 5 years ago)
- Last Synced: 2025-01-18T17:23:58.983Z (4 months ago)
- Topics: grafana-influxdb, influxdb, influxdb-grafana-docker, python
- Language: Python
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# influxdb_grafana
Sample influxdb + grafana dashboard setup in a declarative mannerThe python script sends a random value to InfluxDB every 5 seconds and grafana shows the plot.
The influxdb datasource and dashboards have been pre-defined and the files are mounted as a volume inside the grafana container.
You can simply run the docker-compose file provided and go to `http://localhost:3000` to see the dashboard.
## Default Credentials
#### Grafana
- Username: `admin`
- Password: `admin123`### InfluxDB
- Username: `admin`
- Password: `admin123`
- Database: `testdb`
- Measurement: `sample_measurement`
- Fields: `value`Yeah I know, don't use shitty passwords. This is a sample blueprint of sorts.