1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-15 15:50:06 +02:00
copilot/packages/cp-frontend/src/graphql/SingleMetrics.gql

14 lines
147 B
Plaintext
Raw Normal View History

2017-05-11 20:16:52 +03:00
query SingleMetrics {
instanceMetric {
type {
uuid
name
machineId
2017-05-11 20:16:52 +03:00
}
data {
timestamp
value
}
}
}