We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72ba58 commit 320887bCopy full SHA for 320887b
1 file changed
src/stories/InteractiveEsql.stories.tsx
@@ -44,7 +44,7 @@ export const Default: Story = {
44
},
45
};
46
47
-const queryPromql = `PROMQL index=k8s step=1h result = sum(rate(http_requests_total{job="apiserver",handler="/api/comments"}[5m])) by (job)
+const queryPromql = `PROMQL index=k8s step=1h result = (sum(rate(http_requests_total{job="apiserver",handler="/api/comments"}[5m])) by (job))
48
| EVAL client_ip = TO_IP(client_ip)
49
| KEEP @timestamp, client_ip, event_duration, message
50
| SORT @timestamp DESC
0 commit comments