package
0.0.0-20200226065818-fe632b36a108
Repository: https://github.com/alipay/sofa-mesh.git
Documentation: pkg.go.dev
# Variables
AdapterErrs is a measure of the number of errors for processing adapter config.
AdapterInfosTotal is a measure of the number of known adapters.
AdapterTag holds the current adapter for the context.
AttributesTotal is a measure of the number of known attributes.
BuildFailuresTotal is a measure of the number of errors building handlers during config processing.
ClosedHandlersTotal is a measure of the number of handlers closed during config processing.
CloseFailuresTotal is a measure of the number of errors closing handlers during config processing.
ConfigIDTag holds a config identifier for the context.
DaemonsTotal is a measure of the number of active daemon go-routines for a handler.
DestinationsPerRequest is a measure of the number of handlers dispatched per request.
DispatchDurationsSeconds is a measure of the number of seconds spent in dispatch.
DispatchesTotal is a measure of the number of handler dispatches.
ErrorTag holds the current error for the context.
HandlersTotal is a measure of the number of known handlers.
HandlerTag holds the current handler for the context.
HandlerValidationErrors is a measure of the number of errors validating handler config.
InitConfigIDTag holds the config identifier used when the context was initialized.
InstanceErrs is a measure of the number of errors for processing instance config.
InstancesPerRequest is a measure of the number of instances created per request.
InstancesTotal is a measure of the number of known instances.
MatchErrors is a measure of the number of errors for processing rule conditions.
MeshFunctionTag holds the current mesh function (logentry, metric, etc) for the context.
NewHandlersTotal is a measure of the number of handlers newly-created during config processing.
ReusedHandlersTotal is a measure of the number of handlers reused during config processing.
RuleErrs is a measure of the number of errors for processing rules config.
RulesTotal is a measure of the number of known rules.
TemplateErrs is a measure of the number of errors for processing template config.
TemplatesTotal is a measure of the number of known templates.
UnsatisfiedActionHandlers is a measure of the number of actions that failed due to missing handlers.
WorkersTotal is a measure of the number of active worker go-routines for a handler.