Skip to content

Instantly share code, notes, and snippets.

@david-martin
Last active May 7, 2020 16:03
Show Gist options
  • Save david-martin/b30afce996f3c7c9246aaee00bae7ffc to your computer and use it in GitHub Desktop.
Save david-martin/b30afce996f3c7c9246aaee00bae7ffc to your computer and use it in GitHub Desktop.
oc -n redhat-rhmi-middleware-monitoring-operator exec prometheus-application-monitoring-0 -c prometheus -- curl -g 'http://localhost:9090/api/v1/query?' --data-urlencode 'query=count by (__name__, job) ({__name__=~".+",job!=""})' | jq '.data.result | group_by(.metric.job) | [.[]|{(.[0].metric.job):[.[].metric.__name__]|sort}]'
[
{
"3scale-apicast-pods": [
"nginx_http_connections",
"nginx_metric_errors_total",
"openresty_shdict_capacity",
"openresty_shdict_free_space",
"que_job_duration_seconds_bucket",
"que_job_duration_seconds_count",
"que_job_duration_seconds_sum",
"que_job_enqueued_total",
"que_job_failures_total",
"que_job_performed_total",
"que_job_retries_total",
"que_job_runtime_seconds",
"que_job_runtime_seconds_count",
"que_job_runtime_seconds_sum",
"que_jobs_scheduled_total",
"que_workers_total",
"rails_connection_pool_connections",
"rails_connection_pool_size",
"rails_connection_pool_waiting",
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"up"
]
},
{
"address-space-controller": [
"enmasse_address_space_connectors_total",
"enmasse_address_space_status_not_ready",
"enmasse_address_space_status_ready",
"enmasse_address_spaces_active_total",
"enmasse_address_spaces_configuring_total",
"enmasse_address_spaces_failed_total",
"enmasse_address_spaces_pending_total",
"enmasse_address_spaces_terminating_total",
"enmasse_address_spaces_total",
"enmasse_component_health",
"enmasse_router_mesh_not_connected_total",
"enmasse_router_mesh_undelivered_total",
"enmasse_version",
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"up"
]
},
{
"application-monitoring-operator-metrics": [
"applicationmonitoring_info",
"blackboxtarget_info",
"controller_runtime_reconcile_errors_total",
"controller_runtime_reconcile_time_seconds_bucket",
"controller_runtime_reconcile_time_seconds_count",
"controller_runtime_reconcile_time_seconds_sum",
"controller_runtime_reconcile_total",
"go_gc_duration_seconds",
"go_gc_duration_seconds_count",
"go_gc_duration_seconds_sum",
"go_goroutines",
"go_info",
"go_memstats_alloc_bytes",
"go_memstats_alloc_bytes_total",
"go_memstats_buck_hash_sys_bytes",
"go_memstats_frees_total",
"go_memstats_gc_cpu_fraction",
"go_memstats_gc_sys_bytes",
"go_memstats_heap_alloc_bytes",
"go_memstats_heap_idle_bytes",
"go_memstats_heap_inuse_bytes",
"go_memstats_heap_objects",
"go_memstats_heap_released_bytes",
"go_memstats_heap_sys_bytes",
"go_memstats_last_gc_time_seconds",
"go_memstats_lookups_total",
"go_memstats_mallocs_total",
"go_memstats_mcache_inuse_bytes",
"go_memstats_mcache_sys_bytes",
"go_memstats_mspan_inuse_bytes",
"go_memstats_mspan_sys_bytes",
"go_memstats_next_gc_bytes",
"go_memstats_other_sys_bytes",
"go_memstats_stack_inuse_bytes",
"go_memstats_stack_sys_bytes",
"go_memstats_sys_bytes",
"go_threads",
"grafana_info",
"grafanadashboard_info",
"grafanadatasource_info",
"process_cpu_seconds_total",
"process_max_fds",
"process_open_fds",
"process_resident_memory_bytes",
"process_start_time_seconds",
"process_virtual_memory_bytes",
"process_virtual_memory_max_bytes",
"rest_client_request_latency_seconds_bucket",
"rest_client_request_latency_seconds_count",
"rest_client_request_latency_seconds_sum",
"rest_client_requests_total",
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"up",
"workqueue_adds_total",
"workqueue_depth",
"workqueue_longest_running_processor_microseconds",
"workqueue_longest_running_processor_seconds",
"workqueue_queue_duration_seconds_bucket",
"workqueue_queue_duration_seconds_count",
"workqueue_queue_duration_seconds_sum",
"workqueue_retries_total",
"workqueue_unfinished_work_seconds",
"workqueue_work_duration_seconds_bucket",
"workqueue_work_duration_seconds_count",
"workqueue_work_duration_seconds_sum"
]
},
{
"blackbox": [
"probe_dns_lookup_time_seconds",
"probe_duration_seconds",
"probe_failed_due_to_regex",
"probe_http_content_length",
"probe_http_duration_seconds",
"probe_http_last_modified_timestamp_seconds",
"probe_http_redirects",
"probe_http_ssl",
"probe_http_status_code",
"probe_http_version",
"probe_ip_protocol",
"probe_ssl_earliest_cert_expiry",
"probe_success",
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"up"
]
},
{
"broker-d17e795-e3co": [
"enmasse_artemis_address_memory_usage",
"enmasse_artemis_connection_count",
"enmasse_artemis_consumer_count",
"enmasse_artemis_delivering_durable_message_count",
"enmasse_artemis_delivering_durable_persistent_size",
"enmasse_artemis_delivering_message_count",
"enmasse_artemis_delivering_persistent_size",
"enmasse_artemis_durable_message_count",
"enmasse_artemis_durable_persistent_size",
"enmasse_artemis_message_count",
"enmasse_artemis_messages_acknowledged",
"enmasse_artemis_messages_added",
"enmasse_artemis_messages_expired",
"enmasse_artemis_messages_killed",
"enmasse_artemis_persistent_size",
"enmasse_artemis_routed_message_count",
"enmasse_artemis_scheduled_durable_message_count",
"enmasse_artemis_scheduled_durable_persistent_size",
"enmasse_artemis_scheduled_message_count",
"enmasse_artemis_scheduled_persistent_size",
"enmasse_artemis_total_connection_count",
"enmasse_artemis_unrouted_message_count",
"enmasse_jvm_buffer_count_buffers",
"enmasse_jvm_buffer_memory_used_bytes",
"enmasse_jvm_buffer_total_capacity_bytes",
"enmasse_jvm_memory_committed_bytes",
"enmasse_jvm_memory_max_bytes",
"enmasse_jvm_memory_used_bytes",
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"up"
]
},
{
"broker-fea28b1-bko5": [
"enmasse_artemis_address_memory_usage",
"enmasse_artemis_connection_count",
"enmasse_artemis_consumer_count",
"enmasse_artemis_delivering_durable_message_count",
"enmasse_artemis_delivering_durable_persistent_size",
"enmasse_artemis_delivering_message_count",
"enmasse_artemis_delivering_persistent_size",
"enmasse_artemis_durable_message_count",
"enmasse_artemis_durable_persistent_size",
"enmasse_artemis_message_count",
"enmasse_artemis_messages_acknowledged",
"enmasse_artemis_messages_added",
"enmasse_artemis_messages_expired",
"enmasse_artemis_messages_killed",
"enmasse_artemis_persistent_size",
"enmasse_artemis_routed_message_count",
"enmasse_artemis_scheduled_durable_message_count",
"enmasse_artemis_scheduled_durable_persistent_size",
"enmasse_artemis_scheduled_message_count",
"enmasse_artemis_scheduled_persistent_size",
"enmasse_artemis_total_connection_count",
"enmasse_artemis_unrouted_message_count",
"enmasse_jvm_buffer_count_buffers",
"enmasse_jvm_buffer_memory_used_bytes",
"enmasse_jvm_buffer_total_capacity_bytes",
"enmasse_jvm_memory_committed_bytes",
"enmasse_jvm_memory_max_bytes",
"enmasse_jvm_memory_used_bytes",
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"up"
]
},
{
"cloud-resource-operator-metrics": [
"controller_runtime_reconcile_time_seconds_bucket",
"controller_runtime_reconcile_time_seconds_count",
"controller_runtime_reconcile_time_seconds_sum",
"controller_runtime_reconcile_total",
"cro_postgres_available",
"cro_postgres_connection",
"cro_postgres_info",
"cro_redis_available",
"cro_redis_connection",
"cro_redis_info",
"cro_redis_service_maintenance",
"go_gc_duration_seconds",
"go_gc_duration_seconds_count",
"go_gc_duration_seconds_sum",
"go_goroutines",
"go_info",
"go_memstats_alloc_bytes",
"go_memstats_alloc_bytes_total",
"go_memstats_buck_hash_sys_bytes",
"go_memstats_frees_total",
"go_memstats_gc_cpu_fraction",
"go_memstats_gc_sys_bytes",
"go_memstats_heap_alloc_bytes",
"go_memstats_heap_idle_bytes",
"go_memstats_heap_inuse_bytes",
"go_memstats_heap_objects",
"go_memstats_heap_released_bytes",
"go_memstats_heap_sys_bytes",
"go_memstats_last_gc_time_seconds",
"go_memstats_lookups_total",
"go_memstats_mallocs_total",
"go_memstats_mcache_inuse_bytes",
"go_memstats_mcache_sys_bytes",
"go_memstats_mspan_inuse_bytes",
"go_memstats_mspan_sys_bytes",
"go_memstats_next_gc_bytes",
"go_memstats_other_sys_bytes",
"go_memstats_stack_inuse_bytes",
"go_memstats_stack_sys_bytes",
"go_memstats_sys_bytes",
"go_threads",
"process_cpu_seconds_total",
"process_max_fds",
"process_open_fds",
"process_resident_memory_bytes",
"process_start_time_seconds",
"process_virtual_memory_bytes",
"process_virtual_memory_max_bytes",
"rest_client_request_latency_seconds_bucket",
"rest_client_request_latency_seconds_count",
"rest_client_request_latency_seconds_sum",
"rest_client_requests_total",
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"up",
"workqueue_adds_total",
"workqueue_depth",
"workqueue_longest_running_processor_microseconds",
"workqueue_longest_running_processor_seconds",
"workqueue_queue_duration_seconds_bucket",
"workqueue_queue_duration_seconds_count",
"workqueue_queue_duration_seconds_sum",
"workqueue_retries_total",
"workqueue_unfinished_work_seconds",
"workqueue_work_duration_seconds_bucket",
"workqueue_work_duration_seconds_count",
"workqueue_work_duration_seconds_sum"
]
},
{
"console": [
"enmasse_component_health",
"enmasse_console_active_sessions",
"enmasse_console_query_time_seconds_bucket",
"enmasse_console_query_time_seconds_count",
"enmasse_console_query_time_seconds_sum",
"enmasse_go_gc_duration_seconds",
"enmasse_go_gc_duration_seconds_count",
"enmasse_go_gc_duration_seconds_sum",
"enmasse_go_goroutines",
"enmasse_go_info",
"enmasse_go_memstats_alloc_bytes",
"enmasse_go_memstats_alloc_bytes_total",
"enmasse_go_memstats_buck_hash_sys_bytes",
"enmasse_go_memstats_frees_total",
"enmasse_go_memstats_gc_cpu_fraction",
"enmasse_go_memstats_gc_sys_bytes",
"enmasse_go_memstats_heap_alloc_bytes",
"enmasse_go_memstats_heap_idle_bytes",
"enmasse_go_memstats_heap_inuse_bytes",
"enmasse_go_memstats_heap_objects",
"enmasse_go_memstats_heap_released_bytes",
"enmasse_go_memstats_heap_sys_bytes",
"enmasse_go_memstats_last_gc_time_seconds",
"enmasse_go_memstats_lookups_total",
"enmasse_go_memstats_mallocs_total",
"enmasse_go_memstats_mcache_inuse_bytes",
"enmasse_go_memstats_mcache_sys_bytes",
"enmasse_go_memstats_mspan_inuse_bytes",
"enmasse_go_memstats_mspan_sys_bytes",
"enmasse_go_memstats_next_gc_bytes",
"enmasse_go_memstats_other_sys_bytes",
"enmasse_go_memstats_stack_inuse_bytes",
"enmasse_go_memstats_stack_sys_bytes",
"enmasse_go_memstats_sys_bytes",
"enmasse_go_threads",
"enmasse_process_cpu_seconds_total",
"enmasse_process_max_fds",
"enmasse_process_open_fds",
"enmasse_process_resident_memory_bytes",
"enmasse_process_start_time_seconds",
"enmasse_process_virtual_memory_bytes",
"enmasse_process_virtual_memory_max_bytes",
"enmasse_prometheus_remote_storage_highest_timestamp_in_seconds",
"enmasse_prometheus_remote_storage_samples_in_total",
"enmasse_prometheus_remote_storage_string_interner_zero_reference_releases_total",
"enmasse_prometheus_sd_consul_rpc_duration_seconds",
"enmasse_prometheus_sd_consul_rpc_duration_seconds_count",
"enmasse_prometheus_sd_consul_rpc_duration_seconds_sum",
"enmasse_prometheus_sd_consul_rpc_failures_total",
"enmasse_prometheus_sd_dns_lookup_failures_total",
"enmasse_prometheus_sd_dns_lookups_total",
"enmasse_prometheus_sd_file_read_errors_total",
"enmasse_prometheus_sd_file_scan_duration_seconds",
"enmasse_prometheus_sd_file_scan_duration_seconds_count",
"enmasse_prometheus_sd_file_scan_duration_seconds_sum",
"enmasse_prometheus_sd_kubernetes_events_total",
"enmasse_prometheus_sd_kubernetes_http_request_duration_seconds_count",
"enmasse_prometheus_sd_kubernetes_http_request_duration_seconds_sum",
"enmasse_prometheus_sd_kubernetes_http_request_total",
"enmasse_prometheus_treecache_watcher_goroutines",
"enmasse_prometheus_treecache_zookeeper_failures_total",
"enmasse_promhttp_metric_handler_requests_in_flight",
"enmasse_promhttp_metric_handler_requests_total",
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"up"
]
},
{
"enmasse-operator-metrics": [
"ALERTS",
"ALERTS_FOR_STATE",
"enmasse_addressplan_info",
"enmasse_addressspaceplan_info",
"enmasse_authentication_service_ready",
"enmasse_authenticationservice_info",
"enmasse_component_health",
"enmasse_consoleservice_info",
"enmasse_controller_runtime_reconcile_errors_total",
"enmasse_controller_runtime_reconcile_time_seconds_bucket",
"enmasse_controller_runtime_reconcile_time_seconds_count",
"enmasse_controller_runtime_reconcile_time_seconds_sum",
"enmasse_controller_runtime_reconcile_total",
"enmasse_go_gc_duration_seconds",
"enmasse_go_gc_duration_seconds_count",
"enmasse_go_gc_duration_seconds_sum",
"enmasse_go_goroutines",
"enmasse_go_info",
"enmasse_go_memstats_alloc_bytes",
"enmasse_go_memstats_alloc_bytes_total",
"enmasse_go_memstats_buck_hash_sys_bytes",
"enmasse_go_memstats_frees_total",
"enmasse_go_memstats_gc_cpu_fraction",
"enmasse_go_memstats_gc_sys_bytes",
"enmasse_go_memstats_heap_alloc_bytes",
"enmasse_go_memstats_heap_idle_bytes",
"enmasse_go_memstats_heap_inuse_bytes",
"enmasse_go_memstats_heap_objects",
"enmasse_go_memstats_heap_released_bytes",
"enmasse_go_memstats_heap_sys_bytes",
"enmasse_go_memstats_last_gc_time_seconds",
"enmasse_go_memstats_lookups_total",
"enmasse_go_memstats_mallocs_total",
"enmasse_go_memstats_mcache_inuse_bytes",
"enmasse_go_memstats_mcache_sys_bytes",
"enmasse_go_memstats_mspan_inuse_bytes",
"enmasse_go_memstats_mspan_sys_bytes",
"enmasse_go_memstats_next_gc_bytes",
"enmasse_go_memstats_other_sys_bytes",
"enmasse_go_memstats_stack_inuse_bytes",
"enmasse_go_memstats_stack_sys_bytes",
"enmasse_go_memstats_sys_bytes",
"enmasse_go_threads",
"enmasse_process_cpu_seconds_total",
"enmasse_process_max_fds",
"enmasse_process_open_fds",
"enmasse_process_resident_memory_bytes",
"enmasse_process_start_time_seconds",
"enmasse_process_virtual_memory_bytes",
"enmasse_process_virtual_memory_max_bytes",
"enmasse_rest_client_request_latency_seconds_bucket",
"enmasse_rest_client_request_latency_seconds_count",
"enmasse_rest_client_request_latency_seconds_sum",
"enmasse_rest_client_requests_total",
"enmasse_version",
"enmasse_workqueue_adds_total",
"enmasse_workqueue_depth",
"enmasse_workqueue_longest_running_processor_seconds",
"enmasse_workqueue_queue_duration_seconds_bucket",
"enmasse_workqueue_queue_duration_seconds_count",
"enmasse_workqueue_queue_duration_seconds_sum",
"enmasse_workqueue_retries_total",
"enmasse_workqueue_unfinished_work_seconds",
"enmasse_workqueue_work_duration_seconds_bucket",
"enmasse_workqueue_work_duration_seconds_count",
"enmasse_workqueue_work_duration_seconds_sum",
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"up"
]
},
{
"keycloak": [
"jvm_buffer_pool_capacity_bytes",
"jvm_buffer_pool_used_buffers",
"jvm_buffer_pool_used_bytes",
"jvm_classes_loaded",
"jvm_classes_loaded_total",
"jvm_classes_unloaded_total",
"jvm_gc_collection_seconds_count",
"jvm_gc_collection_seconds_sum",
"jvm_info",
"jvm_memory_bytes_committed",
"jvm_memory_bytes_init",
"jvm_memory_bytes_max",
"jvm_memory_bytes_used",
"jvm_memory_pool_bytes_committed",
"jvm_memory_pool_bytes_init",
"jvm_memory_pool_bytes_max",
"jvm_memory_pool_bytes_used",
"jvm_threads_current",
"jvm_threads_daemon",
"jvm_threads_deadlocked",
"jvm_threads_deadlocked_monitor",
"jvm_threads_peak",
"jvm_threads_started_total",
"keycloak_admin_event_CREATE",
"keycloak_admin_event_DELETE",
"keycloak_admin_event_UPDATE",
"keycloak_failed_login_attempts",
"keycloak_logins",
"keycloak_request_duration_bucket",
"keycloak_request_duration_count",
"keycloak_request_duration_sum",
"keycloak_response_errors",
"keycloak_user_event_CODE_TO_TOKEN",
"keycloak_user_event_USER_INFO_REQUEST",
"process_cpu_seconds_total",
"process_max_fds",
"process_open_fds",
"process_resident_memory_bytes",
"process_start_time_seconds",
"process_virtual_memory_bytes",
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"up"
]
},
{
"kube-state-metrics": [
"cluster:hyperthread_enabled_nodes",
"cluster:infra_nodes",
"cluster:master_nodes",
"cluster:nodes_roles",
"count:up1",
"go_gc_duration_seconds",
"go_gc_duration_seconds_count",
"go_gc_duration_seconds_sum",
"go_goroutines",
"go_info",
"go_memstats_alloc_bytes",
"go_memstats_alloc_bytes_total",
"go_memstats_buck_hash_sys_bytes",
"go_memstats_frees_total",
"go_memstats_gc_cpu_fraction",
"go_memstats_gc_sys_bytes",
"go_memstats_heap_alloc_bytes",
"go_memstats_heap_idle_bytes",
"go_memstats_heap_inuse_bytes",
"go_memstats_heap_objects",
"go_memstats_heap_released_bytes",
"go_memstats_heap_sys_bytes",
"go_memstats_last_gc_time_seconds",
"go_memstats_lookups_total",
"go_memstats_mallocs_total",
"go_memstats_mcache_inuse_bytes",
"go_memstats_mcache_sys_bytes",
"go_memstats_mspan_inuse_bytes",
"go_memstats_mspan_sys_bytes",
"go_memstats_next_gc_bytes",
"go_memstats_other_sys_bytes",
"go_memstats_stack_inuse_bytes",
"go_memstats_stack_sys_bytes",
"go_memstats_sys_bytes",
"go_threads",
"kube_configmap_created",
"kube_configmap_info",
"kube_configmap_metadata_resource_version",
"kube_cronjob_created",
"kube_cronjob_info",
"kube_cronjob_labels",
"kube_cronjob_next_schedule_time",
"kube_cronjob_spec_suspend",
"kube_cronjob_status_active",
"kube_cronjob_status_last_schedule_time",
"kube_daemonset_created",
"kube_daemonset_labels",
"kube_daemonset_metadata_generation",
"kube_daemonset_status_current_number_scheduled",
"kube_daemonset_status_desired_number_scheduled",
"kube_daemonset_status_number_available",
"kube_daemonset_status_number_misscheduled",
"kube_daemonset_status_number_ready",
"kube_daemonset_status_number_unavailable",
"kube_daemonset_updated_number_scheduled",
"kube_deployment_created",
"kube_deployment_labels",
"kube_deployment_metadata_generation",
"kube_deployment_spec_paused",
"kube_deployment_spec_replicas",
"kube_deployment_spec_strategy_rollingupdate_max_surge",
"kube_deployment_spec_strategy_rollingupdate_max_unavailable",
"kube_deployment_status_observed_generation",
"kube_deployment_status_replicas",
"kube_deployment_status_replicas_available",
"kube_deployment_status_replicas_unavailable",
"kube_deployment_status_replicas_updated",
"kube_endpoint_address_available",
"kube_endpoint_address_not_ready",
"kube_endpoint_created",
"kube_endpoint_info",
"kube_endpoint_labels",
"kube_job_complete",
"kube_job_created",
"kube_job_info",
"kube_job_labels",
"kube_job_owner",
"kube_job_spec_completions",
"kube_job_spec_parallelism",
"kube_job_status_active",
"kube_job_status_completion_time",
"kube_job_status_failed",
"kube_job_status_start_time",
"kube_job_status_succeeded",
"kube_namespace_created",
"kube_namespace_labels",
"kube_namespace_status_phase",
"kube_node_created",
"kube_node_info",
"kube_node_labels",
"kube_node_role",
"kube_node_spec_taint",
"kube_node_spec_unschedulable",
"kube_node_status_allocatable",
"kube_node_status_allocatable_cpu_cores",
"kube_node_status_allocatable_memory_bytes",
"kube_node_status_allocatable_pods",
"kube_node_status_capacity",
"kube_node_status_capacity_cpu_cores",
"kube_node_status_capacity_memory_bytes",
"kube_node_status_capacity_pods",
"kube_node_status_condition",
"kube_persistentvolume_capacity_bytes",
"kube_persistentvolume_info",
"kube_persistentvolume_labels",
"kube_persistentvolume_status_phase",
"kube_persistentvolumeclaim_access_mode",
"kube_persistentvolumeclaim_info",
"kube_persistentvolumeclaim_labels",
"kube_persistentvolumeclaim_resource_requests_storage_bytes",
"kube_persistentvolumeclaim_status_phase",
"kube_pod_completion_time",
"kube_pod_container_info",
"kube_pod_container_resource_limits",
"kube_pod_container_resource_limits_cpu_cores",
"kube_pod_container_resource_limits_memory_bytes",
"kube_pod_container_resource_requests",
"kube_pod_container_resource_requests_cpu_cores",
"kube_pod_container_resource_requests_memory_bytes",
"kube_pod_container_status_last_terminated_reason",
"kube_pod_container_status_ready",
"kube_pod_container_status_restarts_total",
"kube_pod_container_status_running",
"kube_pod_container_status_terminated",
"kube_pod_container_status_terminated_reason",
"kube_pod_container_status_waiting",
"kube_pod_container_status_waiting_reason",
"kube_pod_created",
"kube_pod_info",
"kube_pod_init_container_info",
"kube_pod_init_container_status_last_terminated_reason",
"kube_pod_init_container_status_ready",
"kube_pod_init_container_status_restarts_total",
"kube_pod_init_container_status_running",
"kube_pod_init_container_status_terminated",
"kube_pod_init_container_status_terminated_reason",
"kube_pod_init_container_status_waiting",
"kube_pod_init_container_status_waiting_reason",
"kube_pod_labels",
"kube_pod_owner",
"kube_pod_restart_policy",
"kube_pod_spec_volumes_persistentvolumeclaims_info",
"kube_pod_spec_volumes_persistentvolumeclaims_readonly",
"kube_pod_start_time",
"kube_pod_status_phase",
"kube_pod_status_ready",
"kube_pod_status_scheduled",
"kube_pod_status_scheduled_time",
"kube_poddisruptionbudget_created",
"kube_poddisruptionbudget_status_current_healthy",
"kube_poddisruptionbudget_status_desired_healthy",
"kube_poddisruptionbudget_status_expected_pods",
"kube_poddisruptionbudget_status_observed_generation",
"kube_poddisruptionbudget_status_pod_disruptions_allowed",
"kube_replicaset_created",
"kube_replicaset_labels",
"kube_replicaset_metadata_generation",
"kube_replicaset_owner",
"kube_replicaset_spec_replicas",
"kube_replicaset_status_fully_labeled_replicas",
"kube_replicaset_status_observed_generation",
"kube_replicaset_status_ready_replicas",
"kube_replicaset_status_replicas",
"kube_replicationcontroller_created",
"kube_replicationcontroller_metadata_generation",
"kube_replicationcontroller_spec_replicas",
"kube_replicationcontroller_status_available_replicas",
"kube_replicationcontroller_status_fully_labeled_replicas",
"kube_replicationcontroller_status_observed_generation",
"kube_replicationcontroller_status_ready_replicas",
"kube_replicationcontroller_status_replicas",
"kube_resourcequota",
"kube_resourcequota_created",
"kube_secret_created",
"kube_secret_info",
"kube_secret_labels",
"kube_secret_metadata_resource_version",
"kube_secret_type",
"kube_service_created",
"kube_service_info",
"kube_service_labels",
"kube_service_spec_type",
"kube_state_metrics_list_total",
"kube_state_metrics_watch_total",
"kube_statefulset_created",
"kube_statefulset_labels",
"kube_statefulset_metadata_generation",
"kube_statefulset_replicas",
"kube_statefulset_status_current_revision",
"kube_statefulset_status_observed_generation",
"kube_statefulset_status_replicas",
"kube_statefulset_status_replicas_current",
"kube_statefulset_status_replicas_ready",
"kube_statefulset_status_replicas_updated",
"kube_statefulset_status_update_revision",
"kube_storageclass_created",
"kube_storageclass_info",
"kube_storageclass_labels",
"process_cpu_seconds_total",
"process_max_fds",
"process_open_fds",
"process_resident_memory_bytes",
"process_start_time_seconds",
"process_virtual_memory_bytes",
"process_virtual_memory_max_bytes",
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"up"
]
},
{
"kubelet": [
"container_memory_cache",
"container_memory_failcnt",
"container_memory_failures_total",
"container_memory_mapped_file",
"container_memory_max_usage_bytes",
"container_memory_rss",
"container_memory_swap",
"container_memory_usage_bytes",
"container_memory_working_set_bytes",
"kubelet_volume_stats_available_bytes",
"kubelet_volume_stats_capacity_bytes",
"kubelet_volume_stats_used_bytes",
"node_namespace_pod_container:container_memory_cache",
"node_namespace_pod_container:container_memory_rss",
"node_namespace_pod_container:container_memory_swap",
"node_namespace_pod_container:container_memory_working_set_bytes"
]
},
{
"node-exporter": [
"count:up1",
"go_gc_duration_seconds",
"go_gc_duration_seconds_count",
"go_gc_duration_seconds_sum",
"go_goroutines",
"go_info",
"go_memstats_alloc_bytes",
"go_memstats_alloc_bytes_total",
"go_memstats_buck_hash_sys_bytes",
"go_memstats_frees_total",
"go_memstats_gc_cpu_fraction",
"go_memstats_gc_sys_bytes",
"go_memstats_heap_alloc_bytes",
"go_memstats_heap_idle_bytes",
"go_memstats_heap_inuse_bytes",
"go_memstats_heap_objects",
"go_memstats_heap_released_bytes",
"go_memstats_heap_sys_bytes",
"go_memstats_last_gc_time_seconds",
"go_memstats_lookups_total",
"go_memstats_mallocs_total",
"go_memstats_mcache_inuse_bytes",
"go_memstats_mcache_sys_bytes",
"go_memstats_mspan_inuse_bytes",
"go_memstats_mspan_sys_bytes",
"go_memstats_next_gc_bytes",
"go_memstats_other_sys_bytes",
"go_memstats_stack_inuse_bytes",
"go_memstats_stack_sys_bytes",
"go_memstats_sys_bytes",
"go_threads",
"instance:node_cpu:ratio",
"instance:node_cpu_utilisation:rate1m",
"instance:node_load1_per_cpu:ratio",
"instance:node_memory_utilisation:ratio",
"instance:node_network_receive_bytes_excluding_lo:rate1m",
"instance:node_network_receive_drop_excluding_lo:rate1m",
"instance:node_network_transmit_bytes_excluding_lo:rate1m",
"instance:node_network_transmit_drop_excluding_lo:rate1m",
"instance:node_num_cpu:sum",
"instance:node_vmstat_pgmajfault:rate1m",
"instance_device:node_disk_io_time_seconds:rate1m",
"instance_device:node_disk_io_time_weighted_seconds:rate1m",
"node_arp_entries",
"node_boot_time_seconds",
"node_context_switches_total",
"node_cpu_guest_seconds_total",
"node_cpu_info",
"node_cpu_seconds_total",
"node_disk_discard_time_seconds_total",
"node_disk_discarded_sectors_total",
"node_disk_discards_completed_total",
"node_disk_discards_merged_total",
"node_disk_io_now",
"node_disk_io_time_seconds_total",
"node_disk_io_time_weighted_seconds_total",
"node_disk_read_bytes_total",
"node_disk_read_time_seconds_total",
"node_disk_reads_completed_total",
"node_disk_reads_merged_total",
"node_disk_write_time_seconds_total",
"node_disk_writes_completed_total",
"node_disk_writes_merged_total",
"node_disk_written_bytes_total",
"node_entropy_available_bits",
"node_exporter_build_info",
"node_filefd_allocated",
"node_filefd_maximum",
"node_filesystem_avail_bytes",
"node_filesystem_device_error",
"node_filesystem_files",
"node_filesystem_files_free",
"node_filesystem_free_bytes",
"node_filesystem_readonly",
"node_filesystem_size_bytes",
"node_forks_total",
"node_intr_total",
"node_load1",
"node_load15",
"node_load5",
"node_memory_Active_anon_bytes",
"node_memory_Active_bytes",
"node_memory_Active_file_bytes",
"node_memory_AnonHugePages_bytes",
"node_memory_AnonPages_bytes",
"node_memory_Bounce_bytes",
"node_memory_Buffers_bytes",
"node_memory_Cached_bytes",
"node_memory_CommitLimit_bytes",
"node_memory_Committed_AS_bytes",
"node_memory_DirectMap1G_bytes",
"node_memory_DirectMap2M_bytes",
"node_memory_DirectMap4k_bytes",
"node_memory_Dirty_bytes",
"node_memory_HardwareCorrupted_bytes",
"node_memory_HugePages_Free",
"node_memory_HugePages_Rsvd",
"node_memory_HugePages_Surp",
"node_memory_HugePages_Total",
"node_memory_Hugepagesize_bytes",
"node_memory_Hugetlb_bytes",
"node_memory_Inactive_anon_bytes",
"node_memory_Inactive_bytes",
"node_memory_Inactive_file_bytes",
"node_memory_KReclaimable_bytes",
"node_memory_KernelStack_bytes",
"node_memory_Mapped_bytes",
"node_memory_MemAvailable_bytes",
"node_memory_MemFree_bytes",
"node_memory_MemTotal_bytes",
"node_memory_Mlocked_bytes",
"node_memory_NFS_Unstable_bytes",
"node_memory_PageTables_bytes",
"node_memory_SReclaimable_bytes",
"node_memory_SUnreclaim_bytes",
"node_memory_ShmemHugePages_bytes",
"node_memory_ShmemPmdMapped_bytes",
"node_memory_Shmem_bytes",
"node_memory_Slab_bytes",
"node_memory_SwapCached_bytes",
"node_memory_SwapFree_bytes",
"node_memory_SwapTotal_bytes",
"node_memory_Unevictable_bytes",
"node_memory_VmallocChunk_bytes",
"node_memory_VmallocTotal_bytes",
"node_memory_VmallocUsed_bytes",
"node_memory_WritebackTmp_bytes",
"node_memory_Writeback_bytes",
"node_netstat_Icmp6_InErrors",
"node_netstat_Icmp6_InMsgs",
"node_netstat_Icmp6_OutMsgs",
"node_netstat_Icmp_InErrors",
"node_netstat_Icmp_InMsgs",
"node_netstat_Icmp_OutMsgs",
"node_netstat_Ip6_InOctets",
"node_netstat_Ip6_OutOctets",
"node_netstat_IpExt_InOctets",
"node_netstat_IpExt_OutOctets",
"node_netstat_Ip_Forwarding",
"node_netstat_TcpExt_ListenDrops",
"node_netstat_TcpExt_ListenOverflows",
"node_netstat_TcpExt_SyncookiesFailed",
"node_netstat_TcpExt_SyncookiesRecv",
"node_netstat_TcpExt_SyncookiesSent",
"node_netstat_TcpExt_TCPSynRetrans",
"node_netstat_Tcp_ActiveOpens",
"node_netstat_Tcp_CurrEstab",
"node_netstat_Tcp_InErrs",
"node_netstat_Tcp_InSegs",
"node_netstat_Tcp_OutSegs",
"node_netstat_Tcp_PassiveOpens",
"node_netstat_Tcp_RetransSegs",
"node_netstat_Udp6_InDatagrams",
"node_netstat_Udp6_InErrors",
"node_netstat_Udp6_NoPorts",
"node_netstat_Udp6_OutDatagrams",
"node_netstat_UdpLite6_InErrors",
"node_netstat_UdpLite_InErrors",
"node_netstat_Udp_InDatagrams",
"node_netstat_Udp_InErrors",
"node_netstat_Udp_NoPorts",
"node_netstat_Udp_OutDatagrams",
"node_network_address_assign_type",
"node_network_carrier",
"node_network_carrier_changes_total",
"node_network_carrier_down_changes_total",
"node_network_carrier_up_changes_total",
"node_network_device_id",
"node_network_dormant",
"node_network_flags",
"node_network_iface_id",
"node_network_iface_link",
"node_network_iface_link_mode",
"node_network_info",
"node_network_mtu_bytes",
"node_network_name_assign_type",
"node_network_net_dev_group",
"node_network_protocol_type",
"node_network_receive_bytes_total",
"node_network_receive_compressed_total",
"node_network_receive_drop_total",
"node_network_receive_errs_total",
"node_network_receive_fifo_total",
"node_network_receive_frame_total",
"node_network_receive_multicast_total",
"node_network_receive_packets_total",
"node_network_speed_bytes",
"node_network_transmit_bytes_total",
"node_network_transmit_carrier_total",
"node_network_transmit_colls_total",
"node_network_transmit_compressed_total",
"node_network_transmit_drop_total",
"node_network_transmit_errs_total",
"node_network_transmit_fifo_total",
"node_network_transmit_packets_total",
"node_network_transmit_queue_length",
"node_network_up",
"node_nf_conntrack_entries",
"node_nf_conntrack_entries_limit",
"node_procs_blocked",
"node_procs_running",
"node_scrape_collector_duration_seconds",
"node_scrape_collector_success",
"node_sockstat_FRAG_inuse",
"node_sockstat_FRAG_memory",
"node_sockstat_RAW_inuse",
"node_sockstat_TCP_alloc",
"node_sockstat_TCP_inuse",
"node_sockstat_TCP_mem",
"node_sockstat_TCP_mem_bytes",
"node_sockstat_TCP_orphan",
"node_sockstat_TCP_tw",
"node_sockstat_UDPLITE_inuse",
"node_sockstat_UDP_inuse",
"node_sockstat_UDP_mem",
"node_sockstat_UDP_mem_bytes",
"node_sockstat_sockets_used",
"node_textfile_mtime_seconds",
"node_textfile_scrape_error",
"node_time_seconds",
"node_timex_estimated_error_seconds",
"node_timex_frequency_adjustment_ratio",
"node_timex_loop_time_constant",
"node_timex_maxerror_seconds",
"node_timex_offset_seconds",
"node_timex_pps_calibration_total",
"node_timex_pps_error_total",
"node_timex_pps_frequency_hertz",
"node_timex_pps_jitter_seconds",
"node_timex_pps_jitter_total",
"node_timex_pps_shift_seconds",
"node_timex_pps_stability_exceeded_total",
"node_timex_pps_stability_hertz",
"node_timex_status",
"node_timex_sync_status",
"node_timex_tai_offset_seconds",
"node_timex_tick_seconds",
"node_uname_info",
"node_vmstat_oom_kill",
"node_vmstat_pgfault",
"node_vmstat_pgmajfault",
"node_vmstat_pgpgin",
"node_vmstat_pgpgout",
"node_vmstat_pswpin",
"node_vmstat_pswpout",
"node_xfs_allocation_btree_compares_total",
"node_xfs_allocation_btree_lookups_total",
"node_xfs_allocation_btree_records_deleted_total",
"node_xfs_allocation_btree_records_inserted_total",
"node_xfs_block_map_btree_compares_total",
"node_xfs_block_map_btree_lookups_total",
"node_xfs_block_map_btree_records_deleted_total",
"node_xfs_block_map_btree_records_inserted_total",
"node_xfs_block_mapping_extent_list_compares_total",
"node_xfs_block_mapping_extent_list_deletions_total",
"node_xfs_block_mapping_extent_list_insertions_total",
"node_xfs_block_mapping_extent_list_lookups_total",
"node_xfs_block_mapping_reads_total",
"node_xfs_block_mapping_unmaps_total",
"node_xfs_block_mapping_writes_total",
"node_xfs_extent_allocation_blocks_allocated_total",
"node_xfs_extent_allocation_blocks_freed_total",
"node_xfs_extent_allocation_extents_allocated_total",
"node_xfs_extent_allocation_extents_freed_total",
"process_cpu_seconds_total",
"process_max_fds",
"process_open_fds",
"process_resident_memory_bytes",
"process_start_time_seconds",
"process_virtual_memory_bytes",
"process_virtual_memory_max_bytes",
"promhttp_metric_handler_requests_in_flight",
"promhttp_metric_handler_requests_total",
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"up",
"virt_platform"
]
},
{
"openshift-monitoring-federation": [
":node_memory_MemAvailable_bytes:sum",
"ALERTS",
"ALERTS_FOR_STATE",
"instance:etcd_object_counts:sum",
"instance:node_cpu:rate:sum",
"instance:node_filesystem_usage:sum",
"instance:node_network_receive_bytes:rate:sum",
"instance:node_network_transmit_bytes:rate:sum",
"node:node_num_cpu:sum",
"node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate",
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"up"
]
},
{
"prometheus-service": [
"go_gc_duration_seconds",
"go_gc_duration_seconds_count",
"go_gc_duration_seconds_sum",
"go_goroutines",
"go_info",
"go_memstats_alloc_bytes",
"go_memstats_alloc_bytes_total",
"go_memstats_buck_hash_sys_bytes",
"go_memstats_frees_total",
"go_memstats_gc_cpu_fraction",
"go_memstats_gc_sys_bytes",
"go_memstats_heap_alloc_bytes",
"go_memstats_heap_idle_bytes",
"go_memstats_heap_inuse_bytes",
"go_memstats_heap_objects",
"go_memstats_heap_released_bytes",
"go_memstats_heap_sys_bytes",
"go_memstats_last_gc_time_seconds",
"go_memstats_lookups_total",
"go_memstats_mallocs_total",
"go_memstats_mcache_inuse_bytes",
"go_memstats_mcache_sys_bytes",
"go_memstats_mspan_inuse_bytes",
"go_memstats_mspan_sys_bytes",
"go_memstats_next_gc_bytes",
"go_memstats_other_sys_bytes",
"go_memstats_stack_inuse_bytes",
"go_memstats_stack_sys_bytes",
"go_memstats_sys_bytes",
"go_threads",
"net_conntrack_dialer_conn_attempted_total",
"net_conntrack_dialer_conn_closed_total",
"net_conntrack_dialer_conn_established_total",
"net_conntrack_dialer_conn_failed_total",
"net_conntrack_listener_conn_accepted_total",
"net_conntrack_listener_conn_closed_total",
"process_cpu_seconds_total",
"process_max_fds",
"process_open_fds",
"process_resident_memory_bytes",
"process_start_time_seconds",
"process_virtual_memory_bytes",
"process_virtual_memory_max_bytes",
"prometheus_api_remote_read_queries",
"prometheus_build_info",
"prometheus_config_last_reload_success_timestamp_seconds",
"prometheus_config_last_reload_successful",
"prometheus_engine_queries",
"prometheus_engine_queries_concurrent_max",
"prometheus_engine_query_duration_seconds",
"prometheus_engine_query_duration_seconds_count",
"prometheus_engine_query_duration_seconds_sum",
"prometheus_http_request_duration_seconds_bucket",
"prometheus_http_request_duration_seconds_count",
"prometheus_http_request_duration_seconds_sum",
"prometheus_http_requests_total",
"prometheus_http_response_size_bytes_bucket",
"prometheus_http_response_size_bytes_count",
"prometheus_http_response_size_bytes_sum",
"prometheus_notifications_alertmanagers_discovered",
"prometheus_notifications_dropped_total",
"prometheus_notifications_errors_total",
"prometheus_notifications_latency_seconds",
"prometheus_notifications_latency_seconds_count",
"prometheus_notifications_latency_seconds_sum",
"prometheus_notifications_queue_capacity",
"prometheus_notifications_queue_length",
"prometheus_notifications_sent_total",
"prometheus_remote_storage_highest_timestamp_in_seconds",
"prometheus_remote_storage_samples_in_total",
"prometheus_remote_storage_string_interner_zero_reference_releases_total",
"prometheus_rule_evaluation_duration_seconds",
"prometheus_rule_evaluation_duration_seconds_count",
"prometheus_rule_evaluation_duration_seconds_sum",
"prometheus_rule_evaluation_failures_total",
"prometheus_rule_evaluations_total",
"prometheus_rule_group_duration_seconds",
"prometheus_rule_group_duration_seconds_count",
"prometheus_rule_group_duration_seconds_sum",
"prometheus_rule_group_interval_seconds",
"prometheus_rule_group_iterations_missed_total",
"prometheus_rule_group_iterations_total",
"prometheus_rule_group_last_duration_seconds",
"prometheus_rule_group_last_evaluation_timestamp_seconds",
"prometheus_rule_group_rules",
"prometheus_sd_consul_rpc_duration_seconds",
"prometheus_sd_consul_rpc_duration_seconds_count",
"prometheus_sd_consul_rpc_duration_seconds_sum",
"prometheus_sd_consul_rpc_failures_total",
"prometheus_sd_discovered_targets",
"prometheus_sd_dns_lookup_failures_total",
"prometheus_sd_dns_lookups_total",
"prometheus_sd_file_read_errors_total",
"prometheus_sd_file_scan_duration_seconds",
"prometheus_sd_file_scan_duration_seconds_count",
"prometheus_sd_file_scan_duration_seconds_sum",
"prometheus_sd_kubernetes_cache_last_resource_version",
"prometheus_sd_kubernetes_cache_list_duration_seconds_count",
"prometheus_sd_kubernetes_cache_list_duration_seconds_sum",
"prometheus_sd_kubernetes_cache_list_items_count",
"prometheus_sd_kubernetes_cache_list_items_sum",
"prometheus_sd_kubernetes_cache_list_total",
"prometheus_sd_kubernetes_cache_short_watches_total",
"prometheus_sd_kubernetes_cache_watch_duration_seconds_count",
"prometheus_sd_kubernetes_cache_watch_duration_seconds_sum",
"prometheus_sd_kubernetes_cache_watch_events_count",
"prometheus_sd_kubernetes_cache_watch_events_sum",
"prometheus_sd_kubernetes_cache_watches_total",
"prometheus_sd_kubernetes_events_total",
"prometheus_sd_kubernetes_http_request_duration_seconds_count",
"prometheus_sd_kubernetes_http_request_duration_seconds_sum",
"prometheus_sd_kubernetes_http_request_total",
"prometheus_sd_kubernetes_workqueue_depth",
"prometheus_sd_kubernetes_workqueue_items_total",
"prometheus_sd_kubernetes_workqueue_latency_seconds_count",
"prometheus_sd_kubernetes_workqueue_latency_seconds_sum",
"prometheus_sd_kubernetes_workqueue_longest_running_processor_seconds",
"prometheus_sd_kubernetes_workqueue_unfinished_work_seconds",
"prometheus_sd_kubernetes_workqueue_work_duration_seconds_count",
"prometheus_sd_kubernetes_workqueue_work_duration_seconds_sum",
"prometheus_sd_received_updates_total",
"prometheus_sd_updates_total",
"prometheus_target_interval_length_seconds",
"prometheus_target_interval_length_seconds_count",
"prometheus_target_interval_length_seconds_sum",
"prometheus_target_reload_length_seconds",
"prometheus_target_reload_length_seconds_count",
"prometheus_target_reload_length_seconds_sum",
"prometheus_target_scrape_pool_reloads_failed_total",
"prometheus_target_scrape_pool_reloads_total",
"prometheus_target_scrape_pool_sync_total",
"prometheus_target_scrape_pools_failed_total",
"prometheus_target_scrape_pools_total",
"prometheus_target_scrapes_cache_flush_forced_total",
"prometheus_target_scrapes_exceeded_sample_limit_total",
"prometheus_target_scrapes_sample_duplicate_timestamp_total",
"prometheus_target_scrapes_sample_out_of_bounds_total",
"prometheus_target_scrapes_sample_out_of_order_total",
"prometheus_target_sync_length_seconds",
"prometheus_target_sync_length_seconds_count",
"prometheus_target_sync_length_seconds_sum",
"prometheus_template_text_expansion_failures_total",
"prometheus_template_text_expansions_total",
"prometheus_treecache_watcher_goroutines",
"prometheus_treecache_zookeeper_failures_total",
"prometheus_tsdb_blocks_loaded",
"prometheus_tsdb_checkpoint_creations_failed_total",
"prometheus_tsdb_checkpoint_creations_total",
"prometheus_tsdb_checkpoint_deletions_failed_total",
"prometheus_tsdb_checkpoint_deletions_total",
"prometheus_tsdb_compaction_chunk_range_seconds_bucket",
"prometheus_tsdb_compaction_chunk_range_seconds_count",
"prometheus_tsdb_compaction_chunk_range_seconds_sum",
"prometheus_tsdb_compaction_chunk_samples_bucket",
"prometheus_tsdb_compaction_chunk_samples_count",
"prometheus_tsdb_compaction_chunk_samples_sum",
"prometheus_tsdb_compaction_chunk_size_bytes_bucket",
"prometheus_tsdb_compaction_chunk_size_bytes_count",
"prometheus_tsdb_compaction_chunk_size_bytes_sum",
"prometheus_tsdb_compaction_duration_seconds_bucket",
"prometheus_tsdb_compaction_duration_seconds_count",
"prometheus_tsdb_compaction_duration_seconds_sum",
"prometheus_tsdb_compaction_populating_block",
"prometheus_tsdb_compactions_failed_total",
"prometheus_tsdb_compactions_total",
"prometheus_tsdb_compactions_triggered_total",
"prometheus_tsdb_head_active_appenders",
"prometheus_tsdb_head_chunks",
"prometheus_tsdb_head_chunks_created_total",
"prometheus_tsdb_head_chunks_removed_total",
"prometheus_tsdb_head_gc_duration_seconds_count",
"prometheus_tsdb_head_gc_duration_seconds_sum",
"prometheus_tsdb_head_max_time",
"prometheus_tsdb_head_max_time_seconds",
"prometheus_tsdb_head_min_time",
"prometheus_tsdb_head_min_time_seconds",
"prometheus_tsdb_head_samples_appended_total",
"prometheus_tsdb_head_series",
"prometheus_tsdb_head_series_created_total",
"prometheus_tsdb_head_series_not_found_total",
"prometheus_tsdb_head_series_removed_total",
"prometheus_tsdb_head_truncations_failed_total",
"prometheus_tsdb_head_truncations_total",
"prometheus_tsdb_lowest_timestamp",
"prometheus_tsdb_lowest_timestamp_seconds",
"prometheus_tsdb_reloads_failures_total",
"prometheus_tsdb_reloads_total",
"prometheus_tsdb_size_retentions_total",
"prometheus_tsdb_storage_blocks_bytes",
"prometheus_tsdb_symbol_table_size_bytes",
"prometheus_tsdb_time_retentions_total",
"prometheus_tsdb_tombstone_cleanup_seconds_bucket",
"prometheus_tsdb_tombstone_cleanup_seconds_count",
"prometheus_tsdb_tombstone_cleanup_seconds_sum",
"prometheus_tsdb_vertical_compactions_total",
"prometheus_tsdb_wal_completed_pages_total",
"prometheus_tsdb_wal_corruptions_total",
"prometheus_tsdb_wal_fsync_duration_seconds",
"prometheus_tsdb_wal_fsync_duration_seconds_count",
"prometheus_tsdb_wal_fsync_duration_seconds_sum",
"prometheus_tsdb_wal_page_flushes_total",
"prometheus_tsdb_wal_segment_current",
"prometheus_tsdb_wal_truncate_duration_seconds_count",
"prometheus_tsdb_wal_truncate_duration_seconds_sum",
"prometheus_tsdb_wal_truncations_failed_total",
"prometheus_tsdb_wal_truncations_total",
"promhttp_metric_handler_requests_in_flight",
"promhttp_metric_handler_requests_total",
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"up"
]
},
{
"qdrouterd-headless-4df4479": [
"enmasse_accepted_deliveries",
"enmasse_addresses",
"enmasse_auto_links",
"enmasse_connections",
"enmasse_deliveries_delayed_10sec",
"enmasse_deliveries_delayed_1sec",
"enmasse_deliveries_egress",
"enmasse_deliveries_egress_route_container",
"enmasse_deliveries_ingress",
"enmasse_deliveries_ingress_route_container",
"enmasse_deliveries_redirected_to_fallback",
"enmasse_deliveries_stuck",
"enmasse_deliveries_transit",
"enmasse_dropped_presettled_deliveries",
"enmasse_link_routes",
"enmasse_links",
"enmasse_links_blocked",
"enmasse_modified_deliveries",
"enmasse_presettled_deliveries",
"enmasse_rejected_deliveries",
"enmasse_released_deliveries",
"enmasse_routers",
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"up"
]
},
{
"qdrouterd-headless-d17e795": [
"enmasse_accepted_deliveries",
"enmasse_addresses",
"enmasse_auto_links",
"enmasse_connections",
"enmasse_deliveries_delayed_10sec",
"enmasse_deliveries_delayed_1sec",
"enmasse_deliveries_egress",
"enmasse_deliveries_egress_route_container",
"enmasse_deliveries_ingress",
"enmasse_deliveries_ingress_route_container",
"enmasse_deliveries_redirected_to_fallback",
"enmasse_deliveries_stuck",
"enmasse_deliveries_transit",
"enmasse_dropped_presettled_deliveries",
"enmasse_link_routes",
"enmasse_links",
"enmasse_links_blocked",
"enmasse_modified_deliveries",
"enmasse_presettled_deliveries",
"enmasse_rejected_deliveries",
"enmasse_released_deliveries",
"enmasse_routers",
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"up"
]
},
{
"qdrouterd-headless-fea28b1": [
"enmasse_accepted_deliveries",
"enmasse_addresses",
"enmasse_auto_links",
"enmasse_connections",
"enmasse_deliveries_delayed_10sec",
"enmasse_deliveries_delayed_1sec",
"enmasse_deliveries_egress",
"enmasse_deliveries_egress_route_container",
"enmasse_deliveries_ingress",
"enmasse_deliveries_ingress_route_container",
"enmasse_deliveries_redirected_to_fallback",
"enmasse_deliveries_stuck",
"enmasse_deliveries_transit",
"enmasse_dropped_presettled_deliveries",
"enmasse_link_routes",
"enmasse_links",
"enmasse_links_blocked",
"enmasse_modified_deliveries",
"enmasse_presettled_deliveries",
"enmasse_rejected_deliveries",
"enmasse_released_deliveries",
"enmasse_routers",
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"up"
]
},
{
"redhat-rhmi-rhsso/keycloak-pod-monitor": [
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"up"
]
},
{
"redhat-rhmi-user-sso/keycloak-pod-monitor": [
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"up"
]
},
{
"standard-controller-4df4479": [
"enmasse_addresses_active_total",
"enmasse_addresses_configuring_total",
"enmasse_addresses_failed_total",
"enmasse_addresses_forwarders_not_ready_total",
"enmasse_addresses_forwarders_ready_total",
"enmasse_addresses_forwarders_total",
"enmasse_addresses_not_ready_total",
"enmasse_addresses_pending_total",
"enmasse_addresses_ready_total",
"enmasse_addresses_terminating_total",
"enmasse_addresses_total",
"enmasse_standard_controller_loop_duration_seconds",
"enmasse_standard_controller_router_check_failures_total",
"enmasse_version",
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"up"
]
},
{
"standard-controller-d17e795": [
"enmasse_addresses_active_total",
"enmasse_addresses_configuring_total",
"enmasse_addresses_failed_total",
"enmasse_addresses_forwarders_not_ready_total",
"enmasse_addresses_forwarders_ready_total",
"enmasse_addresses_forwarders_total",
"enmasse_addresses_not_ready_total",
"enmasse_addresses_pending_total",
"enmasse_addresses_ready_total",
"enmasse_addresses_terminating_total",
"enmasse_addresses_total",
"enmasse_standard_controller_loop_duration_seconds",
"enmasse_standard_controller_router_check_failures_total",
"enmasse_version",
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"up"
]
},
{
"standard-controller-fea28b1": [
"enmasse_addresses_active_total",
"enmasse_addresses_configuring_total",
"enmasse_addresses_failed_total",
"enmasse_addresses_forwarders_not_ready_total",
"enmasse_addresses_forwarders_ready_total",
"enmasse_addresses_forwarders_total",
"enmasse_addresses_not_ready_total",
"enmasse_addresses_pending_total",
"enmasse_addresses_ready_total",
"enmasse_addresses_terminating_total",
"enmasse_addresses_total",
"enmasse_standard_controller_loop_duration_seconds",
"enmasse_standard_controller_router_check_failures_total",
"enmasse_version",
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"up"
]
},
{
"syndesis-integrations": [
"io_syndesis_camel_LastExchangeCompletedTimestamp",
"io_syndesis_camel_StartTimestamp",
"jmx_config_reload_failure_total",
"jmx_config_reload_success_total",
"jmx_scrape_duration_seconds",
"jmx_scrape_error",
"jvm_buffer_pool_capacity_bytes",
"jvm_buffer_pool_used_buffers",
"jvm_buffer_pool_used_bytes",
"jvm_classes_loaded",
"jvm_classes_loaded_total",
"jvm_classes_unloaded_total",
"jvm_gc_collection_seconds_count",
"jvm_gc_collection_seconds_sum",
"jvm_info",
"jvm_memory_bytes_committed",
"jvm_memory_bytes_init",
"jvm_memory_bytes_max",
"jvm_memory_bytes_used",
"jvm_memory_pool_bytes_committed",
"jvm_memory_pool_bytes_init",
"jvm_memory_pool_bytes_max",
"jvm_memory_pool_bytes_used",
"jvm_threads_current",
"jvm_threads_daemon",
"jvm_threads_deadlocked",
"jvm_threads_deadlocked_monitor",
"jvm_threads_peak",
"jvm_threads_started_total",
"org_apache_camel_ExchangesCompleted",
"org_apache_camel_ExchangesFailed",
"org_apache_camel_ExchangesInflight",
"org_apache_camel_ExchangesTotal",
"org_apache_camel_ExternalRedeliveries",
"org_apache_camel_FailuresHandled",
"org_apache_camel_InflightExchanges",
"org_apache_camel_MaxDuration",
"org_apache_camel_MaxProcessingTime",
"org_apache_camel_MeanDuration",
"org_apache_camel_MeanProcessingTime",
"org_apache_camel_MinDuration",
"org_apache_camel_MinProcessingTime",
"org_apache_camel_Redeliveries",
"org_apache_camel_ThreadsBlocked",
"org_apache_camel_ThreadsInterrupted",
"org_apache_camel_TotalDuration",
"org_apache_camel_TotalProcessingTime",
"process_cpu_seconds_total",
"process_max_fds",
"process_open_fds",
"process_resident_memory_bytes",
"process_start_time_seconds",
"process_virtual_memory_bytes",
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"up"
]
},
{
"syndesis-meta": [
"http_server_requests_seconds_count",
"http_server_requests_seconds_max",
"http_server_requests_seconds_sum",
"jvm_buffer_count_buffers",
"jvm_buffer_memory_used_bytes",
"jvm_buffer_total_capacity_bytes",
"jvm_classes_loaded_classes",
"jvm_classes_unloaded_classes_total",
"jvm_gc_live_data_size_bytes",
"jvm_gc_max_data_size_bytes",
"jvm_gc_memory_allocated_bytes_total",
"jvm_gc_memory_promoted_bytes_total",
"jvm_gc_pause_seconds_count",
"jvm_gc_pause_seconds_max",
"jvm_gc_pause_seconds_sum",
"jvm_memory_committed_bytes",
"jvm_memory_max_bytes",
"jvm_memory_used_bytes",
"jvm_threads_daemon_threads",
"jvm_threads_live_threads",
"jvm_threads_peak_threads",
"jvm_threads_states_threads",
"logback_events_total",
"process_cpu_usage",
"process_files_max_files",
"process_files_open_files",
"process_start_time_seconds",
"process_uptime_seconds",
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"system_cpu_count",
"system_cpu_usage",
"system_load_average_1m",
"up"
]
},
{
"syndesis-server": [
"hikaricp_connections",
"hikaricp_connections_acquire_seconds_count",
"hikaricp_connections_acquire_seconds_max",
"hikaricp_connections_acquire_seconds_sum",
"hikaricp_connections_active",
"hikaricp_connections_creation_seconds_count",
"hikaricp_connections_creation_seconds_max",
"hikaricp_connections_creation_seconds_sum",
"hikaricp_connections_idle",
"hikaricp_connections_max",
"hikaricp_connections_min",
"hikaricp_connections_pending",
"hikaricp_connections_timeout_total",
"hikaricp_connections_usage_seconds_count",
"hikaricp_connections_usage_seconds_max",
"hikaricp_connections_usage_seconds_sum",
"http_server_requests_seconds_bucket",
"http_server_requests_seconds_count",
"http_server_requests_seconds_max",
"http_server_requests_seconds_sum",
"jdbc_connections_max",
"jdbc_connections_min",
"jvm_buffer_count_buffers",
"jvm_buffer_memory_used_bytes",
"jvm_buffer_total_capacity_bytes",
"jvm_classes_loaded_classes",
"jvm_classes_unloaded_classes_total",
"jvm_gc_live_data_size_bytes",
"jvm_gc_max_data_size_bytes",
"jvm_gc_memory_allocated_bytes_total",
"jvm_gc_memory_promoted_bytes_total",
"jvm_gc_pause_seconds_count",
"jvm_gc_pause_seconds_max",
"jvm_gc_pause_seconds_sum",
"jvm_memory_committed_bytes",
"jvm_memory_max_bytes",
"jvm_memory_used_bytes",
"jvm_threads_daemon_threads",
"jvm_threads_live_threads",
"jvm_threads_peak_threads",
"jvm_threads_states_threads",
"logback_events_total",
"process_cpu_usage",
"process_files_max_files",
"process_files_open_files",
"process_start_time_seconds",
"process_uptime_seconds",
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"system_cpu_count",
"system_cpu_usage",
"system_load_average_1m",
"up"
]
},
{
"unifiedpush-operator-metrics": [
"controller_runtime_reconcile_time_seconds_bucket",
"controller_runtime_reconcile_time_seconds_count",
"controller_runtime_reconcile_time_seconds_sum",
"controller_runtime_reconcile_total",
"go_gc_duration_seconds",
"go_gc_duration_seconds_count",
"go_gc_duration_seconds_sum",
"go_goroutines",
"go_info",
"go_memstats_alloc_bytes",
"go_memstats_alloc_bytes_total",
"go_memstats_buck_hash_sys_bytes",
"go_memstats_frees_total",
"go_memstats_gc_cpu_fraction",
"go_memstats_gc_sys_bytes",
"go_memstats_heap_alloc_bytes",
"go_memstats_heap_idle_bytes",
"go_memstats_heap_inuse_bytes",
"go_memstats_heap_objects",
"go_memstats_heap_released_bytes",
"go_memstats_heap_sys_bytes",
"go_memstats_last_gc_time_seconds",
"go_memstats_lookups_total",
"go_memstats_mallocs_total",
"go_memstats_mcache_inuse_bytes",
"go_memstats_mcache_sys_bytes",
"go_memstats_mspan_inuse_bytes",
"go_memstats_mspan_sys_bytes",
"go_memstats_next_gc_bytes",
"go_memstats_other_sys_bytes",
"go_memstats_stack_inuse_bytes",
"go_memstats_stack_sys_bytes",
"go_memstats_sys_bytes",
"go_threads",
"process_cpu_seconds_total",
"process_max_fds",
"process_open_fds",
"process_resident_memory_bytes",
"process_start_time_seconds",
"process_virtual_memory_bytes",
"process_virtual_memory_max_bytes",
"reflector_items_per_list",
"reflector_items_per_list_count",
"reflector_items_per_list_sum",
"reflector_items_per_watch",
"reflector_items_per_watch_count",
"reflector_items_per_watch_sum",
"reflector_last_resource_version",
"reflector_list_duration_seconds",
"reflector_list_duration_seconds_count",
"reflector_list_duration_seconds_sum",
"reflector_lists_total",
"reflector_short_watches_total",
"reflector_watch_duration_seconds",
"reflector_watch_duration_seconds_count",
"reflector_watch_duration_seconds_sum",
"reflector_watches_total",
"rest_client_request_latency_seconds_bucket",
"rest_client_request_latency_seconds_count",
"rest_client_request_latency_seconds_sum",
"rest_client_requests_total",
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"up",
"workqueue_adds_total",
"workqueue_depth",
"workqueue_longest_running_processor_microseconds",
"workqueue_queue_latency_seconds_bucket",
"workqueue_queue_latency_seconds_count",
"workqueue_queue_latency_seconds_sum",
"workqueue_retries_total",
"workqueue_unfinished_work_seconds",
"workqueue_work_duration_seconds_bucket",
"workqueue_work_duration_seconds_count",
"workqueue_work_duration_seconds_sum"
]
},
{
"ups-unifiedpush": [
"aerogear_ups_device_register_requests_total",
"aerogear_ups_push_requests_android",
"aerogear_ups_push_requests_fail_total",
"aerogear_ups_push_requests_ios",
"aerogear_ups_push_requests_total",
"jvm_buffer_pool_capacity_bytes",
"jvm_buffer_pool_used_buffers",
"jvm_buffer_pool_used_bytes",
"jvm_classes_loaded",
"jvm_classes_loaded_total",
"jvm_classes_unloaded_total",
"jvm_gc_collection_seconds_count",
"jvm_gc_collection_seconds_sum",
"jvm_info",
"jvm_memory_bytes_committed",
"jvm_memory_bytes_init",
"jvm_memory_bytes_max",
"jvm_memory_bytes_used",
"jvm_memory_pool_bytes_committed",
"jvm_memory_pool_bytes_init",
"jvm_memory_pool_bytes_max",
"jvm_memory_pool_bytes_used",
"jvm_threads_current",
"jvm_threads_daemon",
"jvm_threads_deadlocked",
"jvm_threads_deadlocked_monitor",
"jvm_threads_peak",
"jvm_threads_started_total",
"jvm_threads_state",
"process_cpu_seconds_total",
"process_max_fds",
"process_open_fds",
"process_resident_memory_bytes",
"process_start_time_seconds",
"process_virtual_memory_bytes",
"scrape_duration_seconds",
"scrape_samples_post_metric_relabeling",
"scrape_samples_scraped",
"scrape_series_added",
"up"
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment