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
Since gNMI Will use CVL and translib, it would be better if they were separate libraries to link to. Currently, telemetry/gNMI is importing them directly at compile time.
The text was updated successfully, but these errors were encountered:
go shared library approach requires overwriting the system libraries, even for building the linking app, from what i can tell. If this changes, we could look at it. So that is why shared library wasn't considered earlier.
. All the ptypes were stored in a list and searched using string comparison
— Use Binary tree instead (gives about 800ms improvement).
. Cleanup exact duplicate ptypes
. Fix use of LOG_TYPE with 2 different values.
sonic# show logging filter type
log: log type
After:
sonic# show logging filter type
<syslog/inmem/all> log type
Since gNMI Will use CVL and translib, it would be better if they were separate libraries to link to. Currently, telemetry/gNMI is importing them directly at compile time.
The text was updated successfully, but these errors were encountered: