Releases: SumoLogic/sumologic-otel-collector
v0.0.38-beta.0
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
v0.0.37-beta.0
Changelog
- chore(deps): bump telegraf to 1.20.2-sumo-0 by @pmalek-sumo in #318
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
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
v0.0.35-beta.0
Changelog
- chore(deps): bump alpine to 3.14 by @pmalek-sumo in #308
- feat(otelcolbuilder): use filterprocessor with support for expr for logs by @sumo-drosiek in #309
- feat(ci): build and test container images on pull requests by @pmalek-sumo in #312
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
v0.0.34-beta.0
Changelog
- [sumologicexporter]: add flatten_body to json logs by @sumo-drosiek in #295
- feat: add jaegerreceiver by @pmalek-sumo in #299
- feat(routingprocessor): add routing on all signals by @pmalek-sumo in #302
- feat: add opencensusreceiver by @pmalek-sumo in #303
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
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
v0.0.31-beta.0
v0.0.30-beta.0
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
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)