tags

package
v1.0.13 Latest Latest
Warning

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

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

Documentation

Overview

Package tags provides the tags to annotate the monitoring metrics.

Index

Constants

This section is empty.

Variables

View Source
var (
	// IOMethod annotates the event that opens or closes a connection or file.
	IOMethod = tag.MustNewKey("io_method")

	// GCSMethod annotates the method called in the GCS client library.
	GCSMethod = tag.MustNewKey("gcs_method")

	// FSOp annotates the file system op processed.
	FSOp = tag.MustNewKey("fs_op")

	// FSError annotates the file system failed operations with the error type
	FSError = tag.MustNewKey("fs_error")

	// ReadType annotates the read operation with the type - Sequential/Random
	ReadType = tag.MustNewKey("read_type")

	// CacheHit annotates the read operation from file cache with true or false.
	CacheHit = tag.MustNewKey("cache_hit")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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