Skip to content

Query with macro not working #27

@renatovieiradesouza

Description

@renatovieiradesouza

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

Image Image Image

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions