From 9102b62a055544bb948a9856740a4e127959f4e0 Mon Sep 17 00:00:00 2001 From: Edgar Gonzalez Date: Mon, 17 Mar 2025 10:56:01 +0000 Subject: [PATCH 1/3] OpenTelemetry session 2025-03-21 --- src/sessions/2025-03-21.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/sessions/2025-03-21.md diff --git a/src/sessions/2025-03-21.md b/src/sessions/2025-03-21.md new file mode 100644 index 0000000..6de82da --- /dev/null +++ b/src/sessions/2025-03-21.md @@ -0,0 +1,24 @@ +--- +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/tests 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. + +We will use FsAutoComplete as an example and show how we can use OpenTelemetry to verify that the telemetry data emitted by the application is correct. + +## Champion + +- [Jimmy Byrd](https://github.com/TheAngryByrd) From d24c6855f79bb760dbbea37fcefe7d1ce78f75f0 Mon Sep 17 00:00:00 2001 From: Edgar Gonzalez Date: Mon, 17 Mar 2025 11:04:05 +0000 Subject: [PATCH 2/3] format --- src/sessions/2025-03-21.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/sessions/2025-03-21.md b/src/sessions/2025-03-21.md index 6de82da..d4b00d7 100644 --- a/src/sessions/2025-03-21.md +++ b/src/sessions/2025-03-21.md @@ -14,11 +14,10 @@ youtubeId: "" ## Topic -OpenTelemetry is a powerful tool for instrumenting your applications. It allows you to collect telemetry data from your applications/tests and send it to various backends for analysis. +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. -We will use FsAutoComplete as an example and show how we can use OpenTelemetry to verify that the telemetry data emitted by the application is correct. - ## Champion -- [Jimmy Byrd](https://github.com/TheAngryByrd) +- [Jimmy Byrd](https://github.com/TheAngryByrd) \ No newline at end of file From 519824ab4db8b63ea27eff42ae7f387f5cb15291 Mon Sep 17 00:00:00 2001 From: Edgar Gonzalez Date: Mon, 17 Mar 2025 11:37:34 +0000 Subject: [PATCH 3/3] format --- src/sessions/2025-03-21.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sessions/2025-03-21.md b/src/sessions/2025-03-21.md index d4b00d7..bf333ac 100644 --- a/src/sessions/2025-03-21.md +++ b/src/sessions/2025-03-21.md @@ -20,4 +20,4 @@ In this session, we will explore how to use OpenTelemetry in your test suite to ## Champion -- [Jimmy Byrd](https://github.com/TheAngryByrd) \ No newline at end of file +- [Jimmy Byrd](https://github.com/TheAngryByrd)