Riccardo Magliocchetti

Results 104 issues of Riccardo Magliocchetti

Evaluate the users of the context api to check that the callers of the `detach` function are passing a token that is not None. This can be checked by inspection...

bug

This is a tracking issue for the implementation of tracing for `Converse` and `InvokeModel` APIs and their respective streaming version. Big difference between the two APIs is that converse is...

feature-request

### What problem do you want to solve? Some system metrics captured in system-metrics instrumentations are out of spec. ### Describe the solution you'd like System metrics following the semantic...

feature-request

# Description Fixes # (issue) ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ]...

# Description We would like being able to use a specific user agent on our distro in order to discriminate OTLP traffic from our distro and upstream. At the moment...

Helpers that creates metrics should have knowledge of the preferred bucket boundaries otherwise they do more harm than good when used. Two that comes to mind are `create_http_server_request_duration` and `create_http_client_request_duration`....

### What happened? We recently fixed a recursion error in logging (#4255) switching a call from logging to warnings. We need to audit for this kind of issues to other...

bug
logging

We have in comments and in code wrong example of Resource construction. The final resource sent to tracers, meters and loggers should be created with Resource.create and not by instantiating...

good first issue

With python 3.8 on windows on a branch on top of e5a93079d173c5385d37085db6339d3bccc54736: ``` ______ TestConcurrentMultiSpanProcessor.test_force_flush_late_by_timeout ______ self = @mark.skipif( python_implementation() == "PyPy" and system() == "Windows", reason="This test randomly fails...

``` =================================== FAILURES =================================== _____________ TestOTLPExporterMixin.test_shutdown_wait_last_export _____________ self = def test_shutdown_wait_last_export(self): result_mock = Mock() rpc_error = RpcError() def code(self): return StatusCode.UNAVAILABLE def trailing_metadata(self): return { "google.rpc.retryinfo-bin": RetryInfo( retry_delay=Duration(nanos=int(1e7)) ).SerializeToString() }...