-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Infra UI] Make interval in Metrics Explorer configurable #41907
Comments
Possible solution is to add |
cc: @sorantis @exekias and @simianhacker |
Pinging @elastic/infra-logs-ui |
I wonder if this could be fixed by only considering it a gap when time difference is > 5 mins? We get |
Since we agreed to tie Metrics Explorer to ECS we should use |
ignoring zube |
I'm going to close this issue, if we feel like it's something we want to consider in the future then we can re-open it. |
is there a way to just force it to connect the dots until |
@roncohen If we did this, I would add it to the chart "customize" menu as "Ignore gaps & connect points" (or something that conveys the same message) since that's really what we will be doing. The caveat to "connecting the dots" is that it won't work for any of the @sorantis @roncohen If we decide to move forward with this, we should create a new issue. |
When testing Metricbeat rds metricset using Metrics Explorer, we realized instead of showing lines in the graph, it's showing data as individual dots:
But if displaying data in longer time range, then it shows lines instead of dots:
For rds metricset, metrics are reported every 1 minute. We suspect the bucket size Metrics Explorer uses is smaller than 1min. So when querying data, it gets empty data points and that causes the graph to be with individual dots.
The text was updated successfully, but these errors were encountered: