Skip to content

Commit 8813df4

Browse files
committed
Added post for StirTrek conference
1 parent f3c6773 commit 8813df4

File tree

1 file changed

+29
-0
lines changed
  • src/ProgrammerAl.Site.Content/Posts/20250502_StirTrek2025

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Title: StirTrek 2025
2+
Published: 2025/05/02
3+
Tags:
4+
5+
- Conference
6+
- OpenTelemetry
7+
8+
Presentations:
9+
- Id: 1
10+
SlidesRootUrl: https://raw.githubusercontent.com/ProgrammerAL/Presentations-2025/main/stir-trek
11+
12+
---
13+
14+
## StirTrek Conference 2025
15+
16+
StirTrek is a yearly, one-day software conference for developers, hosted in Columbus Ohio. The 2025 conference was held on May 2nd. https://stirtrek.com/
17+
18+
## Session: Intro to OpenTelemetry for Developers
19+
20+
<div class="post-multiple-links-div">
21+
<a class="post-session-content-link" target="_blank" href="https://github.com/ProgrammerAL/Presentations-2025/tree/main/stir-trek">View Session Content on GitHub</a>
22+
<a class="post-view-session-content-link" href="/posts/20250502_StirTrek2025/slides/1">View Slides in Browser</a>
23+
</div>
24+
25+
__Session Abstract__:
26+
OpenTelemetry (OTel) is a vendor-neutral, open standard for observing distributed applications. With OTel, you can trace individual requests and view specific metrics about the system's current state. It's like a superset of traditional logging and can be used with or instead of log statements.
27+
28+
In this session, we'll review the basics of OpenTelemetry, discuss why you should consider using it, and see a demo of using it across backend services.
29+

0 commit comments

Comments
 (0)