Grafana · Arazzo Workflow
Grafana Mark a Deployment on a Dashboard
Version 1.0.0
Find a dashboard by title, post a deployment annotation to it, and read it back.
View Spec
View on GitHub
AlertingAnalyticsDashboardsLogsMetricsMonitoringObservabilityTracesVisualizationArazzoWorkflows
Provider
Workflows
mark-deployment
Annotate a dashboard with a deployment marker from a CI pipeline.
Resolves the dashboard UID by searching on title, creates an annotation on that dashboard for the deploy window, and verifies it by listing the dashboard's annotations for the same tags.
1
findDashboard
search
Search for the dashboard by title so CI pipelines can reference a stable human name instead of embedding a UID that changes between environments.
2
postAnnotation
postAnnotation
Create the annotation on the resolved dashboard. Tagging it makes the marker filterable by an annotation query on any other dashboard, which is how one deploy line ends up on every relevant graph.
3
verifyAnnotation
getAnnotations
List annotations on the dashboard filtered to the same tags, confirming the marker is visible to the same query the dashboard itself will run.