We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8327fde commit 4af99e5Copy full SHA for 4af99e5
collector/types.go
@@ -90,7 +90,7 @@ type Metric struct {
90
91
// Metrics is a container structure for prometheus metrics
92
type Metrics struct {
93
- Metric []*Metric
+ Metric []*Metric `yaml:"metrics"`
94
}
95
96
type ScrapeContext struct {
0 commit comments