plugin

package
v0.0.0-...-5032473 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Interact     = "interact"
	StageTransit = "transit"
	StageProcess = "process"
	StageRequest = "request"

	Stage = "stage"

	CronJob = "cronjobs"
)

Variables

View Source
var (
	Service string
	Metrics = &Metric{}

	ActivatedTransit []string
	ActivatedProcess []string
	ActivatedRequest []string
)

Functions

This section is empty.

Types

type Metric

type Metric struct {
	InteractOK  uint64 `json:"interactOK"`
	InteractErr uint64 `json:"interactErr"`

	TransitOK  uint64 `json:"transitOK"`
	TransitErr uint64 `json:"transitErr"`

	ProcessOK  uint64 `json:"processOK"`
	ProcessErr uint64 `json:"processErr"`

	RequestOK  uint64 `json:"requestOK"`
	RequestErr uint64 `json:"requestErr"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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