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

Human readable duration problem for metrics visualisations #20374

Closed
ruflin opened this issue Jul 2, 2018 · 3 comments
Closed

Human readable duration problem for metrics visualisations #20374

ruflin opened this issue Jul 2, 2018 · 3 comments
Labels
Feature:Visualizations Generic visualization features (in case no more specific feature label is available) Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@ruflin
Copy link
Member

ruflin commented Jul 2, 2018

We use the duration formatter to better visualise durations for some metricbeat data. Unfortunately for metrics very close together but larger then 1 second this can have the affect as below which makes the formatting not optimal.

I think for our use case we need a different duration formatter that converts 2300ms to 2.3s instead of "a few seconds ago".

unnamed

@rayafratkina rayafratkina added the Feature:Visualizations Generic visualization features (in case no more specific feature label is available) label Jul 2, 2018
@jen-huang
Copy link
Contributor

@ruflin Would it be better to use Seconds output, instead of Human Readable, in this case?

@ruflin
Copy link
Member Author

ruflin commented Jul 13, 2018

The problem here is we don't know if it's going to be seconds, milli seconds or minutes as it depends on the system ingesting data. I would expect Kibana to automatically pick the right "scale" like Human Readable" does but output it more like what Seconds` does.

@timroes timroes added the Team:Visualizations Visualization editors, elastic-charts and infrastructure label Sep 16, 2018
@wylieconlon
Copy link
Contributor

Closing as a duplicate of #11706

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Visualizations Generic visualization features (in case no more specific feature label is available) Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

No branches or pull requests

8 participants