| api_okay |
LongCounter |
Number of successful API calls handled by the Event Manager. |
| api_bad_request |
LongCounter |
Number of failed API calls because the request is badly formed. |
| api_unauthz |
LongCounter |
Number of failed API calls because the user is not known. |
| api_forbidden |
LongCounter |
Number of failed API calls because the user is not authorized. |
| api_not_found |
LongCounter |
Number of failed API calls because a referenced resource cannot not be found. |
| api_conflict |
LongCounter |
Number of failed API calls because the requested change conflicts with the current state. |
| api_unsupported_media |
LongCounter |
Number of failed API calls because the content format of the request is not acceptable for the server. |
| api_internal_server_error |
LongCounter |
Number of failed API calls because the server had an internal error occur. |
| api_service_unavailable |
LongCounter |
Number of failed API calls because the service that is required for the request is unavailable. |
| api_nine_one_one |
LongCounter |
Number of failed API calls for API Connect integration errors. |
| api_responses |
LongCounter |
Number of API calls handled by the Event Manager. |
| api_response_latency |
LongHistogram |
Distribution of API responses by response time (ms) into buckets from 0 to 10000 in steps of 500. |
| options |
LongUpDownCounter |
Number of virtual topics and their associated subscriptions at a specific point in time. |
| successful_gateway_registration |
LongCounter |
Number of successful gateway registrations. |
| failed_gateway_registration |
LongCounter |
Number of failed gateway registrations. |
| services_not_ready |
LongGauge |
Number of Event Endpoint Management services that are not yet ready. |
| services_ready |
LongGauge |
Number of Event Endpoint Management services that are ready. |
| resource_count |
LongGauge |
Number of resources created. The resources that are included in this count are: Virtual topics and Event Gateways. |
| resource_limit |
LongGauge |
Number of resources within that can be created. Not present if no resource limit is set. |
| (deprecated) successfulGatewayRegistration |
LongCounter |
Number of successful gateway registrations. Use successful_gateway_registration instead. |
| (deprecated) failedGatewayRegistration |
LongCounter |
Number of failed gateway registrations. Use failed_gateway_registration instead. |
| (deprecated) storageNotReady |
LongCounter |
Number of times the storage ready check failed. |
| (deprecated) keyManagerNotReady |
LongCounter |
Number of times the key manager ready check failed. |