-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Describe the bug
Queries using grafana macros do not work.
To Reproduce
Steps to reproduce the behavior:
Data in firestore:
dev-season-2025-09-27T16 => {
application_name: 'dev-season',
success_count: 1,
failed_count: 0,
timestamp: '2025-09-27T16:25:39.478Z'
}
Query not working:
SELECT success_count, failed_count
FROM deploy_metrics
WHERE application_name = "dev-praia-season"
AND $__timeFilter(timestamp_epoch)
I am try with dateTime
Expected behavior
Query results ok
Screenshots
Versions (please complete the following information):
- Grafana Version: Grafana labs SaaS
- Plugin Version: 0.2.6
Plugin Debug Logs:
I don't know how to activate this
Additional context
I'm sending dpeloy metrics from github to firestore and my idea is to create some dashboards in grafana
** Important!
Open PR with solution, approve please:
Metadata
Metadata
Assignees
Labels
No labels