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
The receiver still uses OpenCensus data model to create the metrics and converts them into pdata before sending them to the next consumer. This introduces a performance impact. The receiver should use pdata model to create the metrics instead.