Srikanth Chekuri
Srikanth Chekuri
@bigqi0812 You should notice that there is call to shutdown in the example which must ensure the sdk shuts down by dropping the any pending telemetry. The example doesn't get...
I ran the example myself and confirmed that it exits. While the logs generated by exporter are received by Handler and processor but then there is call to provider.shutdown which...
It takes about 70 seconds before exiting. Are you running the same example? Or do you have some different code? I did execute it again and I see it terminates.
It terminates with `BatchLogProcessor` since the logs are not sent as soon as they come and the code is non blocking i.e it reaches the `provider.shutdown()` which send the shutdown...
`export_timeout_millis` applies only for the call to final export but the retry mechanism is effective only when the original export fails. Currently there is no way to configure this. The...
Should this be in the metrics stable project?
> Thanks for all the comments, I will fix them. One thing though, I think I'm not going deep enough when splitting the metrics_data. I should apply the _max_export_batch_size to...
Then you will probably have to divide the batch based on data points.
Contrib SHA needs to be updated. It will be fixed in https://github.com/open-telemetry/opentelemetry-python/pull/2919
We have few examples created already here https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples/metrics/views