opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
**Describe the bug** When sending logs to a Fleet server, the open-telemetry docker image failed to export log. **Steps to reproduce** I created a docker-compose with custom settings and ultimately...
### Description Configuration file error ### Environment - OS: [e.g. iOS] ubuntu20 - Architecture: [e.g. x86, i386] x86 - Go Version: [e.g. 1.15] 1.18 - opentelemetry-go version: [e.g. v0.14.0, 3c7face]...
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.47.2 to 1.48.0. Release notes Sourced from github.com/golangci/golangci-lint's releases. v1.48.0 Changelog 368c41cd build(deps): bump github.com/daixiang0/gci from 0.5.0 to 0.6.0 (#3035) 2d8fea81 build(deps): bump github.com/daixiang0/gci from 0.6.0 to...
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.22.6 to 3.22.7. Release notes Sourced from github.com/shirou/gopsutil/v3's releases. v3.22.7 What's Changed cpu fix(cpu): fix cpu total and busy calc by @shirou in shirou/gopsutil#1325 disk Replace IOMainPort/IOMasterPort()...
Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.8.0 to 1.9.0. Changelog Sourced from go.opentelemetry.io/otel's changelog. [1.9.0/0.0.3] - 2022-08-01 Added Add support for Schema Files format 1.1.x (metric "split" transform) with the new go.opentelemetry.io/otel/schema/v1.1 package....
Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.33.0 to 0.34.0. Release notes Sourced from go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's releases. Release v1.9.0/v0.34.0/v0.4.0 Upgrades all go.opentelemetry.io/otel dependencies to v1.9.0. Added The TextMapPropagator function to go.opentelemetry.io/contrib/propagators/autoprop. This function is used...
Bumps [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.33.0 to 0.34.0. Release notes Sourced from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's releases. Release v1.9.0/v0.34.0/v0.4.0 Upgrades all go.opentelemetry.io/otel dependencies to v1.9.0. Added The TextMapPropagator function to go.opentelemetry.io/contrib/propagators/autoprop. This function is used...
Bumps [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) from 1.8.0 to 1.9.0. Changelog Sourced from go.opentelemetry.io/otel/trace's changelog. [1.9.0/0.0.3] - 2022-08-01 Added Add support for Schema Files format 1.1.x (metric "split" transform) with the new go.opentelemetry.io/otel/schema/v1.1 package....
**Description:** I implement unmarshal metrics with jsoniter iterator parser, compare with jsonpb unmarshaller, jsoniter does not use reflect, more efficient, less GC pressure. **Link to tracking Issue:** [#4986 ] **Testing:**...
**Describe the bug** After configuration is updated and `watch` is triggered, the collector health state will be stuck at `Starting` even tho the collector has started completely. **Steps to reproduce**...