joyent-portal/packages/cp-frontend/src/graphql/SingleMetrics.gql

14 lines
145 B
Plaintext
Raw Normal View History

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