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
{{ message }}
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
The OC Agent has defined a grpc Config stream in their proto, which is used to push configuration changes (sample policy, etc) from the agent to a client. This allows for a centralized configuration.
The definition of the features is currently only defined in the trace_service.proto.
The logic fits inside the package/opencensus-exporter-ocagent library, which is already using the grpc Export call.
The OC Agent has defined a grpc
Config
stream in their proto, which is used to push configuration changes (sample policy, etc) from the agent to a client. This allows for a centralized configuration.The definition of the features is currently only defined in the
trace_service.proto
.The logic fits inside the
package/opencensus-exporter-ocagent
library, which is already using the grpcExport
call.A rough, non-working implementation was included in commit
c2764ae6c18a6ff3cefc9a9738ea53f4e7e5af07
and removed in commit471470592e45a28f25bc061bb8161ab540936448
for reference.The text was updated successfully, but these errors were encountered: