Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

sync interpolateQueryStr and example docs #22

@Malinskiy

Description

@Malinskiy

Before commit 733474e the following used to work:

A = data('metric', filter=filter('tag', '[[tag_value_from_grafana_variable]]')).sum().publish(label='A')

Now since there is interpolation you shouldn't quote the variable which is not what the docs are suggesting.

A = data('metric', filter=filter('tag', [[tag_value_from_grafana_variable]])).sum().publish(label='A')

We should either fix the behaviour or change the examples in docs

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