Skip to content

Commit

Permalink
Add image
Browse files Browse the repository at this point in the history
  • Loading branch information
ptoffy committed Dec 16, 2024
1 parent fe588dd commit cefabdb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
13 changes: 10 additions & 3 deletions Content/posts/otel-integration.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
date: 2024-12-16 14:00
description: Getting started with Vapor 4 and OpenTelemetry
tags: vapor, otel, prometheus, grafana
image: /static/images/posts/otel-integration.svg
author: Paul
authorImageURL: /author-images/paul.jpg
---

# Instrumenting Vapor 4 with Swift OTel

## Observability
Expand All @@ -14,9 +23,7 @@ In more practical terms, observability is made up of

Before starting, let's give a small overview of our end goal. In Vapor 4, logging is automatic, and this post's aim is to add metrics collection to our system, but collecting tracing data is not much different.

![Blank diagram](/Users/pt/Downloads/Blank diagram.svg)


![Vapor OTel Architecture](/static/images/posts/otel-integration.svg)

As you can see here there's a bunch of things going on, but we'll get into each of them.

Expand Down
Loading

0 comments on commit cefabdb

Please sign in to comment.