Lalit Kumar Bhasin

Results 443 comments of Lalit Kumar Bhasin

@gaochuang the fix is in the temporal storage for the observable aggregation, targeting to fix during this week and for the next release.

@gaochuang @zhchai - Sorry for all the confusion here. I had to revisit our implementation, and also see the behavior of other language implementations (JS, .Net) here. So, to summarize...

> if I want to avoid this behavior, how can I do it Ideally I won't advice using the process_name/pid as key's in the measurement attributes. Please read about the...

> Can we add a tool in cmake to make a all in one static library file on Linux and Mac, just like all in one dll on Windows? Good...

@Falmarri - The histogram buckets can be still configured using View API. Or let us know if you are looking for specific configuration from advisory API.

Yes, there are unit-tests for custom buckets - https://github.com/open-telemetry/opentelemetry-cpp/blob/fabd8cc2bc318cb47d5db7322ea9c8cd3f4b847a/sdk/test/metrics/histogram_test.cc#L78

@ashley-b This is documented here - https://opentelemetry.io/docs/instrumentation/cpp/manual/#create-observable-counter `` Create a Observable Counter Instrument from the Meter, and add a callback. The callback would be used to record the measurement during...

> I think that what is missing here, is cleanup in the ObservableInstrument destructor to remove back pointers from the registry, possibly printing a warning to complain about the missing...

> I will provide a code snipped if you need it. @ADDubovik Can you please provide this. As indicated by @owent, corner cases of GlobalLogHandler initialization and cleanup have been...

> Does this mean it is always recommended for the user to build with the same version of API and SDK? No. This actually means the SDK specific component (e.g....