joyent-portal/frontend/src/graphql/SingleMetrics.gql
2017-05-23 17:23:37 +01:00

14 lines
147 B
GraphQL

query SingleMetrics {
instanceMetric {
type {
uuid
name
machineId
}
data {
timestamp
value
}
}
}