Documentation ¶
Index ¶
Constants ¶
View Source
const ( MetircLabelMethod = "method" MetircLabelClientIP = "client_ip" MetircLabelCodeMessage = "code_message" )
Variables ¶
View Source
var File_pkg_monitor_prometheus_prometheus_proto protoreflect.FileDescriptor
View Source
var M = newMetrics()
M is the Metrics instance
Functions ¶
This section is empty.
Types ¶
type Metrics ¶ added in v0.0.74
type Metrics struct { CalledTotal *prometheus.CounterVec DurationCostHistogram *prometheus.HistogramVec DurationCost *prometheus.SummaryVec }
type Prometheus ¶
type Prometheus struct { Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` // contains filtered or unexported fields }
func (*Prometheus) Descriptor
deprecated
func (*Prometheus) Descriptor() ([]byte, []int)
Deprecated: Use Prometheus.ProtoReflect.Descriptor instead.
func (*Prometheus) GetEnabled ¶
func (x *Prometheus) GetEnabled() bool
func (*Prometheus) ProtoMessage ¶
func (*Prometheus) ProtoMessage()
func (*Prometheus) ProtoReflect ¶
func (x *Prometheus) ProtoReflect() protoreflect.Message
func (*Prometheus) Reset ¶
func (x *Prometheus) Reset()
func (*Prometheus) String ¶
func (x *Prometheus) String() string
Click to show internal directories.
Click to hide internal directories.