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 |