metrics

package
v0.1.0 Latest Latest
Warning

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

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

Documentation

Overview

Package metrics implements the file descriptor metrics collection and reporting.

Index

Constants

View Source
const SubSystem = "fd"

Variables

This section is empty.

Functions

func InitAveragers

func InitAveragers(db *sql.DB, tableName string)

func ReadRunningPIDs

func ReadRunningPIDs(ctx context.Context, since time.Time) (components_metrics_state.Metrics, error)

func ReadThresholdUsedPercents

func ReadThresholdUsedPercents(ctx context.Context, since time.Time) (components_metrics_state.Metrics, error)

func ReadUsedPercents

func ReadUsedPercents(ctx context.Context, since time.Time) (components_metrics_state.Metrics, error)

func Register

func Register(reg *prometheus.Registry, db *sql.DB, tableName string) error

func SetLastUpdateUnixSeconds

func SetLastUpdateUnixSeconds(unixSeconds float64)

func SetLimit

func SetLimit(ctx context.Context, v float64, currentTime time.Time) error

func SetRunningPIDs

func SetRunningPIDs(ctx context.Context, pids float64, currentTime time.Time) error

func SetThresholdLimit

func SetThresholdLimit(ctx context.Context, limit float64) error

func SetThresholdUsedPercent

func SetThresholdUsedPercent(ctx context.Context, pct float64, currentTime time.Time) error

func SetUsedPercent

func SetUsedPercent(ctx context.Context, pct float64, currentTime time.Time) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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