Skip to content

Releases: F5Networks/f5-telemetry-streaming

v1.35.0

24 Feb 02:18
Compare
Choose a tag to compare

Updated the documentation for Telemetry Streaming v1.35.0
PLEASE NOTE: F5 BIG-IP Telemetry Streaming is in maintenance mode and is no longer in active development.
See the Document revision history for more information and links

This release contains the following changes:

  • Add Resource Monitor (controls.memoryMonitor)
  • Add Runtime configuration options (controls.runtime)
  • Fix Event Listener performance and memory usage improvements

v1.34.0

17 Jan 07:14
Compare
Choose a tag to compare

Updated the documentation for Telemetry Streaming v1.34.0.
PLEASE NOTE: F5 BIG-IP Telemetry Streaming is in maintenance mode and is no longer in active development.
See the Document revision history for more information and links

This release contains the following changes:

  • Update Event Listener to utilize memory and CPU more efficiently
  • Add more "build" related metadata to /info endpoint
  • Add 'verbose' logging to reduce amount of unnecessary log messages
  • Miscellaneous package updates

v1.33.0

23 Mar 20:40
Compare
Choose a tag to compare

Updated the documentation for Telemetry Streaming v1.33.0 LTS. This release contains the following changes. See the Document revision history for more information and links.

This release contains the following changes:

  • Added allowing user provided endpoints for the Azure consumers
  • Released Telemetry Streaming v1.33.0 as a LTS (Long Term Support) version. See the Telemetry Streaming Support information on GitHub for information about the Telemetry Streaming support policy.

v1.32.0

03 Oct 23:07
Compare
Choose a tag to compare

Updated the documentation for Telemetry Streaming v1.32.0. This release contains the following changes. See the Document revision history for more information and links.

  • DataDog: forward metric data additionally to the logs endpoint
  • Removed Beacon from documentation

v1.31.0

22 Aug 19:22
Compare
Choose a tag to compare

Updated the documentation for Telemetry Streaming v1.31.0. This release contains the following changes. See the Document revision history for more information and links.

  • Add gRPC exporter to OpenTelemetry_Exporter (experimental feature)
  • Add new performance stats - 'system.connectionsPerformance'
  • Generic_HTTP consumer should allow to tune transport options (experimental feature)
  • Add 'compressionType' option to Generic_HTTP consumer
  • DataDog consumer should support proxy configuration
  • DataDog consumer should split huge payload into smaller chunks according to API docs
  • DataDog consumer should allow to tune transport options (experimental feature)
  • Add OpenTelemetry_Exporter raw JSON output
  • Add secure connection settings to OpenTelemetry_Exporter (experimental feature)
  • DataDog consumer should send correct timestamp value
  • OpenTelemetry updated to version 0.31.0
  • Update npm packages (@grpc/proto-loader from 0.6.12 to 0.7.0, eventemitter2 from 6.4.5 to 6.4.7)
  • 'system.throughputPerformance' in System Poller's default output should match output example in "examples" directory
  • DataDog consumer should use API v2 for to send data

Issues Resolved

  • (GitHub #209) OpenTelemetry_Exporter should set correct 'timestamp'

v1.30.0

14 Jul 19:40
Compare
Choose a tag to compare

Updated the documentation for Telemetry Streaming v1.30.0. This release contains the following changes. See the Document revision history for more information and links.

  • Add support for numerical enums, enhance SNMP metrics processing (GitHub #207)
  • Created separate Azure Logs tables for pool members and removed that data from the pool tables.

v1.29.0

31 May 18:27
Compare
Choose a tag to compare

Updated the documentation for Telemetry Streaming v1.29.0. This release contains the following changes. See the Document revision history for more information and links.

  • Added support for querying SNMP using a custom endpoint
  • Added outputMode parameter to Generic HTTP consumer to support raw data output

Issues Resolved:

  • Metric Consumers should not fail when ‘null’ found in data
  • Prometheus consumer should ignore NaN values

v1.28.0

18 Apr 21:44
Compare
Choose a tag to compare

Updated the documentation for Telemetry Streaming v1.28.0. This release contains the following changes. See the Document revision history for more information and links.

  • Qkview should contain Declaration History file

Issues Resolved:

  • GitHub #191 : Increased number of messages in a single PutLogEvents command for AWS Logs consumer and added retry logic for InvalidSequenceTokenException

v1.27.1

18 Apr 21:40
Compare
Choose a tag to compare

Updated the documentation for Telemetry Streaming v1.27.1 LTS. This release contains the following changes. See the Document revision history for more information and links.

  • Released Telemetry Streaming v1.27.1 as a LTS (Long Term Support) version. See the Telemetry Streaming Support information on GitHub for information about the Telemetry Streaming support policy.

v1.27.0

08 Mar 23:52
Compare
Choose a tag to compare

Updated the documentation for Telemetry Streaming v1.27.0. This release contains the following changes. See the Document revision history for more information and links.

  • Telemetry Streaming now stores up to 30 of the most recent declarations
  • Verified support for ElasticSearch 8
  • Removed the experimental label from the OpenTelemetry Exporter consumer
  • Updated the DataDog consumer to use the v2 logs API
  • TS now closes the tracer by timeout when inactive

Issues Resolved:

  • Added additional sanitation to StatsD metric and tag naming, GitHub #184
  • RegEx catastrophic backtracking on attempt to mask secrets in JSON data
  • Added info about installed ASM attack signatures to output, GitHub #174