Skip to content

Commit

Permalink
chore(sync-service): Expand the set of OT span attributes assigned in…
Browse files Browse the repository at this point in the history
… ServeShapePlug (#1736)

Part of #1664.
  • Loading branch information
alco authored Oct 2, 2024
1 parent eddef23 commit 841922d
Show file tree
Hide file tree
Showing 11 changed files with 259 additions and 125 deletions.
5 changes: 5 additions & 0 deletions .changeset/tasty-phones-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@core/sync-service": patch
---

Cover the processing of GET /shape with OpenTelemetry spans for improved observability.
1 change: 0 additions & 1 deletion packages/sync-service/lib/electric/plug/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ defmodule Electric.Plug.Router do
plug Electric.Plug.LabelProcessPlug
plug Plug.Telemetry, event_prefix: [:electric, :routing]
plug Plug.Logger
plug Plug.RequestId
plug :dispatch

match "/", via: [:get, :head], do: send_resp(conn, 200, "")
Expand Down
Loading

0 comments on commit 841922d

Please sign in to comment.