grafana / otel-profiling-python

Apache License 2.0
1 stars 1 forks source link

SyntaxError: invalid syntax on import of pyroscope-otel #2

Open jmortley opened 2 months ago

jmortley commented 2 months ago

I am testing out python3 otel + grafana alloy. My system is ubuntu but I am using a python 3.8.10 venv. I cannot import pyroscope-otel. I've tried on a gcp vm as well using system python 3.8.10 with same issue.

Screenshot 2024-05-04 190615

jmortley commented 2 months ago

from pyroscope import otel test = otel.PyroscopeSpanProcessor() seems to be how it should potentially be imported?