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

[Fix OSSPROJ-42 OSSPROJ-43] Table panels sort data by first selected "segment by" label #77

Merged
merged 1 commit into from
Mar 15, 2021

Conversation

crohn
Copy link
Contributor

@crohn crohn commented Mar 15, 2021

Grafana creates tables in a different way than Sysdig UI does, in fact Grafana generates a distinct data query for each selected metric. In order to make sure that the retrieved values are consistent for each row (each label is associated to its own values), it is necessary to sort the values by the first selected "segment by" label.

Please refer to JIRA ticket discussion for further information.

@crohn crohn requested a review from hyperboreans March 15, 2021 15:14
@crohn crohn self-assigned this Mar 15, 2021
@crohn crohn changed the title [OSSPROJ-42 OSSPROJ-43] Table panels sort data by first selected "segment by" label [Fix OSSPROJ-42 OSSPROJ-43] Table panels sort data by first selected "segment by" label Mar 15, 2021
@crohn crohn merged commit f2e7d1f into dev Mar 15, 2021
@crohn crohn deleted the fix-versions branch March 15, 2021 15:16
crohn added a commit that referenced this pull request Mar 15, 2021
* Fix: dropped import sysdig dashboard feature

* Revert "Fix: dropped import sysdig dashboard feature" (#74)

This reverts commit 15fac4f.

* [Fix OSSPROJ-42 PF-6244] Sort table data by first metric, drop Sysdig dashboard import (#75)

* dropped import sysdig dashboard feature
* sort table data by first metric
* fixed issue with plugin.json version
* removed references to sysdig dashboard import in Readme

* [Fix OSSPROJ-42 OSSPROJ-43] Table panels sort data by first selected "segment by" label (#77)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants