Skip to content

Commit 99d2499

Browse files
committed
Move tracing setup to action
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
1 parent e184613 commit 99d2499

12 files changed

Lines changed: 158277 additions & 54 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
inputs:
2+
artifact-name:
3+
description: Name to use when uploading tracing artifacts
4+
required: true
5+
outputs:
6+
tracing-id:
7+
description: ID of the running otel collector container
8+
9+
name: setup-tracing
10+
runs:
11+
using: node24
12+
main: dist/main/index.js
13+
post: dist/post/index.js

0 commit comments

Comments
 (0)