Update beps/0012-metrics-service/README.md

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-08-19 09:39:14 +02:00
committed by GitHub
parent 1beca9052e
commit 747a180277
+1 -1
View File
@@ -239,7 +239,7 @@ entitiesProcessed.add(100);
## Dependencies
1. The otel sdk MUST BE initialized as EARLY as possible to prevent dependents from receiving no-op meters - we will not change the current guidance on this
1. The `otel` SDK MUST BE initialized as EARLY as possible to prevent dependents from receiving no-op meters - we will not change the current guidance on this
1. There are one-off implementations of metrics in the wild that may conflict with the proposed service. However, this is unlikely to be a problem as the SDK should continue to pick things up.
## Alternatives