We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff3933b commit 12f7b5eCopy full SHA for 12f7b5e
1 file changed
dynamic-control/src/main/java/io/opentelemetry/contrib/dynamic/policy/registry/PolicyInit.java
@@ -66,6 +66,7 @@ public final class PolicyInit {
66
private static final PolicyStore policyStore = new PolicyStore();
67
68
static {
69
+ // For now, policies will be registered here. TODO: move to a more dynamic way.
70
TraceSamplingRatePolicy.registerPolicyType();
71
}
72
0 commit comments