We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
- 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
pkger export
The text was updated successfully, but these errors were encountered:
chore(pkger): backfill missing fillColumns field for histograms
0d9f4f2
closes: #18431
a01e353
0ac119f
73ffe23
jsteenb2
Successfully merging a pull request may close this issue.
The histogram configuration, in the UI, allows for setting the group key. This isn't persisted by
pkger export
The text was updated successfully, but these errors were encountered: