Skip to content

Question: How to set empty ("") custom value for all in variable in Grafana #4096

@bbkgh

Description

@bbkgh

I want to create a variable that if i select all it replaces variable's value with empty string but when it's set to empty, it automatically adds all possible values to it.

My query is:
{service_name="$service_name", view="$view"}

I want to set view variable to empty when all is selected
{service_name="$service_name", view=""}

or is there any catch all value for pyroscope that i use as custom all value? (e.g: .* , all)

Image

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