Commit 05001b7
committed
telemetry: restrict driver_connection_params to proto-defined fields
Drop four Node-specific fields that aren't in the receiver's
`DriverConnectionParameters` proto schema:
- cloud_fetch_enabled
- lz4_enabled
- retry_max_attempts
- cloud_fetch_concurrent_downloads
These would be ignored at deserialization on the receiver side anyway.
Remaining block contains only proto-defined fields: `host_info`,
`http_path`, `enable_arrow`, `enable_direct_results`, `socket_timeout`,
`enable_metric_view_metadata`.
Co-authored-by: Isaac1 parent b10a592 commit 05001b7
1 file changed
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | 71 | | |
76 | 72 | | |
77 | 73 | | |
| |||
419 | 415 | | |
420 | 416 | | |
421 | 417 | | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | 418 | | |
427 | 419 | | |
428 | 420 | | |
| |||
0 commit comments