'Namspaces and name collisions with metrics

From the spec it looks like you prevent name collisions by prefixing with the instrumentation library name.

I see how this can prevent collisions within one binary (or library), but I don't see how this prevents two different binaries that both use the same instrumentation library from exporting conflicting metrics (the same name, but incompatible definitions).

How should this work?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source