[Feature][Plugin] Add Grafana IRM Integration
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Idoneità per principianti
- 30/100
- Tipo di issue
- Funzionalità
- Chiarezza
- Da chiarire
- Stato di attività
- Attiva
- Stack tecnologico
- go, grafana
- Ambito
- backend-api-design, data-engineering
Direzione di ricerca
Iniziate dalla documentazione collegata di Grafana IRM Incident API e OnCall API, quindi confrontate le entità disponibili con i pattern esistenti dei plugin per le origini dati di DevLake. L'issue sarà pronta per procedere quando i maintainer avranno concordato le API e le entità supportate, l'ambito raccolto e la strategia di sincronizzazione.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
Search before asking
- I had searched in the issues and found no similar feature requirement.
Use case
Teams using Grafana Cloud IRM should be able to ingest its data into Apache DevLake and analyze it alongside data from other DevOps tools.
For example, incidents managed in Grafana IRM could be correlated with deployment data and used to calculate DORA metrics such as:
- Change Failure Rate
- Failed Deployment Recovery Time / MTTR
Description
I propose adding a grafana_irm data source plugin to support Grafana Cloud IRM.
Grafana IRM provides multiple capabilities, including Incident and OnCall, with APIs for programmatic access:
For example, Grafana IRM Incident data could be mapped to DevLake's domain models as follows:
- Grafana IRM Incident → DevLake Issue (
type = INCIDENT) - Incident status → Issue status / original status
- Incident severity → Issue severity / priority
- Incident declared time → Issue created date
- Incident resolved time → Issue resolution date
- Incident roles/members → Issue assignees, where applicable
This could allow Grafana IRM incidents to be correlated with deployment data through DevLake's existing DORA incident-to-deployment correlation.
Before proceeding with the implementation, I would like to confirm whether this overall direction is appropriate, particularly regarding:
- which Grafana IRM APIs and entities should be supported
- the scope of data to be collected
- the synchronization strategy
Related issues
No related issue found.
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
- Lingua principale
- Go
- Stelle
- 3.1k
- Fork
- 812
- Merge medio
- 2g 9h
- PR unite (30g)
- 56
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di apache/devlake
-
type/bug
Difficoltà 2/5 1-3 ore Idoneità per principianti 82/100
-
Difficoltà 3/5 1-2 giorni Idoneità per principianti 65/100
-
Difficoltà 5/5 Più di una settimana Idoneità per principianti 35/100
-
type/bug
Difficoltà 4/5 3-5 giorni Idoneità per principianti 52/100
-
Difficoltà 5/5 Più di una settimana Idoneità per principianti 35/100
Tutte le issue di apache/devlake
Issue simili
-
nix: vendorHash is outdated Aperta
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 90/100
-
Bob Shell support Apertaenhancement
Difficoltà 2/5 1-3 ore Idoneità per principianti 65/100
-
bug
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
santhosh-tekuri/jsonschema#276 ·