package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: May 9, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 11
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"`
Frequency config.Duration `json:"frequency,omitempty"`
ResourceAttributes map[string]any `json:"resourceAttributes"`
Variants []Variant `json:"variants"`
}
type Timeline struct {
Metrics []Metric `json:"metrics"`
}
type Variant struct {
Attributes map[string]any `json:"attributes"`
Timeline []Segment `json:"timeline"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.