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

A demo system for exploring the tracing features of Promscale

Results 8 opentelemetry-demo issues
Sort by recently updated
recently updated
newest added

Configure Jaeger and the OTel Collector to enable [Jaeger SPM](https://www.jaegertracing.io/docs/1.35/spm/) experimental feature

In this, I'm adding a quick start guide to Promscale. This will contain the configuration required for both metrics and traces in Grafana. At the moment this repo is only...

Follow instructions here: https://github.com/timescale/opentelemetry-demo/blob/main/workshop.md ... $ docker compose up --detach ... $ docker ps ... Restarting (1) 30 seconds ago ... $ docker logs -f opentelemetry-demo-main-promscale-1 ``` level=info ts=2022-10-12T05:58:56.747Z caller=runner.go:80...

![image](https://user-images.githubusercontent.com/799021/195262820-4afdb750-9061-41e8-a248-363dfaa63059.png) Upper - generates lower symbols Lower - generates upper symbols Expected: vice-versa

https://github.com/timescale/opentelemetry-demo/blob/main/workshop.md#setup ![image](https://user-images.githubusercontent.com/799021/195260347-dc5259b0-03bd-41d8-be30-eb7e903ce6d2.png)

Seems there is a problem with auto instrumentation using the operator. File "/otel-auto-instrumentation/opentelemetry/sdk/_configuration/__init__.py", line 201, in _import_exporters for (exporter_name, exporter_impl,) in _import_config_components( File "/otel-auto-instrumentation/opentelemetry/sdk/_configuration/__init__.py", line 170, in _import_config_components raise RuntimeError(...

Currently there is a strange issue where traces don't make it into Promscale. It's to do with the version upgrade of the Operator - currently looking into it.