Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.09 KB

README.md

File metadata and controls

40 lines (34 loc) · 1.09 KB

Grafana Ops

Movitation

Check out this post A GitOps Way To Manage Grafana Data Sources At Scale

High-level architecture

architecture

Directory structure

.
├── README.md
├── aws-ssm-documents
│   ├── commands
│   │   ├── GH-CloneRepository
│   │   │   ├── GH-CloneRepository.yaml
│   │   │   └── README.md
│   │   └── ...
│   └── runbooks
│       └── GF-GenerateDataSources
│           ├── GF-UpdateDataSources.yaml
│           ├── README.md
│           └── role
│               ├── permission-policy.json
│               └── trusted-policy.json
├── datasources
│   ├── team-1
│   │   ├── clickhouse-example-2.yaml
│   │   └── cloudwatch-example-1.yaml
│   ├── team-2
│   │   ├── ...
│   ├── ...
└── scripts
    ├── generate-datasource.py
    └── get-secrets.py
    └── ...