influxdb/influxdb3
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
..
src feat: allow telemetry endpoint to be passed in 2024-10-18 10:44:42 +01:00
tests/server feat(telemetry): adds reads and writes (#25409) 2024-10-01 18:34:00 +01:00
Cargo.toml feat(telemetry): adds reads and writes (#25409) 2024-10-01 18:34:00 +01:00