Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExportRequest ¶
type ExportRequest struct {
ResourceMetrics []ResourceMetrics `json:"resourceMetrics"`
}
type NumberDataPoint ¶ added in v1.1.1
type NumberDataPoint struct {
AsDouble float64 `json:"asDouble"`
}
type ResourceMetrics ¶
type ResourceMetrics struct {
Resource Resource `json:"resource,omitempty"`
ScopeMetrics []ScopeMetrics `json:"scopeMetrics"`
}
type ScopeMetrics ¶
type ScopeMetrics struct {
Scope instrumentation.Scope `json:"scope"`
Metrics []Metrics `json:"metrics"`
}
type Sum ¶ added in v1.1.1
type Sum struct {
DataPoints []NumberDataPoint `json:"dataPoints"`
}
Click to show internal directories.
Click to hide internal directories.