getsentry / opentelemetry-demo

OpenTelemetry Community Demo Application
Apache License 2.0
9 stars 0 forks source link

OTEL Services in Sandbox #74

Closed smeubank closed 1 year ago

smeubank commented 1 year ago

Feature Request

We would like for customers to be able to see services instrumented with OTel and Sentry SDKs in our Sandbox

Is your feature request related to a problem?

Easier visibility of product value proposition

Describe the solution you'd like:

https://github.com/getsentry/demo/blob/master/sentrydemo/data_population.py#L1021-L1061

Include all OTel demo services, with 2 stages examples, of txns,traces, errors, and replays

Additional Context

This populate_generic_transaction reads data from a file and creates events with this data. So we can create a file with otel events and fill it in.

we get transactions + errors into the sandbox by taking a JSON of the transaction and creating it in the Sandbox (not actually having code that triggers issues or transactions, here is the code that is run https://github.com/getsentry/demo/blob/master/sentrydemo/data_population.py#L1021-L1061

smeubank commented 1 year ago

@roggenkemper @tonyo to avoid losing things to slack threads we can move discussions here

tonyo commented 1 year ago

The first objective is to take an existing good-looking trace from the OTel demo org, and be able to create a few copies of the same trace in the sandbox.

Talked to @roggenkemper last week (🙏 🙏 ), so I think I now have enough inputs to implement that.

image