Update telemetry configuration

Partially updates the telemetry configuration. Only categories explicitly set in the request body are changed; omitted categories retain their current settings. Returns 404 if telemetry is not configured. Setting every configurable category to enabled: false clears the configuration.

patch/telemetry

Request body

Response

Telemetry configuration updated

seqinteger required

Process-monotonic sequence number of the last published event. Does not reset across configuration changes.

dropped_eventsinteger

Cumulative number of buffered events a consumer missed because it fell behind the ring, summed across consumers and configuration changes. A rising count means the stream is being produced faster than it is being read; a steady one means nothing has been lost. Always present on images that report it; absent on an image predating the field, which is not the same as zero.

applied_atstring date-time

Wall-clock time at which the current configuration was applied. Omitted when telemetry is not configured.

Changes