Skip to content

Commit

Permalink
upgrade to otel-collector 0.111.0
Browse files Browse the repository at this point in the history
- builder now requires a providers section. Only adding the env and file
  providers for now. I don't think we're using the env provider but the
  collector won't start without it.

Some things I noticed reading the collector release notes:
- fileprovider is now marked as stable, which is nice
- collector metrics are getting some work, using "items" as an aggregate
  term for logs/metrics/spans
- metric names have added otelcol_ prefix, I think this was already the
  case for prometheus and is just a change for internal metrics.
- go 1.23 is now supported, we should upgrade sometime soon
- otlp exporter now has batching built in. This provides some
  improvements over the batch processor
  • Loading branch information
mkocher authored and ctlong committed Oct 16, 2024
1 parent f2d57f4 commit 863a9f9
Show file tree
Hide file tree
Showing 2,856 changed files with 543,704 additions and 66,060 deletions.
2 changes: 1 addition & 1 deletion scripts/regenerate-otel-collector-distribution
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euxo pipefail

release_dir="$(dirname "$0")/.."

rm -r "${release_dir}/src/otel-collector"
rm -rf "${release_dir}/src/otel-collector"

pushd "${release_dir}/src/otel-collector-builder"
go run go.opentelemetry.io/collector/cmd/builder --skip-compilation --config=config.yaml
Expand Down
208 changes: 118 additions & 90 deletions src/integration/go.mod

Large diffs are not rendered by default.

644 changes: 316 additions & 328 deletions src/integration/go.sum

Large diffs are not rendered by default.

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

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

32 changes: 32 additions & 0 deletions src/integration/vendor/github.com/antchfx/xmlquery/.gitignore

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

17 changes: 17 additions & 0 deletions src/integration/vendor/github.com/antchfx/xmlquery/LICENSE

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

Loading

0 comments on commit 863a9f9

Please sign in to comment.