mirror of
https://github.com/yldio/copilot.git
synced 2024-11-15 07:40:07 +02:00
14 lines
145 B
GraphQL
14 lines
145 B
GraphQL
query SingleMetrics {
|
|
instanceMetric {
|
|
type {
|
|
id
|
|
name
|
|
machineId
|
|
}
|
|
data {
|
|
timestamp
|
|
value
|
|
}
|
|
}
|
|
}
|