Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 5 additions & 17 deletions lib/vector-api-client/graphql/queries/components.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ query ComponentsQuery($first: Int!) {
}
metrics {
__typename
processedEventsTotal {
processedEventsTotal
}
processedBytesTotal {
processedBytesTotal
receivedBytesTotal {
receivedBytesTotal
}
receivedEventsTotal {
receivedEventsTotal
Expand All @@ -37,12 +34,6 @@ query ComponentsQuery($first: Int!) {
}
metrics {
__typename
processedEventsTotal {
processedEventsTotal
}
processedBytesTotal {
processedBytesTotal
}
receivedEventsTotal {
receivedEventsTotal
}
Expand All @@ -54,15 +45,12 @@ query ComponentsQuery($first: Int!) {
... on Sink {
metrics {
__typename
processedEventsTotal {
processedEventsTotal
}
processedBytesTotal {
processedBytesTotal
}
receivedEventsTotal {
receivedEventsTotal
}
sentBytesTotal {
sentBytesTotal
}
sentEventsTotal {
sentEventsTotal
}
Expand Down
Loading