Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions src/sessions/2025-03-21.md
Original file line number Diff line number Diff line change
@@ -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)