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
The histogram data type is able to be used for some of the aggregations that Lens supports, specifically sum and average but not other metrics.
There are several places in the Lens code that need to be updated to support histograms:
types.ts
DataType
datapanel.tsx
histogram
indexpattern_suggestions.ts
getMetricColumn
metrics.tsx
getPossibleOperationsForField
The text was updated successfully, but these errors were encountered:
Pinging @elastic/kibana-app (Team:KibanaApp)
Sorry, something went wrong.
wylieconlon
Successfully merging a pull request may close this issue.
The histogram data type is able to be used for some of the aggregations that Lens supports, specifically sum and average but not other metrics.
There are several places in the Lens code that need to be updated to support histograms:
types.ts
needs to get an updatedDataType
definitiondatapanel.tsx
needs to includehistogram
as a type in a few placesindexpattern_suggestions.ts
needs to update thegetMetricColumn
functionmetrics.tsx
file needs to updategetPossibleOperationsForField
, or maybe another way of allowing histograms on certain metrics but not othersThe text was updated successfully, but these errors were encountered: