Skip to content

Commit

Permalink
Remove superfluous part of query
Browse files Browse the repository at this point in the history
  • Loading branch information
joey-grafana committed Jan 9, 2025
1 parent 67a9070 commit 646771c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Home/AttributePanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class AttributePanel extends SceneObjectBase<AttributePanelState> {
children: [
new AttributePanel({
query: {
query: `{nestedSetParent<0 && kind=server && duration > ${minDuration}} | by (resource.service.name)`,
query: `{nestedSetParent<0 && kind=server && duration > ${minDuration}}`,
},
title: state.title,
type: state.type,
Expand Down

0 comments on commit 646771c

Please sign in to comment.