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
In telemetry/prometheus_module.go we have a variadic function that takes in any number of labels.
Investigate the opportunity to update the current SetFields function in the logging module to SetFieldsMap and have another SetFields function that accepts an even number of any parameters.
Objective
In
telemetry/prometheus_module.go
we have a variadic function that takes in any number of labels.Investigate the opportunity to update the current
SetFields
function in the logging module toSetFieldsMap
and have anotherSetFields
function that accepts an even number of any parameters.Origin Document
Goals
Deliverable
SetFields
toSetFieldsMap
SetFields(...any)
function that accepts an even number of parameterpanic
) to prevent accepting an odd number of labels as a valid valueSetFieldsMap
to use the new approachNon-goals / Non-deliverables
General issue deliverables
Testing Methodology
make test_all
LocalNet
is still functioning correctly by following the instructions at docs/development/README.mdCreator: @Gustavobelfort
Co-Owners: @Olshansk
The text was updated successfully, but these errors were encountered: