We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23222e commit b206781Copy full SHA for b206781
internal/endpoint/openmetrics/om.go
@@ -68,6 +68,7 @@ func (e *Endpoint) Configure(inlineArgs []string, cfg *config.Map) error {
68
if endp.IsTLS() {
69
return fmt.Errorf("%s: TLS is not supported yet", modName)
70
}
71
+ e.endpoints = append(e.endpoints, endp)
72
73
74
return nil
0 commit comments