Skip to content

Releases: SumoLogic/sumologic-otel-collector

v0.0.38-beta.0

22 Oct 08:52
e00ef72
Compare
Choose a tag to compare
v0.0.38-beta.0 Pre-release
Pre-release

v0.0.38-beta.0

Changelog

  • chore(deps): bump opentelemetry-collector dependency to v0.37.0 by @pmalek-sumo in #321
  • feat(sumologicextension)!: add api base URL to credentials file path hash by @pmalek-sumo in #323

Note on changed schema of state files used by sumologicextension - #323

With this change the collector starts adding api_base_url to the state files storing collector credentials.

This means that from now on users can use different Sumo Logic deployments using the same keys and collector name and rely on the automatic deployment redirect mechanism that will detect which deployment do the used keys come from.

This has a consequence that first start of a collector which uses sumologicextension in its pipelines (with clobber left at default or set to true) will register again as new collector with the API. Any subsequent runs will work as expected and the collector will pick up the new state file with collector credentials.

Container images:

docker pull public.ecr.aws/sumologic/sumologic-otel-collector:0.0.38-beta.0

Full Changelog: v0.0.37-beta.0...v0.0.38-beta.0

v0.0.37-beta.0

15 Oct 13:21
ed2ebb3
Compare
Choose a tag to compare
v0.0.37-beta.0 Pre-release
Pre-release

v0.0.37-beta.0

Changelog

Full Changelog: v0.0.36-beta.0...v0.0.37-beta.0

Container images:

docker pull public.ecr.aws/sumologic/sumologic-otel-collector:0.0.37-beta.0

v0.0.36-beta.0

14 Oct 15:18
7db4d2e
Compare
Choose a tag to compare
v0.0.36-beta.0 Pre-release
Pre-release

v0.0.36-beta.0

Changelog

  • fix(k8sprocessor): prevent panic on shutdown by @pmalek-sumo in #314
  • feat(coreinternal): add support for pattern for hash and delete actions by @sumo-drosiek in #315
  • fix(routingprocessor): take into account all ResourceLogs, ResourceMetrics and ResourceSpans by @pmalek-sumo in #316

Full Changelog: v0.0.35-beta.0...v0.0.36-beta.0

Container images:

docker pull public.ecr.aws/sumologic/sumologic-otel-collector:0.0.36-beta.0

v0.0.35-beta.0

13 Oct 09:21
07bf0c8
Compare
Choose a tag to compare
v0.0.35-beta.0 Pre-release
Pre-release

v0.0.35-beta.0

Changelog

Full Changelog: v0.0.34-beta.0...v0.0.35-beta.0

Container images:

docker pull public.ecr.aws/sumologic/sumologic-otel-collector:0.0.35-beta.0

v0.0.34-beta.0

12 Oct 11:23
5b97f6e
Compare
Choose a tag to compare
v0.0.34-beta.0 Pre-release
Pre-release

v0.0.34-beta.0

Changelog

Full Changelog: v0.0.33-beta.0...v0.0.34-beta.0

Container images:

docker pull public.ecr.aws/sumologic/sumologic-otel-collector:0.0.34-beta.0

v0.0.33-beta.0

07 Oct 13:32
02e641f
Compare
Choose a tag to compare
v0.0.33-beta.0 Pre-release
Pre-release

v0.0.33-beta.0

Changelog:

  • fix(sumologicexporter): fix attribute translation for otlp logs (#293)
  • feat(sumologicextension): add redirect handling logic for collector registration (#290)
  • feat(otelcol): enable persistent queue (#291)
  • tests(integration): add config for metricfrequencyprocessor (#288)
  • ci: use correct sumo based modules paths (#289)
  • docs(sumologicextension): document api_base_url (#287)

Container images:

docker pull public.ecr.aws/sumologic/sumologic-otel-collector:0.0.33-beta.0

v0.0.32-beta.0

05 Oct 09:48
71b2df7
Compare
Choose a tag to compare
v0.0.32-beta.0 Pre-release
Pre-release

v0.0.32-beta.0

  • feat(routingprocessor): route on resource attributes (#279)
  • Metricfrequencyprocessor (#210)

v0.0.31-beta.0

04 Oct 15:02
840ab02
Compare
Choose a tag to compare
v0.0.31-beta.0 Pre-release
Pre-release

v0.0.31-beta.0

  • chore(deps): bump telegraf to 1.19.3-sumo-0 (#278)
  • chore: bump ot core version to 0.36.0 (#276) and (#277)
  • docs(sumologicexporter): use empty string not null to unset auth extension (#274)
  • feat(sumologicexporter): treat empty field as non-existent (#273)

v0.0.30-beta.0

29 Sep 13:30
Compare
Choose a tag to compare
v0.0.30-beta.0 Pre-release
Pre-release

v0.0.30-beta.0

  • refactor(sumologicexporter): don't change attributes in place when translating (#266)
  • docs(sourceprocessor): describe configuration options in Yaml format (#268)
  • docs(sourceprocessor): describe source host, source name annotations (#269)
  • feat(sourceprocessor)!: allow templating of source host field (#270)

v0.0.29-beta.0

28 Sep 12:55
Compare
Choose a tag to compare
v0.0.29-beta.0 Pre-release
Pre-release

v0.0.29-beta.0

  • feat(sourceprocessor): add support for container-level annotations (#260)
  • feat(sourceprocessor): add support for source category prefix and dash replacement annotations
  • feat(sumologicexporter): make source metadata attributes always available in source templates (#258)
  • feat(sourceprocessor)!: use plain attribute names in templates (#254)