The format is based on Keep a Changelog.
- Upgrade splunk-otel-collector image to 0.31.0 (#183)
- Set more frequent checks for memory_limiter (#178)
- Make Fluentd init container image variable (#182)
- All missing attributes are added to prometheus metrics reported by gateway and k8s-cluster-receiver collector deployments (#170)
- Fix pod affinity setting (#181)
- Fix generation of service.name log attribute in istio environment (#176)
- Change internal metrics port from 8888 to 8889 (#172)
- Upgrade splunk-otel-collector image version to 0.29.0 (#174)
- Add Istio specific configurations (#171)
- Enable OTLP receiver in logs pipeline (#167)
- BREAKING: Remove SAPM receiver from default config (#168)
- Upgrade splunk-otel-collector image to 0.28.1 (#166)
- Upgrade splunk-otel-collector image to 0.28.0 (#164)
- BREAKING CHANGE: Auto-detection of prometheus metrics is disabled by default (#163). See Upgrade guideline
- Fix container runtime detection when metrics pipeline disabled (#161)
- Add an option to add extra labels to pods (#158)
- Add an option to add extra annotations to deployments, daemonset, pods and service account (#158)
- Add an option to mount extra volumes to gateway-mode and k8s cluster receiver collectors (#157)
- Automatically detect container runtime using initContainers and apply relevant parsing config instead of asking user to specify criTimeFormat. This is an important change to enable smooth transition from deprecated docker to containerd runtime (#154)
- Add an option to mount extra volumes using
otelAgent.extraVolumes
andotelAgent.extraVolumeMounts
(#151)
- Add signalfx metrics receiver to the agent (#136)
- fluentd logs are now sent through the collector instead of being sent directly to the backend (#109)
- Logs are sent through the OpenTelemetry Agent on the local node by default.
otelAgent.enabled
value must be set totrue
when using logs (#127) otelAgent.ports
andotelCollector.ports
are selectively enabled depending on what telemetry types are enabled withmetricsEnabled
,tracesEnabled
, andlogsEnabled
- Removed setting
host.name
through theresource
processor as it is already set by theresourcedetection/system
processor - Upgraded to Splunk OpenTelemetry Connector 0.26.0
- Kubernetes cluster metrics now have a dimension
receiver:k8scluster
to ensure that MTS do not conflict with Kubernetes metrics sent by Smart Agent for the same cluster. (#134)
- Removed
ingestHost
,ingestPort
,ingestProtocol
, useingestUrl
instead (#123) - Removed
logsBackend
, configuresplunk_hec
exporter directly (#123) - Removed
splunk.com/index
annotation for logs (#123) - Removed
fluentd.config.indexFields
as all fields sent are indexed (#123) - Removed
fluentforward
receiver from gateway (#127) - Removed
service.ports
, sourced fromotelCollector.ports
instead (#140)
- Upgrade splunk-otel-collector docker image to 0.25.0 (#131)
- Pre-rendered manifests can be found in rendered directory
- Remove internal fluentd metrics sent as logs with monitor_agent. Prometheus metrics exposed on 0.0.0.0:24231 should be used instead (#122)
- Fix logs collection configuration for CRI-O / containerd runtimes (#120)
- Change the way to configure "concat" filter for container logs (#117)
- Disable fluentd metrics collection by default (#108)
- Change OTLP port from deprecated 55680 to default 4317 (#103)
- Open port for signalfx-forwarder on the agent (#106)
- Fix traces enrichment with k8s metadata (#102)
- Switch to stable Splunk OTel Collector image 0.24.3 (#100)
- Enable smartagent/signalfx-forwarder in the default agent trace pipeline (#98)
- Enable batch processor in the default metrics pipelines (#90)
- Ensure all metrics and traces are routed through the gateway deployment if it's enabled (#96)
- Add an option to set extra environment variables (#91)
- Fix resource attribute in the default traces pipeline (#88)
- Add metric_source:kubernetes for all k8s cluster metrics (#89)
- Fix host.name attribute in logs (#87)
- Add host.name attribute to logs (#86)
- Remove deprecated opencensus receiver (#85)
- Upgrade image to 0.24.0 version (#84)
- Add system detector to default metrics and traces pipelines (#84)