Add CCF HuaTuo exporter to the exporters list in documentation #2710
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
exporter sample output:
huatuo_bamai_sockstat_FRAG_inuse{host="linux-dev",region="example"} 0
huatuo_bamai_sockstat_FRAG_memory{host="linux-dev",region="example"} 0
huatuo_bamai_sockstat_RAW_inuse{host="linux-dev",region="example"} 0
huatuo_bamai_sockstat_TCP_alloc{host="linux-dev",region="example"} 211
huatuo_bamai_sockstat_TCP_inuse{host="linux-dev",region="example"} 170
huatuo_bamai_sockstat_TCP_mem{host="linux-dev",region="example"} 0
huatuo_bamai_sockstat_TCP_mem_bytes{host="linux-dev",region="example"} 0
huatuo_bamai_sockstat_TCP_orphan{host="linux-dev",region="example"} 10
huatuo_bamai_sockstat_TCP_tw{host="linux-dev",region="example"} 591
huatuo_bamai_sockstat_UDPLITE_inuse{host="linux-dev",region="example"} 0
huatuo_bamai_sockstat_UDP_inuse{host="linux-dev",region="example"} 6
huatuo_bamai_sockstat_UDP_mem{host="linux-dev",region="example"} 1024
huatuo_bamai_sockstat_UDP_mem_bytes{host="linux-dev",region="example"} 4.194304e+06
huatuo_bamai_sockstat_container_FRAG_inuse{container_host="xxx",container_hostnamespace="kube-system",container_level="Burstable",container_name="coredns",container_type="Normal",host="linux-dev",region="example"} 0
huatuo_bamai_sockstat_container_FRAG_memory{container_host="xxx",container_hostnamespace="kube-system",container_level="Burstable",container_name="coredns",container_type="Normal",host="linux-dev",region="example"} 0
huatuo_bamai_sockstat_container_RAW_inuse{container_host="xxx",container_hostnamespace="kube-system",container_level="Burstable",container_name="coredns",container_type="Normal",host="linux-dev",region="example"} 0
huatuo_bamai_sockstat_container_TCP_alloc{container_host="xxx",container_hostnamespace="kube-system",container_level="Burstable",container_name="coredns",container_type="Normal",host="linux-dev",region="example"} 211
huatuo_bamai_sockstat_container_TCP_orphan{container_host="xxx",container_hostnamespace="kube-system",container_level="Burstable",container_name="coredns",container_type="Normal",host="linux-dev",region="example"} 10
huatuo_bamai_sockstat_container_TCP_tw{container_host="xxx",container_hostnamespace="kube-system",container_level="Burstable",container_name="coredns",container_type="Normal",host="linux-dev",region="example"} 77
huatuo_bamai_sockstat_container_UDPLITE_inuse{container_host="xxx",container_hostnamespace="kube-system",container_level="Burstable",container_name="coredns",container_type="Normal",host="linux-dev",region="example"} 0
huatuo_bamai_softirq_latency{cpuid="0",host="linux-dev",region="example",type="NET_RX",zone="0"} 2
huatuo_bamai_softirq_latency{cpuid="0",host="linux-dev",region="example",type="NET_RX",zone="1"} 0
huatuo_bamai_softirq_latency{cpuid="0",host="linux-dev",region="example",type="NET_RX",zone="2"} 0
huatuo_bamai_softirq_latency{cpuid="0",host="linux-dev",region="example",type="NET_RX",zone="3"} 0
huatuo_bamai_softirq_latency{cpuid="0",host="linux-dev",region="example",type="NET_TX",zone="0"} 0
huatuo_bamai_softirq_latency{cpuid="0",host="linux-dev",region="example",type="NET_TX",zone="1"} 0
huatuo_bamai_softirq_latency{cpuid="0",host="linux-dev",region="example",type="NET_TX",zone="2"} 0
huatuo_bamai_softirq_latency{cpuid="0",host="linux-dev",region="example",type="NET_TX",zone="3"} 0
Signed-off-by: Tonghao Zhang [email protected]