influxdb/influxdb3_telemetry
Praveen Kumar 8ffe1cbd47
feat: allow telemetry endpoint to be passed in
Allow the endpoint for telemetry to be passed in via the cli args, e.g

```
--telemetry-endpoint "https://somehost/test/"
```

and the actual endpoint always appends `v3` to it. So, above URL becomes
"https://somehost/test/v3"
2024-10-18 10:44:42 +01:00
..
proptest-regressions feat(telemetry): adds reads and writes () 2024-10-01 18:34:00 +01:00
src feat: allow telemetry endpoint to be passed in 2024-10-18 10:44:42 +01:00
Cargo.toml refactor: udpate docs and tests for the telemetry crate () 2024-10-08 15:45:13 +01:00