Releases: lumigo-io/opentelemetry-collector-contrib
Releases · lumigo-io/opentelemetry-collector-contrib
v0.71.0-lumigo5
feat: feat: add Kubernetes Event Enhancer Processor to annotate events with rootOwnerReference
v0.71.0-lumigo4
fix: lookup the resourceVersion using the right dynamicInterface
v0.71.0-lumigo3
fix: disable broken snmp receiver test
v0.71.0-lumigo2
feat: add k8sobjectsreceiver to the distro
v0.71.0-lumigo1
- upgrade baseline to v0.71.0
- implement support for
lumigo-auth
in exporters
We've got all the Kubes!
Build k8sattributesprocessor
, headers_setter
and k8seventsreceiver
in the Lumigo OpenTelemetry Collector, which we need in the upcoming Lumigo Kubernetes Operator!
v0.60.2
RD-8917-otel-secret-masking
v0.60.1
Includes redaction by key processor
Rebase on v0.60.0, tailor built-in capabilities with OCB
Rebase on v0.60.0.
Use the OpenTelemetry Collector Builder (OCB) to compile all and only the following capabilities.
Receivers:
- otlp
Processors:
- batchprocessor
- redactionprocessor
- resourceprocessor
- transformprocessor
Exporters:
- awskinesisexporter
- loggingexporter
Extensions:
- lumigoauthextension
- healthcheckextension
LumigoAuth v1
Introduce an extension called lumigoauth
that ensures that HTTP requests processed by the associated receivers come in with an Authentication: LumigoToken <token>
header, and make the value of the token available in the auth
context for later processing.