Mayur Kale
Mayur Kale
Any update here?
@bogdandrutu @SergeyKanzhelev PTAL once you have time.
@bogdandrutu Implementation should provide a way to set global attributes during any exporter register process and provide a way to override/skip default attributes per-span (something like skipGlobalAttributes(true):java)
> Question: how do we define and deal with start time with cumulative APIs? Do we set the start time when creating a cumulative and reset it to the time...
Looks like we already have a logic to sanitize the metadata value for the zone. The original value has the following format: ```projects/[NUMERIC_PROJECT_ID]/zones/[ZONE]. ``` https://github.com/census-instrumentation/opencensus-java/blob/master/contrib/monitored_resource_util/src/main/java/io/opencensus/contrib/monitoredresource/util/GcpMetadataConfig.java#L51-L53 -> with this it will...
> What version did the user used when the problem happened? opencensus-java 0.18.0 Edit: when running a docker image within k8s on GCP.
@draffensperger @obecny would like to get your expertise on this.
I agree with @bg451's approach. Only thing is if they measure type is `Long ` (or Long typed `Measure`/`Measurement`.) and provided value with decimals, SDK should either throw an exception...
Maybe something like this? ```js export interface PluginConfig { enabled?: boolean; path?: string; config?: HTTPConfig | gRPCConfig | DbConfig } export interface HTTPConfig { ignoreIncomingPaths?: IgnoreMatcher[]; ignoreOutgoingUrls?: IgnoreMatcher[]; applyCustomAttributesOnSpan?: HttpCustomAttributeFunction;...
/cc @mluggy Please review.