Skip to content

"Summarize count() by <field>,bin_auto(_time)" statements do not visualize as different series #74

@jvv-trackunit

Description

@jvv-trackunit

While using the plugin version 0.3.0, I created a dashboard panel that showed the number of log messages logged at each severity level over time:
image

I used the following query to power this:

['global']
| where ['resource.env'] == "dev"
| summarize count() by ['severity'],bin_auto(_time)

I used the following transformation
image
to convert the result series from the format
image
to the format shown in the first screenshot.

After upgrading the Axiom data plugin to version 0.5.1, my dashboard shows a single count instead of individual counts per severity:
image
This seems like a regression. I expected that it would still show 1 line per severity. I have tried using Grafana transformations to get individual series again, but without success.

The dashboard used to demonstrate the bug is here:
series-bug-dashboard.json

Versions used:
Grafana v11.2.0 (2a88694fd3)
Axiom plugin: 0.5.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions