opentelemetry-python icon indicating copy to clipboard operation
opentelemetry-python copied to clipboard

OpenTelemetry Python API and SDK

Results 403 opentelemetry-python issues
Sort by recently updated
recently updated
newest added

# Description Adds a OTLP HTTP/JSON exporter. Currently only exports trace data, but can be expanded to add metrics and logs too. Fixes #1003 NOTE: I've created as a draft...

# Summary Setting up multiple metrics readers like this: ```py mprovider = MeterProvider(resource=resource, metric_readers=[console_metric_reader, otlp_metric_reader]) ``` causes a deadlock. ## Caveat It happens rarely, so this may not be tremendously...

bug

**Describe your environment** Current `main` branch of this project. **Steps to reproduce** run `mypy` on a file with the following content ```python from opentelemetry.sdk.resources import Resource d = {"service.name": "foo"}...

bug

# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....

I'm using open telemetry to track http calls and dependencies into Azure Application Insights, specially to Azure OpenAI service. After upgrading openai python library from 0.28.1 to 1.2.4, dependency calls...

bug

### Description Currently, opentelemetry-api 1.21.0 depends on importlib-metadata=6.0. Please add support for importlib-metadata ≥7.0.

bug

**Describe your environment** - opentelemetry-exporter-prometheus==1.12.0rc1 - opentelemetry-sdk==1.19.0 - opentelemetry-api==1.19.0 - Python 3.11.0 **Steps to reproduce** ```python from opentelemetry import metrics test_counter = metrics.get_meter("module").create_counter('test_counter', description='counter used for testing') test_counter.add(1, {'location': 'here',...

bug

We are trying to update the config.yaml of edge device configuration as below to integrate the OTLP metrics collector to export the logs to Azure Monitor which is giving us...

bug

Hi, I instrumented my Flask app as you can see below (2nd code), using the automatic instrumentation and pushing the metrics to an AWS Managed Prometheus service. The setup works,...

https://github.com/open-telemetry/opentelemetry-python/discussions/3596#discussioncomment-7928509 cc @srikanthccv