File tree Expand file tree Collapse file tree 4 files changed +18
-32
lines changed Expand file tree Collapse file tree 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
7272 return c
7373 })
7474}
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:
8383 - go.opentelemetry.io/contrib/samplers/jaegerremote
8484 - go.opentelemetry.io/contrib/samplers/jaegerremote/example
8585 - go.opentelemetry.io/contrib/samplers/probability/consistent
86+ experimental-config :
87+ version : v0.1.0
88+ modules :
89+ - go.opentelemetry.io/contrib/config
8690excluded-modules :
87- - go.opentelemetry.io/contrib/config
8891 - go.opentelemetry.io/contrib/instrgen
8992 - go.opentelemetry.io/contrib/instrgen/driver
9093 - go.opentelemetry.io/contrib/instrgen/testdata/interface
You can’t perform that action at this time.
0 commit comments