Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Grafana Panel Plugins #118

Merged
merged 1 commit into from
Sep 29, 2022
Merged

Commits on Sep 28, 2022

  1. Update Grafana Plugins

    This PR does the following two things:
    
    When testing with snowflake datasource plugin, we found it will
    automatically convert all fields name to upper case, which will
    lead to string matching failure in our sankey-panel plugin and
    chord-panel plugin, as we are doing case sensitive string matching.
    As a work around, we do the following change to both sankey and
    chord plugins: when search for fields with names in data frame,
    do case insenstive string matching.
    
    When testing with snowflake datasource plugin, we found for a field
    with type String, when the value is Null, it will not convert a
    Null to ''. So we change our chord panel plugin to also check for
    Null value, to be compatible with different datasources.
    
    Signed-off-by: heanlan <hanlan@vmware.com>
    heanlan committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    bc4d50c View commit details
    Browse the repository at this point in the history