mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-24 03:59:49 +02:00
new tracing system
This commit is contained in:
parent
b87d940d11
commit
a6f43f3c3c
127 changed files with 7509 additions and 1454 deletions
13
internal/telemetry/trace/main_test.go
Normal file
13
internal/telemetry/trace/main_test.go
Normal file
|
@ -0,0 +1,13 @@
|
|||
package trace_test
|
||||
|
||||
import (
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
"github.com/pomerium/pomerium/internal/telemetry/trace"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
trace.UseGlobalPanicTracer()
|
||||
os.Exit(m.Run())
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue