package
Version:
v0.0.0-...-df0b2f8
Opens a new window with list of versions in this module.
Published: Jan 30, 2023
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Metric struct {
Name string `json:"name"`
Type string `json:"type"`
Value interface{} `json:"value"`
}
type Metrics struct {
TS string `json:"ts"`
Labels struct {
Host string `json:"host"`
} `json:"labels"`
Metrics []Metric `json:"metrics"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.