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 global default sampler used to make decisions on span sampling.
oneofsampler {
ProbabilitySamplerprobability_sampler=1;
ConstantSamplerconstant_sampler=2;
RateLimitingSamplerrate_limiting_sampler=3;
}
// The global default max number of attributes per span.
int64max_number_of_attributes=4;
// The global default max number of annotation events per span.
int64max_number_of_annotations=5;
// The global default max number of message events per span.
int64max_number_of_message_events=6;
// The global default max number of link entries per span.
int64max_number_of_links=7;
}
Depending on a version filed in UpdatedLibraryConfig, Oc Agent will determine whether to send a UpdatedLibraryConfig back easily.
On library side, it's also helpful to determine whether they need to update the current libary config in there memory according to the Config response - UpdatedLibraryConfig.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please add a version field to TraceConfig :
opencensus-proto/src/opencensus/proto/trace/v1/trace_config.proto
Lines 29 to 51 in 26aa36c
Depending on a version filed in UpdatedLibraryConfig, Oc Agent will determine whether to send a UpdatedLibraryConfig back easily.
On library side, it's also helpful to determine whether they need to update the current libary config in there memory according to the Config response - UpdatedLibraryConfig.
The text was updated successfully, but these errors were encountered: