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

[pkger] "Group By" Histogram Setting Needs Updated Every Time #18431

Closed
rawkode opened this issue Jun 10, 2020 · 0 comments · Fixed by #18434
Closed

[pkger] "Group By" Histogram Setting Needs Updated Every Time #18431

rawkode opened this issue Jun 10, 2020 · 0 comments · Fixed by #18434
Assignees
Labels
area/templates influxdb templates and pkger related issues team/user-tools

Comments

@rawkode
Copy link
Contributor

rawkode commented Jun 10, 2020

      - axes:
          - name: x
        colors:
          - hex: '#31C0F6'
            name: Nineteen Eighty Four
            type: scale
          - hex: '#A500A5'
            name: Nineteen Eighty Four
            type: scale
          - hex: '#FF7E27'
            name: Nineteen Eighty Four
            type: scale
        height: 5
        kind: Histogram
        name: Releases by Repository
        position: stacked
        queries:
          - query: |-
                from(bucket: "gitseries")
                	|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
                	|> filter(fn: (r) => r["_measurement"] == "tag")
                    |> group(columns: ["host", "owner", "repository"])
                	|> keep(columns: ["_time","repository", "_value"])
        width: 12
        xCol: _time
        yPos: 32

The histogram configuration, in the UI, allows for setting the group key. This isn't persisted by pkger export

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/templates influxdb templates and pkger related issues team/user-tools
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants