constnames

package
v0.0.0-...-51da36d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ReadEvent     = "read"
	WriteEvent    = "write"
	ReadvEvent    = "readv"
	WritevEvent   = "writev"
	PReadEvent    = "pread"
	PWriteEvent   = "pwrite"
	PReadvEvent   = "preadv"
	PWritevEvent  = "pwritev"
	SendToEvent   = "sendto"
	RecvFromEvent = "recvfrom"
	SendMsgEvent  = "sendmsg"
	SendMMsgEvent = "sendmmsg"
	RecvMsgEvent  = "recvmsg"
	ConnectEvent  = "connect"

	TcpCloseEvent          = "tcp_close"
	TcpRcvEstablishedEvent = "tcp_rcv_established"
	TcpDropEvent           = "tcp_drop"
	TcpRetransmitSkbEvent  = "tcp_retransmit_skb"
	TcpConnectEvent        = "tcp_connect"
	TcpSetStateEvent       = "tcp_set_state"

	CpuEvent           = "cpu_event"
	JavaFutexInfo      = "java_futex_info"
	TransactionIdEvent = "apm_trace_id_event"
	SpanEvent          = "apm_span_event"
	OtherEvent         = "other"

	ProcessExitEvent = "procexit"
	GrpcUprobeEvent  = "grpc_uprobe"
	// NetRequestMetricGroupName is used for dataGroup generated from networkAnalyzer.
	NetRequestMetricGroupName = "net_request_metric_group"
	// SingleNetRequestMetricGroup stands for the dataGroup with abnormal status.
	SingleNetRequestMetricGroup = "single_net_request_metric_group"
	// AggregatedNetRequestMetricGroup stands for the dataGroup after aggregation.
	AggregatedNetRequestMetricGroup = "aggregated_net_request_metric_group"

	CameraEventGroupName = "camera_event_group"

	TcpRttMetricGroupName        = "tcp_rtt_metric_group"
	TcpRetransmitMetricGroupName = "tcp_retransmit_metric_group"
	TcpDropMetricGroupName       = "tcp_drop_metric_group"
	NodeMetricGroupName          = "node_metric_metric_group"
	TcpConnectMetricGroupName    = "tcp_connect_metric_group"
	K8sWorkloadMetricGroupName   = "k8s_workload_metric_group"
)
View Source
const (
	TopologyRequestIoMetric  = "request_bytes_total"
	TopologyResponseIoMetric = "response_bytes_total"
	// TopologyRequestLatencyAverageMetric is a histogram
	TopologyRequestLatencyAverageMetric = "average_duration_nanoseconds"
	TopologyRequestLatencyTotalMetric   = "duration_nanoseconds_total"
	TopologyRequestCountMetric          = "total"
	// TopologyRequestTimeHistogramMetric is a histogram
	TopologyRequestTimeHistogramMetric = "request_time_histogram"

	EntityRequestIoMetric  = "receive_bytes_total"
	EntityResponseIoMetric = "send_bytes_total"
	// EntityRequestLatencyAverageMetric is a histogram
	EntityRequestLatencyAverageMetric = "average_duration_nanoseconds"
	EntityRequestLatencyTotalMetric   = "duration_nanoseconds_total"
	EntityRequestCountMetric          = "total"
	EntityRequestTimeHistogramMetric  = "request_time_histogram"

	TraceAsMetric           = NPMPrefixKindling + "_trace_request_duration_nanoseconds"
	TcpRttMetricName        = "kindling_tcp_srtt_microseconds"
	TcpRetransmitMetricName = "kindling_tcp_retransmit_total"
	TcpDropMetricName       = "kindling_tcp_packet_loss_total"
	K8sWorkLoadMetricName   = "kindling_k8s_workload_info"

	TcpConnectTotalMetric    = "kindling_tcp_connect_total"
	TcpConnectDurationMetric = "kindling_tcp_connect_duration_nanoseconds_total"
)
View Source
const (
	NPMPrefixKindling = "kindling"

	EntityPrefix   = "entity"
	TopologyPrefix = "topology"
)

Variables

This section is empty.

Functions

func ToKindlingDetailMetricName

func ToKindlingDetailMetricName(origName string, protocol string) string

ToKindlingDetailMetricName For ServerDetail Metric

func ToKindlingNetMetricName

func ToKindlingNetMetricName(origName string, isServer bool) string

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL