You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[8.19](backport #44244) fix panic when running 2 filestream inputs with same ID (#44267)
* inputmon: NewMetricsRegistry returns new registry for existing ID (#44244)
inputmon.NewMetricsRegistry now returns a new, unregistered metrics registry if one already exists for the given input ID. This change prevents a panic that previously occurred if an attempt was made to register a duplicate metric or registry on the registry instance associated with that ID.
(cherry picked from commit 02cc67d)
* fix import: use logp instead of logptest
---------
Co-authored-by: Anderson Queiroz <[email protected]>
0 commit comments