# Functions
CreateContainerRestartsQuery create query for container restarts it obtains gauge metric for how many times containers were restarted between observation points.
CreateCpuThrottleQuery create rate query for container cpu throttled periods MinBy is used instead of SumBy to account for container restarts When container is recreated, the metrics for old container is reported for few minutes even after killed.
CreateCpuUsageQuery create query for cpu usage of a deployment MinBy is used instead of SumBy to account for container restarts When container is recreated, the metrics for old container is reported for few minutes even after killed.
CreateMemoryUsageQuery create query for memory usage of a deployment MinBy is used instead of SumBy to account for container restarts When container is recreated, the metrics for old container is reported for few minutes even after killed.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author