- Add Python exporter for ActivityWatch API metrics collection - Configure Prometheus to scrape ActivityWatch exporter - Create Grafana dashboard for ActivityWatch overview - Integrate ActivityWatch monitoring into existing docker-compose stack - Add Prometheus datasource for ActivityWatch metrics Generated with [Devin](https://cli.devin.ai/docs) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
21 lines
375 B
YAML
Executable File
21 lines
375 B
YAML
Executable File
apiVersion: 1
|
|
|
|
providers:
|
|
- name: 1C-Buhgalteria
|
|
orgId: 1
|
|
folder: "1C"
|
|
type: file
|
|
disableDeletion: true
|
|
editable: false
|
|
options:
|
|
path: /var/lib/grafana/dashboards
|
|
|
|
- name: ActivityWatch
|
|
orgId: 2
|
|
folder: "ActivityWatch"
|
|
type: file
|
|
disableDeletion: false
|
|
editable: true
|
|
options:
|
|
path: /var/lib/grafana/dashboards
|