Skip to content

Commit 320887b

Browse files
committed
fix story
1 parent c72ba58 commit 320887b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stories/InteractiveEsql.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const Default: Story = {
4444
},
4545
};
4646

47-
const queryPromql = `PROMQL index=k8s step=1h result = sum(rate(http_requests_total{job="apiserver",handler="/api/comments"}[5m])) by (job)
47+
const queryPromql = `PROMQL index=k8s step=1h result = (sum(rate(http_requests_total{job="apiserver",handler="/api/comments"}[5m])) by (job))
4848
| EVAL client_ip = TO_IP(client_ip)
4949
| KEEP @timestamp, client_ip, event_duration, message
5050
| SORT @timestamp DESC

0 commit comments

Comments
 (0)