Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/utils/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@
"validatable",
"vanityurl",
"vmmetrics",
"winio",
"withauth",
"xconfighttp",
"xconfmap",
Expand Down
2 changes: 2 additions & 0 deletions config/configauth/configauth.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// exporters to add authentication on outgoing requests.
package configauth // import "go.opentelemetry.io/collector/config/configauth"

//go:generate mdatagen metadata.yaml

import (
"context"
"errors"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions config/configgrpc/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
// The configuration structs in this package may be shared across signals, but
// assume each struct is used for a single protocol and component.
package configgrpc // import "go.opentelemetry.io/collector/config/configgrpc"

//go:generate mdatagen metadata.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions config/confignet/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
// Package confignet implements the configuration settings for protocols to
// connect and transport data information.
package confignet // import "go.opentelemetry.io/collector/config/confignet"

//go:generate mdatagen metadata.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions config/confignet/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ github_project: open-telemetry/opentelemetry-collector
status:
disable_codecov_badge: true
class: pkg

tests:
goleak:
ignore:
# go-winio starts a background goroutine for I/O completion on Windows that outlives the test.
any: ["github.com/Microsoft/go-winio.ioCompletionProcessor"]
2 changes: 2 additions & 0 deletions config/configretry/backoff.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

package configretry // import "go.opentelemetry.io/collector/config/configretry"

//go:generate mdatagen metadata.yaml

import (
"errors"
"time"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading