You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ArgoCD now support OpenTlemetry with grpc by parameter otlp-address. But users cannot set extra attributes. We propose adding a param otlp-attrs to support it.
Because some users may have some requirements, such as: add token, carry cluster information, etc.
Motivation
Please give examples of your use case, e.g. when would you use this.
Summary
ArgoCD now support OpenTlemetry with grpc by parameter
otlp-address
. But users cannot set extra attributes. We propose adding a paramotlp-attrs
to support it.Because some users may have some requirements, such as: add token, carry cluster information, etc.
Motivation
Please give examples of your use case, e.g. when would you use this.
Proposal
With this proposal, need do:
otlp-attrs
trace.InitTracer()
addotlpAttrs([]string)
param support.The text was updated successfully, but these errors were encountered: