oci.apigateway.backend_http_responses (count) | Count of the HTTP responses returned by the back-end services. Shown as response |
oci.apigateway.bytes_received (count) | Number of bytes received by the API gateway from API clients. Shown as byte |
oci.apigateway.bytes_sent (count) | Number of bytes sent by the API gateway to API clients. Shown as byte |
oci.apigateway.http_requests (count) | Number of incoming API client requests to the API gateway. Shown as request |
oci.apigateway.http_responses (count) | Number of HTTP responses that the API gateway has sent back. Shown as response |
oci.apigateway.integration_latency (gauge) | Time between the API gateway sending a request to the back-end service and receiving a response from the back-end service. Shown as second |
oci.apigateway.internal_latency (gauge) | Time spent internally in the API gateway to process the request. Shown as second |
oci.apigateway.latency (gauge) | Average time that it takes for a request to be processed and its response to be sent. This is calculated from the time the API gateway receives the first byte of an HTTP request to the time when the response send operation is completed. Shown as second |
oci.apigateway.response_cache_action (gauge) | The action taken by the response cache. |
oci.apigateway.response_cache_availability (gauge) | Availability of the response cache as seen by the API gateway. |
oci.apigateway.response_cache_latency (gauge) | Total time taken for connect, read, and store operations on the response cache. Shown as millisecond |
oci.apigateway.subscriber_quota_proportion_used (gauge) | Proportion of an entitlement's quota that has been consumed by a subscriber. Emitted per request. Calculated as: / . Shown as fraction |
oci.apigateway.subscriber_rate_limit_proportion_used (gauge) | Proportion of an entitlement's rate limit that has been consumed by a subscriber. Emitted per request. Calculated as: / . Shown as fraction |
oci.apigateway.subscriber_requests (count) | Number of requests made by a subscriber. Emitted per request. Shown as request |
oci.apigateway.usage_plan_requests (count) | Number of requests to a given entitlement. Emitted per request. Shown as request |
oci.mediastreams.egress_bytes (count) | Total egress of data streamed through the Distribution Channel (in GB). Shown as byte |
oci.mediastreams.request_count (count) | Total number of requests made to the Distribution Channel. Shown as request |
oci.network_firewall.byte_received_count (count) | The number of bytes received through the firewall. Shown as byte |
oci.network_firewall.byte_sent_count (count) | The number of bytes sent through the firewall. Shown as byte |
oci.network_firewall.decryption_rule_hit_count (count) | The number of times a connection matches a decryption rule. |
oci.network_firewall.icmp_fragment_attacks_count (count) | The number of ICMP fragment attacks detected. |
oci.network_firewall.ip_spoof_count (count) | Number of IP spoof attacks detected. |
oci.network_firewall.land_attacks_count (count) | The number of land attacks detected. |
oci.network_firewall.mac_spoof_count (count) | The number of MAC spoof attacks detected. |
oci.network_firewall.packet_drop_count (count) | The number of packets dropped through the firewall. Shown as packet |
oci.network_firewall.packet_received_count (count) | The number of packets received at the firewall from the network, after drops. Shown as packet |
oci.network_firewall.packet_received_in_error_count (count) | Number of packets received through the firewall that have errors. Shown as packet |
oci.network_firewall.packet_sent_count (count) | The number of packets sent from the firewall to the network, after drops. Shown as packet |
oci.network_firewall.ping_of_death_attacks_count (count) | The number of ping of death attacks detected. |
oci.network_firewall.security_rule_hit_count (count) | The number of times a connection matches a security rule. |
oci.network_firewall.teardrop_attacks_count (count) | The number of teardrop attacks detected. |
oci.oracle_appmgmt.active_requests_by_application (gauge) | Number of executions active grouped by category. Shown as request |
oci.oracle_appmgmt.active_user_sessions (gauge) | Current Active User Sessions by username. Shown as session |
oci.oracle_appmgmt.active_user_sessions_by_responsibility (gauge) | Current Active User Sessions grouped by responsibility. Shown as session |
oci.oracle_appmgmt.capacity_utilization_of_concurrent_managers (gauge) | Utilized capacity of the concurrent manager. Shown as percent |
oci.oracle_appmgmt.completed_requests_by_application (gauge) | Percentage of executions completed grouped by category. Shown as percent |
oci.oracle_appmgmt.concurrent_processing_component_status (gauge) | Status of the component. Values are: 1 = Up 0 = Down. Shown as resource |
oci.oracle_appmgmt.concurrent_requests_by_status (count) | Concurrent requests by status. Shown as request |
oci.oracle_appmgmt.deferred_records (count) | Deferred records grouped by status. Shown as record |
oci.oracle_appmgmt.executed_programs_by_running_time (gauge) | Running time of each execution of the program (raw data). Shown as millisecond |
oci.oracle_appmgmt.forms_database_sessions_per_application (count) | Number Of Forms Sessions. Shown as session |
oci.oracle_appmgmt.forms_database_sessions_per_user (count) | Number Of Forms Sessions. Shown as session |
oci.oracle_appmgmt.hourly_completed_concurrent_requests_rate (gauge) | Concurrent Requests Completed by category. Shown as percent |
oci.oracle_appmgmt.inbound_notifications (count) | Inbound records grouped by status. Shown as record |
oci.oracle_appmgmt.internal_concurrent_manager_status (gauge) | Status of the resource. Values are: 1 = Up 0 = Down. Shown as resource |
oci.oracle_appmgmt.long_active_concurrent_requests (gauge) | For pending requests, pending time. For running requests, running time. Shown as millisecond |
oci.oracle_appmgmt.monitoring_status (gauge) | Status of the resource. Values are: 1 = Up 0 = Down. Shown as resource |
oci.oracle_appmgmt.outbound_notifications (count) | Outbound records grouped by status. Shown as record |
oci.oracle_appmgmt.queue_details (count) | Requests grouped by status. Shown as request |
oci.oracle_appmgmt.users_with_most_pending_requests (gauge) | Number of requests. Shown as user |
oci.oracle_appmgmt.users_with_most_running_requests (gauge) | Number of requests. Shown as user |
oci.postgresql.buffer_cache_hit_ratio (gauge) | The percentage of pages found in the buffer cache without reading from disk. Shown as percent |
oci.postgresql.connections (count) | The number of database connections. Shown as connection |
oci.postgresql.cpu_utilization (gauge) | The CPU utilization expressed as a percentage. The utilization percentage is reported with respect to the number of CPUs the database is allowed to use, which is two times the number of OCPUs. Shown as percent |
oci.postgresql.deadlocks (count) | The number of locks on a database row where two or more transactions are waiting for another transaction to give up a locked row. Shown as lock |
oci.postgresql.memory_utilization (gauge) | The percentage of total RAM that's in use. Shown as percent |
oci.postgresql.read_iops (gauge) | The number of reads per second. Shown as read |
oci.postgresql.read_latency (gauge) | Read latency in milliseconds. Shown as millisecond |
oci.postgresql.read_throughput (gauge) | Reads in kilobytes per second. Shown as kilobyte |
oci.postgresql.used_storage (gauge) | The amount of storage used, expressed in GB. Shown as gigabyte |
oci.postgresql.write_iops (gauge) | The number of writes per second. Shown as write |
oci.postgresql.write_latency (gauge) | Write latency in milliseconds. Shown as millisecond |
oci.postgresql.write_throughput (gauge) | Writes in kilobytes per second. Shown as kilobyte |
oci.queue.consumer_lag (gauge) | Difference in time between the oldest message in the queue and the current time Shown as minute |
oci.queue.messages_count (count) | Count of messages sent and received per queue Shown as message |
oci.queue.messages_in_queue_count (gauge) | Count of messages in the queue |
oci.queue.queue_size (gauge) | Bytes in the queue Shown as byte |
oci.queue.request_success (count) | Indicates the success of the requests sent and received per queue |
oci.queue.requests_latency (gauge) | Latency of the requests to the queue Shown as millisecond |
oci.queue.requests_throughput (gauge) | Bytes sent and received per queue Shown as byte |
oci.service_connector_hub.bytes_read_from_source (count) | Number of bytes read from the source. Note: This value is emitted each time Connector Hub reads data from the source. If failures occur at the task or destination and Connector Hub needs to reread data from the source, the value is emitted again. Shown as byte |
oci.service_connector_hub.bytes_read_from_task (count) | Number of bytes moved from the task to Connector Hub. Shown as byte |
oci.service_connector_hub.bytes_written_to_target (count) | Number of bytes written to the target. Note: Use this metric as a general indicator of success. BytesWrittenToTarget might not match BytesReadFromSource or BytesReadFromTask. For example, consider a 10MB read intended for an Object Storage target. Connector Hub might compress the data, converting 10MB read into 1MB written. Shown as byte |
oci.service_connector_hub.bytes_written_to_task (count) | Number of bytes moved by Connector Hub to the task. Shown as byte |
oci.service_connector_hub.data_freshness (gauge) | Indicates age of the oldest processed record of the most recent set. Shown as millisecond |
oci.service_connector_hub.errors_at_source (count) | Number of errors that affect retrieving data from source. Tip: To troubleshoot errors, view the errorCode and errorType dimension values. For example, an errorCode value that starts with 5, such as 500, implies a partner service outage, while the errorCode value –1 implies a network outage or timeout. Shown as error |
oci.service_connector_hub.errors_at_target (count) | Number of errors that affect writing data to target. Tip: To troubleshoot errors, view the errorCode and errorType dimension values. For example, an errorCode value that starts with 5, such as 500, implies a partner service outage, while the errorCode value –1 implies a network outage or timeout. Shown as error |
oci.service_connector_hub.errors_at_task (count) | Number of errors while writing to the task. Tip: To troubleshoot errors, view the errorCode and errorType dimension values. For example, an errorCode value that starts with 5, such as 500, implies a partner service outage, while the errorCode value –1 implies a network outage or timeout. Shown as error |
oci.service_connector_hub.latency_at_source (gauge) | Time-to-first-byte when retrieving data from source. Useful for customers to troubleshoot with complex tasks (log rules). Shown as millisecond |
oci.service_connector_hub.latency_at_target (gauge) | Time-to-first-byte when writing data to target. Shown as millisecond |
oci.service_connector_hub.latency_at_task (gauge) | Time-to-first-byte for task; includes latency reading from the source, errors at the task, and errors writing to the target. Shown as millisecond |
oci.service_connector_hub.messages_read_from_source (count) | Number of records read from the source. Note: The value for this metric is cumulative. Shown as message |
oci.service_connector_hub.messages_read_from_task (count) | Number of messages moved from the task to Connector Hub. Shown as message |
oci.service_connector_hub.messages_written_to_target (count) | Number of records written to the target. Shown as message |
oci.service_connector_hub.messages_written_to_task (count) | Number of messages moved by Connector Hub to the task. Shown as message |
oci.service_connector_hub.service_connector_hub_errors (count) | Number of errors in Connector Hub that affect moving data from source to target. Shown as error |
oci.service_gateway.bytes_from_service (count) | The number of bytes successfully sent from the service gateway toward customer instances. Shown as byte |
oci.service_gateway.bytes_to_service (count) | The number of bytes successfully sent from the service gateway toward Oracle services. Shown as byte |
oci.service_gateway.packets_from_service (count) | The number of packets successfully sent from the service gateway toward customer instances. Shown as packet |
oci.service_gateway.packets_to_service (count) | The number of packets successfully sent from the service gateway toward Oracle services. Shown as packet |
oci.service_gateway.sgw_drops_from_service (count) | The number of packets dropped while sending packets from the service gateway toward customer instances. Shown as packet |
oci.service_gateway.sgw_drops_to_service (count) | The number of packets dropped while sending packets from the service gateway toward Oracle services. Shown as packet |
oci.waf.bandwidth (gauge) | Bandwidth rate calculated by dividing total data egress in a minute by 60. Shown as byte |
oci.waf.number_of_requests (count) | The total number of requests serviced by the WAF. Shown as request |
oci.waf.number_of_requests_detected (count) | The number of requests that triggered a detect (alert) for a WAF policy. Shown as request |
oci.waf.traffic (gauge) | Data egress from the WAF (compressed by default) measured in one minute intervals. Shown as byte |