Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Add an option to disable streaming span writer
Browse files Browse the repository at this point in the history
Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com>
  • Loading branch information
arajkumar committed Sep 17, 2022
1 parent 4b61d1f commit a874bcd
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 22 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -15,14 +15,16 @@ We use the following categories for changes:

### Added
- prom-migrator: Support for passing custom HTTP headers via command line arguments for both
reader and writer [#1020].
reader and writer [#1020]
- Run timescaledb-tune with the promscale profile [#1615]
- Propagate the context from received HTTP read requests downstream to database
requests [#1205]
- Add cmd flag `web.auth.ignore-path` to skip http paths from authentication [#1637]
- Add cmd flag `tracing.streaming-span-writer` to enable/disable streaming span writer. It is enabled by default. [#1633].

### Changed
- Log throughput in the same line for samples, spans and metric metadata [#1643]
- Enable tracing.async-acks by default [#1633]

### Fixed
- Do not collect telemetry if `timescaledb.telemetry_level=off` [#1612]
Expand Down

0 comments on commit a874bcd

Please sign in to comment.