We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e834ef + b206781 commit 24ec801Copy full SHA for 24ec801
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