Skip to content

Commit c1ac303

Browse files
author
Alex Boten
authored
config: Prepare module for release (#4541)
1 parent fe68fe9 commit c1ac303

File tree

4 files changed

+18
-32
lines changed

4 files changed

+18
-32
lines changed

config/README.md

-31
This file was deleted.

config/config.go

+7
Original file line numberDiff line numberDiff 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

config/doc.go

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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"

versions.yaml

+4-1
Original file line numberDiff line numberDiff 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
8690
excluded-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

0 commit comments

Comments
 (0)