milvus-io / milvus

A cloud-native vector database, storage for next generation AI applications
https://milvus.io
Apache License 2.0
31.02k stars 2.95k forks source link

[Feature]: Allow dynamically change trace config #31940

Open LoveEachDay opened 7 months ago

LoveEachDay commented 7 months ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe.

Milvus 2.3 supports trace using OpenTelemetry, which is great way to analyze the performance and behavior for milvus running instances. By default milvus will initialize trace client at milvus startup, we'd like to dynamically change trace configs at runtime.

Describe the solution you'd like.

Milvus will watch the trace configs, and dynamically change the trace config.

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

LoveEachDay commented 7 months ago

/assign @tedxu

aoiasd commented 7 months ago

/assign