Skip to content

Commit 93bbf9d

Browse files
BohuTANGclaude
andauthored
feat(telemetry): add meta endpoints information to telemetry data (#18591)
- Add 'endpoints' field to meta_config section in telemetry payload - Provides visibility into configured meta service endpoints for operational monitoring - Follows existing telemetry structure without breaking changes 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <[email protected]>
1 parent 4e4bd5c commit 93bbf9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/query/service/src/clusters/cluster.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,7 @@ impl ClusterDiscovery {
810810
"meta_embedded": cfg.meta.embedded_dir.is_empty(),
811811
"meta_client_timeout": cfg.meta.client_timeout_in_second,
812812
"rpc_client_timeout_secs": cfg.query.rpc_client_timeout_secs,
813+
"endpoints": cfg.meta.endpoints,
813814
},
814815
"license": license_info,
815816
"cluster_nodes": {

0 commit comments

Comments
 (0)