Skip to content

Commit

Permalink
Added release note about OpenTelemetry
Browse files Browse the repository at this point in the history
In particular, highlighting that it is not "phone home" telemetry.
  • Loading branch information
justinsb committed Nov 18, 2023
1 parent 824e4d4 commit 364b3a7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/releases/1.29-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ This is a document to gather the release notes prior to the release.

# Significant changes

## Initial OpenTelemetry Support

We are starting to add (experimental) support for OpenTelemetry,
in particular Tracing support. Setting `OTEL_EXPORTER_OTLP_TRACES_FILE`
will write a trace file which can then be read by the traceserver program.
More information and options are described in [docs/opentelemetry.md](/docs/opentelemetry.md).
The tracing data is not expected to be particularly useful for end-users in
this release; the (non-standard) recording approach is instead intended to
work well with our Prow end-to-end testing system so that developers can
optimize kOps.

Please note: this is *not* telemetry in the "phone-home" sense.
The kOps project does not collect data from your machine. As an
open-source project we do not even want to collect any of your data.
Currently the only OpenTelemetry backend supported is writing to a
filesystem (and it is opt-in). In future you will be able to configure
other OpenTelemetry backends, but this data will only be sent if
you enable OpenTelemetry, and only sent to where you configure.

## AWS

* Network Load Balancers in front of the Kubernetes API and bastion hosts now
Expand Down

0 comments on commit 364b3a7

Please sign in to comment.