Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
Description
https://docs.mms.mongodb.com/reference/api/metrics/#entity-fields
says the metric names are:
OPCOUNTER_CMD
OPCOUNTER_DELETE
OPCOUNTER_GETMORE
OPCOUNTER_INSERT
OPCOUNTER_QUERY
OPCOUNTER_REPL_CMD
OPCOUNTER_REPL_DELETE
OPCOUNTER_REPL_INSERT
OPCOUNTER_REPL_UPDATE
OPCOUNTER_UPDATE
Which indicates you should be able to make a request of the following form.
/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/OPCOUNTER_CMD
however, this request returns the following response
{
|
"error": 404,
|
"reason": "Not Found",
|
"detail": "Unknown metric name: OPCOUNTER_CMD"
|
}
|
Changing the request to the following form, the request is successful.
/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/OPCOUNTERS_CMD
Notice the enum value is actually OPCOUNTERS_CMD instead of the documented (and singular) OPCOUNTER_CMD. This appears to apply to all of the OPCOUNTERS metrics.
This can also be verified by going to /api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics which returns the list of metrics available, this shows the following links (note they have all been made relative and are not valid cloud links for security reasons)
{
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics?pageNum=1&itemsPerPage=100"
|
} ],
|
"totalCount" : 51,
|
"results" : [ {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/ASSERT_REGULAR"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "ASSERT_REGULAR",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/ASSERT_WARNING"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "ASSERT_WARNING",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/ASSERT_MSG"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "ASSERT_MSG",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/ASSERT_USER"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "ASSERT_USER",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/OPCOUNTERS_CMD"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "OPCOUNTERS_CMD",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/OPCOUNTERS_QUERY"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "OPCOUNTERS_QUERY",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/OPCOUNTERS_UPDATE"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "OPCOUNTERS_UPDATE",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/OPCOUNTERS_DELETE"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "OPCOUNTERS_DELETE",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/OPCOUNTERS_GETMORE"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "OPCOUNTERS_GETMORE",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/OPCOUNTERS_INSERT"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "OPCOUNTERS_INSERT",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/MEMORY_RESIDENT"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "MEMORY_RESIDENT",
|
"units" : "MEGABYTES"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/MEMORY_VIRTUAL"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "MEMORY_VIRTUAL",
|
"units" : "MEGABYTES"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/MEMORY_MAPPED"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "MEMORY_MAPPED",
|
"units" : "MEGABYTES"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/COMPUTED_MEMORY"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "COMPUTED_MEMORY",
|
"units" : "MEGABYTES"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/INDEX_COUNTERS_BTREE_ACCESSES"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "INDEX_COUNTERS_BTREE_ACCESSES",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/INDEX_COUNTERS_BTREE_HITS"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "INDEX_COUNTERS_BTREE_HITS",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/INDEX_COUNTERS_BTREE_MISSES"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "INDEX_COUNTERS_BTREE_MISSES",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/INDEX_COUNTERS_BTREE_MISS_RATIO"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "INDEX_COUNTERS_BTREE_MISS_RATIO",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/EFFECTIVE_LOCK_PERCENTAGE"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "EFFECTIVE_LOCK_PERCENTAGE",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/BACKGROUND_FLUSH_AVG"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "BACKGROUND_FLUSH_AVG",
|
"units" : "MILLISECONDS"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/CONNECTIONS"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "CONNECTIONS",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/GLOBAL_LOCK_CURRENT_QUEUE_READERS"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "GLOBAL_LOCK_CURRENT_QUEUE_READERS",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/GLOBAL_LOCK_CURRENT_QUEUE_WRITERS"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "GLOBAL_LOCK_CURRENT_QUEUE_WRITERS",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/GLOBAL_LOCK_CURRENT_QUEUE_TOTAL"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "GLOBAL_LOCK_CURRENT_QUEUE_TOTAL",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/CURSORS_TOTAL_OPEN"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "CURSORS_TOTAL_OPEN",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/CURSORS_TOTAL_TIMED_OUT"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "CURSORS_TOTAL_TIMED_OUT",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/CURSORS_TOTAL_CLIENT_CURSORS_SIZE"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "CURSORS_TOTAL_CLIENT_CURSORS_SIZE",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/NETWORK_BYTES_IN"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "NETWORK_BYTES_IN",
|
"units" : "BYTES"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/NETWORK_BYTES_OUT"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "NETWORK_BYTES_OUT",
|
"units" : "BYTES"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/NETWORK_NUM_REQUESTS"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "NETWORK_NUM_REQUESTS",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/EXTRA_INFO_PAGE_FAULTS"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "EXTRA_INFO_PAGE_FAULTS",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/DB_STORAGE_TOTAL"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "DB_STORAGE_TOTAL",
|
"units" : "BYTES"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/DB_DATA_SIZE_TOTAL"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "DB_DATA_SIZE_TOTAL",
|
"units" : "BYTES"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/JOURNALING_COMMITS_IN_WRITE_LOCK"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "JOURNALING_COMMITS_IN_WRITE_LOCK",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/JOURNALING_MB"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "JOURNALING_MB",
|
"units" : "MEGABYTES"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/GLOBAL_ACCESSES_NOT_IN_MEMORY"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "GLOBAL_ACCESSES_NOT_IN_MEMORY",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/GLOBAL_PAGE_FAULT_EXCEPTIONS_THROWN"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "GLOBAL_PAGE_FAULT_EXCEPTIONS_THROWN",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/MUNIN_CPU_USER"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "MUNIN_CPU_USER",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/MUNIN_CPU_NICE"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "MUNIN_CPU_NICE",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/MUNIN_CPU_SYSTEM"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "MUNIN_CPU_SYSTEM",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/MUNIN_CPU_IOWAIT"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "MUNIN_CPU_IOWAIT",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/MUNIN_CPU_IRQ"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "MUNIN_CPU_IRQ",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/MUNIN_CPU_SOFTIRQ"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "MUNIN_CPU_SOFTIRQ",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/MUNIN_CPU_STEAL"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "MUNIN_CPU_STEAL",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/DB_LOCK_PERCENTAGE"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "DB_LOCK_PERCENTAGE",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/DB_ACCESSES_NOT_IN_MEMORY"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "DB_ACCESSES_NOT_IN_MEMORY",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/DB_PAGE_FAULT_EXCEPTIONS_THROWN"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "DB_PAGE_FAULT_EXCEPTIONS_THROWN",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/MUNIN_IOSTAT_OP_READ"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "MUNIN_IOSTAT_OP_READ",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/MUNIN_IOSTAT_OP_WRITE"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "MUNIN_IOSTAT_OP_WRITE",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/MUNIN_IOSTAT_TIME_READ"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "MUNIN_IOSTAT_TIME_READ",
|
"units" : "RAW"
|
}, {
|
"links" : [ {
|
"rel" : "self",
|
"href" : "/api/public/v1.0/groups/54209e729a351021620cd488/hosts/f560d6d7548bb29c6f8d6d98a54caff3/metrics/MUNIN_IOSTAT_TIME_WRITE"
|
} ],
|
"groupId" : "54209e729a351021620cd488",
|
"hostId" : "f560d6d7548bb29c6f8d6d98a54caff3",
|
"metricName" : "MUNIN_IOSTAT_TIME_WRITE",
|
"units" : "RAW"
|
} ]
|
}
|