Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

34 lines (25 loc) · 1.93 KB

Changelog

v0.113.7

  • adding without_entity to SolarWinds Extension configuration, so users can opt out of collector entity creation.
  • tagging all signals with entity_creation attribute, except when without_entity is set on SolarWinds Extension.

v0.113.6

  • Mark all outgoing telemetry from the SolarWinds Exporter with an attribute storing the collector name (sw.otelcol.collector.name) as it is configured in the SolarWinds Extension.
  • The uptime metric used to signal heartbeat is now decorated with sw.otelcol.collector.version which contains collector version

v0.113.5

Tags released docker images with latest tag.

v0.113.4

Adds optional resource configuration parameter for SolarWinds Extension.

v0.113.3

Removes insecure testing configuration parameter for SolarWinds Extension.

v0.113.2

Fixes OTLP port number used for exporting telemetry.

v0.113.1

Adds SolarWinds Extension. The SolarWinds Exporter is now dependent on the extension.

v0.113.0

Initial version of SolarWinds OpenTelemetry Collector. The collector provides all available components (receivers, processors, exporters, connectors, providers) from opentelemetry-collector (version v0.113.0) and opentelemetry-collector-contrib (version v0.113.0).

Additional details:

  • solarwindsexporter has been added to easily integrate with SolarWinds Observability SaaS. Please read its documentation to learn more.