Documentation ¶
Overview ¶
Package remappedrows provides the NVIDIA row remapping metrics collection and reporting.
Index ¶
- Constants
- func InitAveragers(db *sql.DB, tableName string)
- func ReadRemappedDueToUncorrectableErrors(ctx context.Context, since time.Time) (components_metrics_state.Metrics, error)
- func ReadRemappingFailed(ctx context.Context, since time.Time) (components_metrics_state.Metrics, error)
- func ReadRemappingPending(ctx context.Context, since time.Time) (components_metrics_state.Metrics, error)
- func Register(reg *prometheus.Registry, db *sql.DB, tableName string) error
- func SetLastUpdateUnixSeconds(unixSeconds float64)
- func SetRemappedDueToUncorrectableErrors(ctx context.Context, gpuID string, cnt uint32, currentTime time.Time) error
- func SetRemappingFailed(ctx context.Context, gpuID string, failed bool, currentTime time.Time) error
- func SetRemappingPending(ctx context.Context, gpuID string, pending bool, currentTime time.Time) error
Constants ¶
View Source
const SubSystem = "accelerator_nvidia_remapped_rows"
Variables ¶
This section is empty.
Functions ¶
func InitAveragers ¶
func ReadRemappingFailed ¶
func ReadRemappingPending ¶
func SetLastUpdateUnixSeconds ¶
func SetLastUpdateUnixSeconds(unixSeconds float64)
func SetRemappingFailed ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.