File tree 4 files changed +18
-32
lines changed
4 files changed +18
-32
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -72,3 +72,10 @@ func WithOpenTelemetryConfiguration(cfg OpenTelemetryConfiguration) Configuratio
72
72
return c
73
73
})
74
74
}
75
+
76
+ // TODO: implement parsing functionality:
77
+ // - https://github.com/open-telemetry/opentelemetry-go-contrib/issues/4373
78
+ // - https://github.com/open-telemetry/opentelemetry-go-contrib/issues/4412
79
+
80
+ // TODO: create SDK from the model:
81
+ // - https://github.com/open-telemetry/opentelemetry-go-contrib/issues/4371
Original file line number Diff line number Diff line change
1
+ // Copyright The OpenTelemetry Authors
2
+ // SPDX-License-Identifier: Apache-2.0
3
+
4
+ // Package config can be used to parse a configuration file
5
+ // that follows the JSON Schema defined by the OpenTelemetry
6
+ // Configuration schema.
7
+ package config // import "go.opentelemetry.io/contrib/config"
Original file line number Diff line number Diff line change @@ -83,8 +83,11 @@ module-sets:
83
83
- go.opentelemetry.io/contrib/samplers/jaegerremote
84
84
- go.opentelemetry.io/contrib/samplers/jaegerremote/example
85
85
- go.opentelemetry.io/contrib/samplers/probability/consistent
86
+ experimental-config :
87
+ version : v0.1.0
88
+ modules :
89
+ - go.opentelemetry.io/contrib/config
86
90
excluded-modules :
87
- - go.opentelemetry.io/contrib/config
88
91
- go.opentelemetry.io/contrib/instrgen
89
92
- go.opentelemetry.io/contrib/instrgen/driver
90
93
- go.opentelemetry.io/contrib/instrgen/testdata/interface
You can’t perform that action at this time.
0 commit comments