wearefrank / ladybug

Enable users of your application to debug and test it
Apache License 2.0
13 stars 8 forks source link

Collect telemetry #258

Closed ricklue closed 1 month ago

ricklue commented 3 months ago

Created an API to gather telemetry data from OpenTelemetry (https://opentelemetry.io/). When code is instrumented with the OpenTelemetry library, it is possible to use the endpoint from this API to gather it in Ladybug.

jacodg commented 1 month ago

Can you add info to the README about Ladybug being able to receive OpenTelemetry data? And maybe an example of how to send information to Ladybug using the new API endpoint?