diff --git a/src/sessions/2025-03-21.md b/src/sessions/2025-03-21.md new file mode 100644 index 0000000..bf333ac --- /dev/null +++ b/src/sessions/2025-03-21.md @@ -0,0 +1,23 @@ +--- +title: "OpenTelemetry in your test suite" +preview: "OpenTelemetry" +isDraft: true +date: 2025-03-21T14:00:00.000Z +id: "2025/03/21" +champion: "Jimmy Byrd" +zoomLink: "https://us06web.zoom.us/j/83450528920?pwd=InXPB9Ni0h4SbbKI7Acp0C5b3jXjwJ.1" +zoomPasscode: "otel" +issueLink: "https://github.com/ionide/FsAutoComplete/pull/1341" +company: "Motivity" +youtubeId: "" +--- + +## Topic + +OpenTelemetry is a powerful tool for instrumenting your applications. +It allows you to collect telemetry data from your applications and send it to various backends for analysis. +In this session, we will explore how to use OpenTelemetry in your test suite to verify that your application is emitting the correct telemetry data. + +## Champion + +- [Jimmy Byrd](https://github.com/TheAngryByrd)