{"id":16940203,"url":"https://github.com/greenpau/ovn_exporter","last_synced_at":"2025-03-17T08:36:50.614Z","repository":{"id":46566479,"uuid":"147430069","full_name":"greenpau/ovn_exporter","owner":"greenpau","description":" Prometheus Exporter for Open Virtual Network (OVN) ","archived":false,"fork":false,"pushed_at":"2024-05-09T14:29:52.000Z","size":86,"stargazers_count":19,"open_issues_count":7,"forks_count":18,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-05-23T01:06:19.629Z","etag":null,"topics":["openvswitch","ovn","ovs","ovs-system","ovsdb","prometheus","prometheus-exporter"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/greenpau.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-04T22:59:27.000Z","updated_at":"2024-05-28T08:02:01.880Z","dependencies_parsed_at":"2024-05-28T08:01:49.057Z","dependency_job_id":null,"html_url":"https://github.com/greenpau/ovn_exporter","commit_stats":{"total_commits":43,"total_committers":4,"mean_commits":10.75,"dds":0.06976744186046513,"last_synced_commit":"79cb6010e656fd6b24c9ccba29bde4cddcf832c2"},"previous_names":["ovnworks/ovn_exporter","forward53/ovn_exporter"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenpau%2Fovn_exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenpau%2Fovn_exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenpau%2Fovn_exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenpau%2Fovn_exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/greenpau","download_url":"https://codeload.github.com/greenpau/ovn_exporter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243852425,"owners_count":20358270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["openvswitch","ovn","ovs","ovs-system","ovsdb","prometheus","prometheus-exporter"],"created_at":"2024-10-13T21:06:32.038Z","updated_at":"2025-03-17T08:36:50.253Z","avatar_url":"https://github.com/greenpau.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Open Virtual Network (OVN) Exporter\n\n\u003ca href=\"https://github.com/greenpau/ovn_exporter/actions/\" target=\"_blank\"\u003e\u003cimg src=\"https://github.com/greenpau/ovn_exporter/workflows/build/badge.svg?branch=main\"\u003e\u003c/a\u003e\n\nExport Open Virtual Network (OVN) data to Prometheus.\n\n## Introduction\n\nThis exporter exports metrics from the following OVN components:\n* OVN `northd` service\n* OVS `vswitchd` service\n* `OVN Northbound` database\n* `OVN Southbound` database\n* `Open_vSwitch` database\n\n## Getting Started\n\nRun the following commands to install it:\n\n```bash\nwget https://github.com/greenpau/ovn_exporter/releases/download/v1.0.0/ovn-exporter-1.0.0.linux-amd64.tar.gz\ntar xvzf ovn-exporter-1.0.0.linux-amd64.tar.gz\ncd ovn-exporter*\n./install.sh\ncd ..\nrm -rf ovn-exporter-1.0.0.linux-amd64*\nsystemctl status ovn-exporter -l\ncurl -s localhost:9476/metrics | grep server_id\n```\n\nRun the following commands to build and test it:\n\n```bash\ncd $GOPATH/src\nmkdir -p github.com/greenpau\ncd github.com/greenpau\ngit clone https://github.com/greenpau/ovn_exporter.git\ncd ovn_exporter\nmake\nmake qtest\n```\n\n## Exported Metrics\n\n| Metric | Meaning | Labels |\n| ------ | ------- | ------ |\n| `ovn_chassis_info` | Whether the OVN chassis is up (1) or down (0), together with additional information about the chassis. | `system_id` |\n| `ovn_cluster_enabled` |  Is OVN clustering enabled (1) or not (0). | `system_id` |\n| `ovn_cluster_inbound_peer_conn_total` |  The total number of outbound connections to cluster peers. | `system_id` |\n| `ovn_cluster_leader_self` |  Is this server consider itself a leader (1) or not (0). | `system_id` |\n| `ovn_cluster_log_high_index` |  The raft's low number associated with this server. | `system_id` |\n| `ovn_cluster_log_low_index` |  The raft's low number associated with this server. | `system_id` |\n| `ovn_cluster_match_index` |  The raft's match index associated with this server. | `system_id` |\n| `ovn_cluster_next_index` |  The raft's next index associated with this server. | `system_id` |\n| `ovn_cluster_outbound_peer_conn_total` |  The total number of inbound connections from cluster peers. | `system_id` |\n| `ovn_cluster_peer_count` |  The total number of peers in this server's cluster. | `system_id` |\n| `ovn_cluster_pending_entry_count` |  The number of raft entries not yet applied by this server. | `system_id` |\n| `ovn_cluster_role` |  The role of this server in the cluster. The values are: 3 - leader, 2 - candidate, 1 - follower, 0 - other. | `system_id` |\n| `ovn_cluster_status` |  The status of this server in the cluster. The values are: 1 - cluster member, 0 - other. | `system_id` |\n| `ovn_cluster_term` |  The current raft term known by this server. | `system_id` |\n| `ovn_cluster_uncommitted_entry_count` |  The number of raft entries not yet committed by this server. | `system_id` |\n| `ovn_cluster_vote_self` |  Is this server voted itself as a leader (1) or not (0). | `system_id` |\n| `ovn_coverage_avg` |  The average rate of the number of times particular events occur during a OVSDB daemon's runtime. | `system_id` |\n| `ovn_coverage_total` |  The total number of times particular events occur during a OVSDB daemon's runtime. | `system_id` |\n| `ovn_exporter_build_info` |  A metric with a constant '1' value labeled by version, revision, branch, and goversion from which ovn_exporter was built. | `system_id` |\n| `ovn_failed_req_count` |  The number of failed requests to OVN stack. | `system_id` |\n| `ovn_info` |  This metric provides basic information about OVN stack. It is always set to 1. | `system_id` |\n| `ovn_log_file_size` |  The size of a log file associated with an OVN component. | `system_id` |\n| `ovn_logical_switch_external_id` |  Provides the external IDs and values associated with OVN logical switches. This metric is always up (1). | `system_id` |\n| `ovn_logical_switch_info` |  The information about OVN logical switch. This metric is always up (1). | `system_id` |\n| `ovn_logical_switch_port_binding` |  Provides the association between a logical switch and a logical switch port. This metric is always up (1). | `system_id` |\n| `ovn_logical_switch_port_info` |  The information about OVN logical switch port. This metric is always up (1). | `system_id` |\n| `ovn_logical_switch_port_tunnel_key` |  The value of the tunnel key associated with the logical switch port. | `system_id` |\n| `ovn_logical_switch_ports` |  The number of logical switch ports connected to the OVN logical switch. | `system_id` |\n| `ovn_logical_switch_tunnel_key` |  The value of the tunnel key associated with the logical switch. | `system_id` |\n| `ovn_network_port` |  The TCP port used for database connection. If the value is 0, then the port is not in use. | `system_id` |\n| `ovn_next_poll` |  The timestamp of the next potential poll of OVN stack. | `system_id` |\n| `ovn_pid` |  The process ID of a running OVN component. If the component is not running, then the ID is 0. | `system_id` |\n| `ovn_cluster_group` | The cluster group in which this server participates. It is a combination of SB and NB cluster IDs. This metric is always up (1). | `system_id`, `cluster_group` |\n| `ovn_up` |  Is OVN stack up (1) or is it down (0). | `system_id` |\n\nFor example:\n\n```bash\n$ curl localhost:9476/metrics | grep ovn\n# HELP ovn_chassis_info Whether the OVN chassis is up (1) or down (0), together with additional information about the chassis.\n# TYPE ovn_chassis_info gauge\novn_chassis_info{ip=\"172.16.10.1\",name=\"nyrtr1-6500120-vlan-20\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"c9b7412f-2c27-4191-b2ab-729b93ffa3cd\"} 0\novn_chassis_info{ip=\"172.16.10.10\",name=\"7592b50a-c201-48ea-8737-4748c185237f\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"935fe428-4adb-47ed-b3e4-1497655ffa79\"} 0\novn_chassis_info{ip=\"172.16.10.2\",name=\"nyrtr2-6500120-vlan-20\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"bb41cb2c-ea2a-4743-bb2c-6fb0ebf4900d\"} 0\novn_chassis_info{ip=\"172.16.10.20\",name=\"fa2b92b1-83ff-47a4-ad4a-da219df28a91\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"bc3d1542-a85e-47e6-8d33-412735eaa664\"} 0\n# HELP ovn_cluster_enabled Is OVN clustering enabled (1) or not (0).\n# TYPE ovn_cluster_enabled gauge\novn_cluster_enabled{component=\"ovsdb-server-northbound\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 1\novn_cluster_enabled{component=\"ovsdb-server-southbound\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 1\n# HELP ovn_cluster_inbound_peer_conn_total The total number of outbound connections to cluster peers.\n# TYPE ovn_cluster_inbound_peer_conn_total gauge\novn_cluster_inbound_peer_conn_total{cluster_id=\"5c1c\",component=\"ovsdb-server-northbound\",server_id=\"983c\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_cluster_inbound_peer_conn_total{cluster_id=\"b3be\",component=\"ovsdb-server-southbound\",server_id=\"6ef\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\n# HELP ovn_cluster_leader_self Is this server consider itself a leader (1) or not (0).\n# TYPE ovn_cluster_leader_self gauge\novn_cluster_leader_self{cluster_id=\"5c1c\",component=\"ovsdb-server-northbound\",server_id=\"983c\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 1\novn_cluster_leader_self{cluster_id=\"b3be\",component=\"ovsdb-server-southbound\",server_id=\"6ef\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 1\n# HELP ovn_cluster_log_high_index The raft's low number associated with this server.\n# TYPE ovn_cluster_log_high_index counter\novn_cluster_log_high_index{cluster_id=\"5c1c\",component=\"ovsdb-server-northbound\",server_id=\"983c\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 95\novn_cluster_log_high_index{cluster_id=\"b3be\",component=\"ovsdb-server-southbound\",server_id=\"6ef\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 121\n# HELP ovn_cluster_log_low_index The raft's low number associated with this server.\n# TYPE ovn_cluster_log_low_index counter\novn_cluster_log_low_index{cluster_id=\"5c1c\",component=\"ovsdb-server-northbound\",server_id=\"983c\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 67\novn_cluster_log_low_index{cluster_id=\"b3be\",component=\"ovsdb-server-southbound\",server_id=\"6ef\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 93\n# HELP ovn_cluster_match_index The raft's match index associated with this server.\n# TYPE ovn_cluster_match_index counter\novn_cluster_match_index{cluster_id=\"5c1c\",component=\"ovsdb-server-northbound\",server_id=\"983c\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 94\novn_cluster_match_index{cluster_id=\"b3be\",component=\"ovsdb-server-southbound\",server_id=\"6ef\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 120\n# HELP ovn_cluster_next_index The raft's next index associated with this server.\n# TYPE ovn_cluster_next_index counter\novn_cluster_next_index{cluster_id=\"5c1c\",component=\"ovsdb-server-northbound\",server_id=\"983c\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 94\novn_cluster_next_index{cluster_id=\"b3be\",component=\"ovsdb-server-southbound\",server_id=\"6ef\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 120\n# HELP ovn_cluster_outbound_peer_conn_total The total number of inbound connections from cluster peers.\n# TYPE ovn_cluster_outbound_peer_conn_total gauge\novn_cluster_outbound_peer_conn_total{cluster_id=\"5c1c\",component=\"ovsdb-server-northbound\",server_id=\"983c\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_cluster_outbound_peer_conn_total{cluster_id=\"b3be\",component=\"ovsdb-server-southbound\",server_id=\"6ef\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\n# HELP ovn_cluster_peer_count The total number of peers in this server's cluster.\n# TYPE ovn_cluster_peer_count gauge\novn_cluster_peer_count{cluster_id=\"5c1c\",component=\"ovsdb-server-northbound\",server_id=\"983c\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_cluster_peer_count{cluster_id=\"b3be\",component=\"ovsdb-server-southbound\",server_id=\"6ef\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\n# HELP ovn_cluster_pending_entry_count The number of raft entries not yet applied by this server.\n# TYPE ovn_cluster_pending_entry_count gauge\novn_cluster_pending_entry_count{cluster_id=\"5c1c\",component=\"ovsdb-server-northbound\",server_id=\"983c\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_cluster_pending_entry_count{cluster_id=\"b3be\",component=\"ovsdb-server-southbound\",server_id=\"6ef\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\n# HELP ovn_cluster_role The role of this server in the cluster. The values are: 3 - leader, 2 - candidate, 1 - follower, 0 - other.\n# TYPE ovn_cluster_role gauge\novn_cluster_role{cluster_id=\"5c1c\",component=\"ovsdb-server-northbound\",server_id=\"983c\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 3\novn_cluster_role{cluster_id=\"b3be\",component=\"ovsdb-server-southbound\",server_id=\"6ef\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 3\n# HELP ovn_cluster_status The status of this server in the cluster. The values are: 1 - cluster member, 0 - other.\n# TYPE ovn_cluster_status gauge\novn_cluster_status{cluster_id=\"5c1c\",component=\"ovsdb-server-northbound\",server_id=\"983c\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 1\novn_cluster_status{cluster_id=\"b3be\",component=\"ovsdb-server-southbound\",server_id=\"6ef\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 1\n# HELP ovn_cluster_term The current raft term known by this server.\n# TYPE ovn_cluster_term counter\novn_cluster_term{cluster_id=\"5c1c\",component=\"ovsdb-server-northbound\",server_id=\"983c\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 29\novn_cluster_term{cluster_id=\"b3be\",component=\"ovsdb-server-southbound\",server_id=\"6ef\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 29\n# HELP ovn_cluster_uncommitted_entry_count The number of raft entries not yet committed by this server.\n# TYPE ovn_cluster_uncommitted_entry_count gauge\novn_cluster_uncommitted_entry_count{cluster_id=\"5c1c\",component=\"ovsdb-server-northbound\",server_id=\"983c\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_cluster_uncommitted_entry_count{cluster_id=\"b3be\",component=\"ovsdb-server-southbound\",server_id=\"6ef\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\n# HELP ovn_cluster_vote_self Is this server voted itself as a leader (1) or not (0).\n# TYPE ovn_cluster_vote_self gauge\novn_cluster_vote_self{cluster_id=\"5c1c\",component=\"ovsdb-server-northbound\",server_id=\"983c\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 1\novn_cluster_vote_self{cluster_id=\"b3be\",component=\"ovsdb-server-southbound\",server_id=\"6ef\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 1\n# HELP ovn_coverage_avg The average rate of the number of times particular events occur during a OVSDB daemon's runtime.\n# TYPE ovn_coverage_avg gauge\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"hmap_expand\",interval=\"1h\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 8.4267\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"hmap_expand\",interval=\"5m\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 12.117\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"hmap_expand\",interval=\"5s\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 8.4\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"hmap_pathological\",interval=\"1h\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"hmap_pathological\",interval=\"5m\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"hmap_pathological\",interval=\"5s\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"lockfile_lock\",interval=\"1h\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"lockfile_lock\",interval=\"5m\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"lockfile_lock\",interval=\"5s\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"poll_create_node\",interval=\"1h\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 22.2428\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"poll_create_node\",interval=\"5m\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 25.85\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"poll_create_node\",interval=\"5s\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 26.6\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"poll_zero_timeout\",interval=\"1h\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0.1325\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"poll_zero_timeout\",interval=\"5m\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0.167\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"poll_zero_timeout\",interval=\"5s\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"pstream_open\",interval=\"1h\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"pstream_open\",interval=\"5m\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"pstream_open\",interval=\"5s\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"seq_change\",interval=\"1h\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 3.6892\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"seq_change\",interval=\"5m\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 4.017\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"seq_change\",interval=\"5s\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 3.8\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"unixctl_received\",interval=\"1h\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0.0058\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"unixctl_received\",interval=\"5m\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0.1\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"unixctl_received\",interval=\"5s\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"unixctl_replied\",interval=\"1h\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0.0058\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"unixctl_replied\",interval=\"5m\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0.1\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"unixctl_replied\",interval=\"5s\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"util_xalloc\",interval=\"1h\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 216.5706\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"util_xalloc\",interval=\"5m\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 297.617\novn_coverage_avg{component=\"ovsdb-server-northbound\",event=\"util_xalloc\",interval=\"5s\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 221.4\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"hmap_expand\",interval=\"1h\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 8.4058\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"hmap_expand\",interval=\"5m\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 11.967\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"hmap_expand\",interval=\"5s\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 8.4\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"hmap_pathological\",interval=\"1h\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"hmap_pathological\",interval=\"5m\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"hmap_pathological\",interval=\"5s\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"lockfile_lock\",interval=\"1h\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"lockfile_lock\",interval=\"5m\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"lockfile_lock\",interval=\"5s\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"poll_create_node\",interval=\"1h\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 22.2553\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"poll_create_node\",interval=\"5m\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 25.8\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"poll_create_node\",interval=\"5s\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 26.6\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"poll_zero_timeout\",interval=\"1h\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0.1411\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"poll_zero_timeout\",interval=\"5m\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0.15\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"poll_zero_timeout\",interval=\"5s\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"pstream_open\",interval=\"1h\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"pstream_open\",interval=\"5m\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"pstream_open\",interval=\"5s\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"seq_change\",interval=\"1h\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 3.6922\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"seq_change\",interval=\"5m\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 4.017\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"seq_change\",interval=\"5s\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 3.8\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"unixctl_received\",interval=\"1h\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0.0058\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"unixctl_received\",interval=\"5m\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0.1\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"unixctl_received\",interval=\"5s\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"unixctl_replied\",interval=\"1h\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0.0058\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"unixctl_replied\",interval=\"5m\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0.1\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"unixctl_replied\",interval=\"5s\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"util_xalloc\",interval=\"1h\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 216.5233\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"util_xalloc\",interval=\"5m\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 299.017\novn_coverage_avg{component=\"ovsdb-server-southbound\",event=\"util_xalloc\",interval=\"5s\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 221.4\n# HELP ovn_coverage_total The total number of times particular events occur during a OVSDB daemon's runtime.\n# TYPE ovn_coverage_total counter\novn_coverage_total{component=\"ovsdb-server-northbound\",event=\"hmap_expand\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 679295\novn_coverage_total{component=\"ovsdb-server-northbound\",event=\"hmap_pathological\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 3\novn_coverage_total{component=\"ovsdb-server-northbound\",event=\"lockfile_lock\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 1\novn_coverage_total{component=\"ovsdb-server-northbound\",event=\"poll_create_node\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 1.810543e+06\novn_coverage_total{component=\"ovsdb-server-northbound\",event=\"poll_zero_timeout\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 11286\novn_coverage_total{component=\"ovsdb-server-northbound\",event=\"pstream_open\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 4\novn_coverage_total{component=\"ovsdb-server-northbound\",event=\"seq_change\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 301169\novn_coverage_total{component=\"ovsdb-server-northbound\",event=\"unixctl_received\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 190\novn_coverage_total{component=\"ovsdb-server-northbound\",event=\"unixctl_replied\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 190\novn_coverage_total{component=\"ovsdb-server-northbound\",event=\"util_xalloc\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 1.7508459e+07\novn_coverage_total{component=\"ovsdb-server-southbound\",event=\"hmap_expand\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 679519\novn_coverage_total{component=\"ovsdb-server-southbound\",event=\"hmap_pathological\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 5\novn_coverage_total{component=\"ovsdb-server-southbound\",event=\"lockfile_lock\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 1\novn_coverage_total{component=\"ovsdb-server-southbound\",event=\"poll_create_node\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 1.814127e+06\novn_coverage_total{component=\"ovsdb-server-southbound\",event=\"poll_zero_timeout\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 11379\novn_coverage_total{component=\"ovsdb-server-southbound\",event=\"pstream_open\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 4\novn_coverage_total{component=\"ovsdb-server-southbound\",event=\"seq_change\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 301582\novn_coverage_total{component=\"ovsdb-server-southbound\",event=\"unixctl_received\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 190\novn_coverage_total{component=\"ovsdb-server-southbound\",event=\"unixctl_replied\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 190\novn_coverage_total{component=\"ovsdb-server-southbound\",event=\"util_xalloc\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 1.75451e+07\n# HELP ovn_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, and goversion from which ovn_exporter was built.\n# TYPE ovn_exporter_build_info gauge\novn_exporter_build_info{branch=\"master\",goversion=\"go1.10.2\",revision=\"2f70c95\",version=\"1.0.0\"} 1\n# HELP ovn_failed_req_count The number of failed requests to OVN stack.\n# TYPE ovn_failed_req_count counter\novn_failed_req_count{system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 0\n# HELP ovn_info This metric provides basic information about OVN stack. It is always set to 1.\n# TYPE ovn_info gauge\novn_info{db_version=\"7.16.1\",hostname=\"godev.local\",ovs_version=\"2.10.90\",rundir=\"/var/run/openvswitch\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",system_type=\"CentOS\",system_version=\"7.5.1804-Core\"} 1\n# HELP ovn_log_file_size The size of a log file associated with an OVN component.\n# TYPE ovn_log_file_size gauge\novn_log_file_size{component=\"ovn-northd\",filename=\"/var/log/openvswitch/ovn-northd.log\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 93\novn_log_file_size{component=\"ovs-vswitchd\",filename=\"/var/log/openvswitch/ovs-vswitchd.log\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 95\novn_log_file_size{component=\"ovsdb-server\",filename=\"/var/log/openvswitch/ovsdb-server.log\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 95\novn_log_file_size{component=\"ovsdb-server-northbound\",filename=\"/var/log/openvswitch/ovsdb-server-nb.log\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 98\novn_log_file_size{component=\"ovsdb-server-southbound\",filename=\"/var/log/openvswitch/ovsdb-server-sb.log\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 98\n# HELP ovn_logical_switch_external_id Provides the external IDs and values associated with OVN logical switches. This metric is always up (1).\n# TYPE ovn_logical_switch_external_id gauge\novn_logical_switch_external_id{key=\"gateway_ip\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"61f9dca6-2339-4b07-a1eb-7cb2e2fa0a40\",value=\"10.10.10.1\"} 1\novn_logical_switch_external_id{key=\"subnet\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"61f9dca6-2339-4b07-a1eb-7cb2e2fa0a40\",value=\"10.10.10.0/24\"} 1\novn_logical_switch_external_id{key=\"subnet_context\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"61f9dca6-2339-4b07-a1eb-7cb2e2fa0a40\",value=\"default\"} 1\n# HELP ovn_logical_switch_info The information about OVN logical switch. This metric is always up (1).\n# TYPE ovn_logical_switch_info gauge\novn_logical_switch_info{name=\"19a05268b5eb3df10e2d50b8220505ea0026679bb62eb39d71c8707dd5165248\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"61f9dca6-2339-4b07-a1eb-7cb2e2fa0a40\"} 1\n# HELP ovn_logical_switch_port_binding Provides the association between a logical switch and a logical switch port. This metric is always up (1).\n# TYPE ovn_logical_switch_port_binding gauge\novn_logical_switch_port_binding{port=\"1080f06b-3252-4b7d-8e49-d146c43010a3\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"61f9dca6-2339-4b07-a1eb-7cb2e2fa0a40\"} 1\novn_logical_switch_port_binding{port=\"1660dfb8-3bfb-4ffd-ba3a-203df17e2235\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"61f9dca6-2339-4b07-a1eb-7cb2e2fa0a40\"} 1\novn_logical_switch_port_binding{port=\"5de3762a-cf08-458b-87bb-89a1fd226bcb\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"61f9dca6-2339-4b07-a1eb-7cb2e2fa0a40\"} 1\novn_logical_switch_port_binding{port=\"73dbf01c-acb3-4b0f-90bc-ce7b11aea128\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"61f9dca6-2339-4b07-a1eb-7cb2e2fa0a40\"} 1\novn_logical_switch_port_binding{port=\"a510e307-faa6-4707-bf22-c9b28c1f0d00\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"61f9dca6-2339-4b07-a1eb-7cb2e2fa0a40\"} 1\novn_logical_switch_port_binding{port=\"d2676f53-5daf-4514-8a5b-abbc92504894\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"61f9dca6-2339-4b07-a1eb-7cb2e2fa0a40\"} 1\n# HELP ovn_logical_switch_port_info The information about OVN logical switch port. This metric is always up (1).\n# TYPE ovn_logical_switch_port_info gauge\novn_logical_switch_port_info{chassis=\"935fe428-4adb-47ed-b3e4-1497655ffa79\",datapath=\"a7b76868-1725-418d-8289-175798c19db7\",ip_address=\"10.10.10.111\",logical_switch=\"\",mac_address=\"02:54:b4:11:3b:e6\",name=\"9da77936277dcf536dd03fa0351578948aaf9b9e599063fb9b305e4b2ef977a8\",port_binding=\"2ea56412-37c7-447b-ab1c-b0a86ed42573\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"d2676f53-5daf-4514-8a5b-abbc92504894\"} 1\novn_logical_switch_port_info{chassis=\"935fe428-4adb-47ed-b3e4-1497655ffa79\",datapath=\"a7b76868-1725-418d-8289-175798c19db7\",ip_address=\"10.10.10.112\",logical_switch=\"\",mac_address=\"02:27:5b:bd:a9:70\",name=\"0375c97d5224fbe7cd2d10bfe4c14340b89b288ad20bd759b4a1e385fbb81395\",port_binding=\"20fe176d-22ed-4d0c-9209-d2a2d68f060d\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"5de3762a-cf08-458b-87bb-89a1fd226bcb\"} 1\novn_logical_switch_port_info{chassis=\"bb41cb2c-ea2a-4743-bb2c-6fb0ebf4900d\",datapath=\"a7b76868-1725-418d-8289-175798c19db7\",ip_address=\"10.10.10.2\",logical_switch=\"\",mac_address=\"b7:65:9d:71:22:07\",name=\"nyrtr2-6500120-vlan-20-p1\",port_binding=\"59188438-cb9a-4ae8-bc3d-d62c2ca012a3\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"1660dfb8-3bfb-4ffd-ba3a-203df17e2235\"} 1\novn_logical_switch_port_info{chassis=\"bc3d1542-a85e-47e6-8d33-412735eaa664\",datapath=\"a7b76868-1725-418d-8289-175798c19db7\",ip_address=\"10.10.10.121\",logical_switch=\"\",mac_address=\"02:e9:3d:b0:f9:f5\",name=\"024126f4fe4cc21a95e8aa686d9e30767f3222a2f2adac5d9d1c85f63c27bfd7\",port_binding=\"76ef669e-518b-40d9-9ed8-15de5f246749\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"a510e307-faa6-4707-bf22-c9b28c1f0d00\"} 1\novn_logical_switch_port_info{chassis=\"bc3d1542-a85e-47e6-8d33-412735eaa664\",datapath=\"a7b76868-1725-418d-8289-175798c19db7\",ip_address=\"10.10.10.122\",logical_switch=\"\",mac_address=\"02:32:6b:ca:25:9e\",name=\"2b2bf7e475a74b6f48b8c92c750a13188b1c09f4c7e6342ed8aaa62a00628969\",port_binding=\"23146d8f-d30e-4e61-964f-17c4695eae38\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"73dbf01c-acb3-4b0f-90bc-ce7b11aea128\"} 1\novn_logical_switch_port_info{chassis=\"c9b7412f-2c27-4191-b2ab-729b93ffa3cd\",datapath=\"a7b76868-1725-418d-8289-175798c19db7\",ip_address=\"10.10.10.1\",logical_switch=\"\",mac_address=\"b7:65:9d:71:22:07\",name=\"nyrtr1-6500120-vlan-20-p1\",port_binding=\"d73c06e9-0bee-480a-9467-45965845f243\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"1080f06b-3252-4b7d-8e49-d146c43010a3\"} 1\n# HELP ovn_logical_switch_port_tunnel_key The value of the tunnel key associated with the logical switch port.\n# TYPE ovn_logical_switch_port_tunnel_key gauge\novn_logical_switch_port_tunnel_key{system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"1080f06b-3252-4b7d-8e49-d146c43010a3\"} 1\novn_logical_switch_port_tunnel_key{system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"1660dfb8-3bfb-4ffd-ba3a-203df17e2235\"} 2\novn_logical_switch_port_tunnel_key{system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"5de3762a-cf08-458b-87bb-89a1fd226bcb\"} 4\novn_logical_switch_port_tunnel_key{system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"73dbf01c-acb3-4b0f-90bc-ce7b11aea128\"} 6\novn_logical_switch_port_tunnel_key{system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"a510e307-faa6-4707-bf22-c9b28c1f0d00\"} 5\novn_logical_switch_port_tunnel_key{system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"d2676f53-5daf-4514-8a5b-abbc92504894\"} 3\n# HELP ovn_logical_switch_ports The number of logical switch ports connected to the OVN logical switch.\n# TYPE ovn_logical_switch_ports gauge\novn_logical_switch_ports{system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"61f9dca6-2339-4b07-a1eb-7cb2e2fa0a40\"} 6\n# HELP ovn_logical_switch_tunnel_key The value of the tunnel key associated with the logical switch.\n# TYPE ovn_logical_switch_tunnel_key gauge\novn_logical_switch_tunnel_key{system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",uuid=\"61f9dca6-2339-4b07-a1eb-7cb2e2fa0a40\"} 6.50012e+06\n# HELP ovn_network_port The TCP port used for database connection. If the value is 0, then the port is not in use.\n# TYPE ovn_network_port gauge\novn_network_port{component=\"ovsdb-server-northbound\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",usage=\"default\"} 6641\novn_network_port{component=\"ovsdb-server-northbound\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",usage=\"raft\"} 6643\novn_network_port{component=\"ovsdb-server-northbound\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",usage=\"ssl\"} 0\novn_network_port{component=\"ovsdb-server-southbound\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",usage=\"default\"} 6642\novn_network_port{component=\"ovsdb-server-southbound\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",usage=\"raft\"} 6644\novn_network_port{component=\"ovsdb-server-southbound\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",usage=\"ssl\"} 0\n# HELP ovn_next_poll The timestamp of the next potential poll of OVN stack.\n# TYPE ovn_next_poll counter\novn_next_poll{system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\"} 1.537492716e+09\n# HELP ovn_pid The process ID of a running OVN component. If the component is not running, then the ID is 0.\n# TYPE ovn_pid gauge\novn_pid{component=\"ovn-northd\",group=\"root\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",user=\"root\"} 30210\novn_pid{component=\"ovn-northd-monitoring\",group=\"root\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",user=\"root\"} 30209\novn_pid{component=\"ovs-vswitchd\",group=\"openvswitch\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",user=\"openvswitch\"} 2326\novn_pid{component=\"ovsdb-server\",group=\"openvswitch\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",user=\"openvswitch\"} 427\novn_pid{component=\"ovsdb-server-northbound\",group=\"root\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",user=\"root\"} 30185\novn_pid{component=\"ovsdb-server-northbound-monitoring\",group=\"root\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",user=\"root\"} 30184\novn_pid{component=\"ovsdb-server-southbound\",group=\"root\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",user=\"root\"} 30197\novn_pid{component=\"ovsdb-server-southbound-monitoring\",group=\"root\",system_id=\"bea816d9-f201-4d69-a609-5b03f278f5b9\",user=\"root\"} 30196\n# HELP ovn_up Is OVN stack up (1) or is it down (0).\n# TYPE ovn_up gauge\novn_up 1\n```\n\n## Flags\n\n```bash\n./bin/ovn-exporter --help\n\novn-exporter - Prometheus Exporter for Open Virtual Network (OVN)\n\nUsage: ovn-exporter [arguments]\n\n  -database.northbound.file.data.path string\n        OVN NB db file. (default \"/var/lib/openvswitch/ovnnb_db.db\")\n  -database.northbound.file.log.path string\n        OVN NB db log file. (default \"/var/log/openvswitch/ovsdb-server-nb.log\")\n  -database.northbound.file.pid.path string\n        OVN NB db process id file. (default \"/run/openvswitch/ovnnb_db.pid\")\n  -database.northbound.name string\n        The name of OVN NB (northbound) db. (default \"OVN_Northbound\")\n  -database.northbound.port.default int\n        OVN NB db network socket port. (default 6641)\n  -database.northbound.port.raft int\n        OVN NB db network port for clustering (raft) (default 6643)\n  -database.northbound.port.ssl int\n        OVN NB db network socket secure port. (default 6631)\n  -database.northbound.socket.control string\n        JSON-RPC unix socket to OVN NB app. (default \"unix:/run/openvswitch/ovnnb_db.ctl\")\n  -database.northbound.socket.remote string\n        JSON-RPC unix socket to OVN NB db. (default \"unix:/run/openvswitch/ovnnb_db.sock\")\n  -database.southbound.file.data.path string\n        OVN SB db file. (default \"/var/lib/openvswitch/ovnsb_db.db\")\n  -database.southbound.file.log.path string\n        OVN SB db log file. (default \"/var/log/openvswitch/ovsdb-server-sb.log\")\n  -database.southbound.file.pid.path string\n        OVN SB db process id file. (default \"/run/openvswitch/ovnsb_db.pid\")\n  -database.southbound.name string\n        The name of OVN SB (southbound) db. (default \"OVN_Southbound\")\n  -database.southbound.port.default int\n        OVN SB db network socket port. (default 6642)\n  -database.southbound.port.raft int\n        OVN SB db network port for clustering (raft) (default 6644)\n  -database.southbound.port.ssl int\n        OVN SB db network socket secure port. (default 6632)\n  -database.southbound.socket.control string\n        JSON-RPC unix socket to OVN SB app. (default \"unix:/run/openvswitch/ovnsb_db.ctl\")\n  -database.southbound.socket.remote string\n        JSON-RPC unix socket to OVN SB db. (default \"unix:/run/openvswitch/ovnsb_db.sock\")\n  -database.vswitch.file.data.path string\n        OVS db file. (default \"/etc/openvswitch/conf.db\")\n  -database.vswitch.file.log.path string\n        OVS db log file. (default \"/var/log/openvswitch/ovsdb-server.log\")\n  -database.vswitch.file.pid.path string\n        OVS db process id file. (default \"/var/run/openvswitch/ovsdb-server.pid\")\n  -database.vswitch.file.system.id.path string\n        OVS system id file. (default \"/etc/openvswitch/system-id.conf\")\n  -database.vswitch.name string\n        The name of OVS db. (default \"Open_vSwitch\")\n  -database.vswitch.socket.remote string\n        JSON-RPC unix socket to OVS db. (default \"unix:/var/run/openvswitch/db.sock\")\n  -log.level string\n        logging severity level (default \"info\")\n  -ovn.poll-interval int\n        The minimum interval (in seconds) between collections from OVN server. (default 15)\n  -ovn.timeout int\n        Timeout on gRPC requests to OVN. (default 2)\n  -service.ovn.northd.file.log.path string\n        OVN northd daemon log file. (default \"/var/log/openvswitch/ovn-northd.log\")\n  -service.ovn.northd.file.pid.path string\n        OVN northd daemon process id file. (default \"/run/openvswitch/ovn-northd.pid\")\n  -service.vswitchd.file.log.path string\n        OVS vswitchd daemon log file. (default \"/var/log/openvswitch/ovs-vswitchd.log\")\n  -service.vswitchd.file.pid.path string\n        OVS vswitchd daemon process id file. (default \"/var/run/openvswitch/ovs-vswitchd.pid\")\n  -system.run.dir string\n        OVS default run directory. (default \"/var/run/openvswitch\")\n  -version\n        version information\n  -web.listen-address string\n        Address to listen on for web interface and telemetry. (default \":9476\")\n  -web.telemetry-path string\n        Path under which to expose metrics. (default \"/metrics\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreenpau%2Fovn_exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreenpau%2Fovn_exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreenpau%2Fovn_exporter/lists"}