Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upHow can I get the highest memory usage for a given period of time for container? #2679
Comments
This comment has been minimized.
This comment has been minimized.
|
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
closed this
May 4, 2017
This comment has been minimized.
This comment has been minimized.
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
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.
CarlosDGQ commentedMay 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!