Skip to content

Commit

Permalink
[config] prepare package for release
Browse files Browse the repository at this point in the history
This PR does the following:

- adds a section to versions.yaml, please review that the new section makes sense, it didn't seem to fit in any of the other groups.
- adds doc.go

Signed-off-by: Alex Boten <aboten@lightstep.com>
  • Loading branch information
Alex Boten committed Nov 9, 2023
1 parent fe68fe9 commit eb3f372
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions config/doc.go
@@ -0,0 +1,7 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

// Package config can be used to parse a configuration file
// that follows the JSON Schema defined by the OpenTelemetry
// Configuration schema.
package config // import "go.opentelemetry.io/contrib/config"
5 changes: 4 additions & 1 deletion versions.yaml
Expand Up @@ -83,8 +83,11 @@ module-sets:
- go.opentelemetry.io/contrib/samplers/jaegerremote
- go.opentelemetry.io/contrib/samplers/jaegerremote/example
- go.opentelemetry.io/contrib/samplers/probability/consistent
experimental-config:
version: v0.1.0
modules:
- go.opentelemetry.io/contrib/config
excluded-modules:
- go.opentelemetry.io/contrib/config
- go.opentelemetry.io/contrib/instrgen
- go.opentelemetry.io/contrib/instrgen/driver
- go.opentelemetry.io/contrib/instrgen/testdata/interface

0 comments on commit eb3f372

Please sign in to comment.