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

How can I get the highest memory usage for a given period of time for container? #2679

Closed
CarlosDGQ opened this Issue May 4, 2017 · 2 comments

Comments

Projects
None yet
2 participants
@CarlosDGQ
Copy link

CarlosDGQ commented May 4, 2017

I used the
max_over_time(container_memory_usage_bytes{container_name="kibana-logging"}[1h]) like this;
but "[1h]" mean an hour before the current time and I get the highest container_memory_usage_bytes for last one hour;

I want to specifiy time period,such as 2017-05-03T12:42:00.781Z to 2017-05-03T23:42:00.781Z or other time period like this,I just want to get the data at the time period I have specified.

Is there any method can sovle my problem?

Thanks a lot!

@juliusv

This comment has been minimized.

Copy link
Member

juliusv commented May 4, 2017

Please ask usage questions on the mailing list, as I see you already did at https://groups.google.com/forum/#!topic/prometheus-users/8D32g1mTmv4.

Closing.

@juliusv juliusv closed this May 4, 2017

@lock

This comment has been minimized.

Copy link

lock bot commented Mar 23, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Mar 23, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
You can’t perform that action at this time.