I am learning DQL and was wondering if below are achievable via DQL:
1. How to give label to x-axis when we visualize via graph. I see option for y axis but not X.
2. Is there a way to get a list of the technology version being used via DQL/notebook?
3. Is there any way to get a list of services for which the traffic has reduced to 0 using DQL?
4. Is there any way to get a list of pods and the failure percent in that pod using DQL?
5. I noticed an event "The container app was OOMKilled" in one of the cluster however when I run below query in notebook it did not give any result(with/without cluster filter). Can you please suggest why?
fetch events, scanLimitGBytes:-1
| filter dt.kubernetes.event.message == "The container app was OOMKilled"