telemetry

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Telemetry is an internal Tarmac package used to initialize system metrics.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Telemetry

type Telemetry struct {
	// Tasks is a summary metric of user scheduled task executions.
	Tasks *prometheus.SummaryVec

	// Srv is a summary metric of the HTTP server request processing.
	Srv *prometheus.SummaryVec

	// Callbacks is a summary metric of the WASM callbacks guests make.
	Callbacks *prometheus.SummaryVec

	// Wasm is a summary metric of the WASM guest module executions.
	Wasm *prometheus.SummaryVec
}

Telemetry provides the capability to manage and hold system internal metrics.

func New

func New() *Telemetry

New will return an initialized systems metrics instance.

Jump to

Keyboard shortcuts

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