metrics

package
v0.0.0-...-880cb89 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReaderWithStats

func ReaderWithStats(
	reader io.ReadCloser,
	kind path.CategoryType,
	stats *ExportStats,
) io.ReadCloser

Create a function that will take a reader and return a reader that will update the stats

Types

type ExportStats

type ExportStats struct {
	// contains filtered or unexported fields
}

func NewExportStats

func NewExportStats() *ExportStats

func (*ExportStats) GetStats

func (es *ExportStats) GetStats() map[path.CategoryType]KindStats

func (*ExportStats) UpdateBytes

func (es *ExportStats) UpdateBytes(kind path.CategoryType, numBytes int64)

func (*ExportStats) UpdateResourceCount

func (es *ExportStats) UpdateResourceCount(kind path.CategoryType)

type KindStats

type KindStats struct {
	BytesRead     int64
	ResourceCount int64
}

Jump to

Keyboard shortcuts

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