Skip to content

Commit

Permalink
Update otel
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth committed Feb 2, 2024
1 parent 6e6416a commit 979ec00
Show file tree
Hide file tree
Showing 285 changed files with 5,906 additions and 5,849 deletions.
140 changes: 70 additions & 70 deletions cmd/configschema/go.sum

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion cmd/githubgen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ require (
github.com/knadh/koanf/maps v0.1.1 // indirect
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
github.com/knadh/koanf/v2 v2.0.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
Expand Down
11 changes: 3 additions & 8 deletions cmd/githubgen/go.sum

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

28 changes: 14 additions & 14 deletions cmd/mdatagen/go.sum

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

1 change: 1 addition & 0 deletions cmd/opampsupervisor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ require (
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
go.opentelemetry.io/collector/config/configopaque v0.93.1-0.20240202163303-26c157e3bffb // indirect
go.opentelemetry.io/collector/featuregate v1.0.1 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.16.0 // indirect
Expand Down
17 changes: 11 additions & 6 deletions cmd/opampsupervisor/go.sum

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

4 changes: 2 additions & 2 deletions cmd/otelcontribcol/exporters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func TestDefaultExporters(t *testing.T) {
exporter: "opencensus",
getConfigFn: func() component.Config {
cfg := expFactories["opencensus"].CreateDefaultConfig().(*opencensusexporter.Config)
cfg.GRPCClientSettings = configgrpc.GRPCClientSettings{
cfg.ClientConfig = configgrpc.ClientConfig{
Endpoint: endpoint,
}
// disable queue/retry to validate passing the test data synchronously
Expand All @@ -152,7 +152,7 @@ func TestDefaultExporters(t *testing.T) {
exporter: "otlp",
getConfigFn: func() component.Config {
cfg := expFactories["otlp"].CreateDefaultConfig().(*otlpexporter.Config)
cfg.GRPCClientSettings = configgrpc.GRPCClientSettings{
cfg.ClientConfig = configgrpc.ClientConfig{
Endpoint: endpoint,
}
// disable queue/retry to validate passing the test data synchronously
Expand Down
Loading

0 comments on commit 979ec00

Please sign in to comment.