Skip to content

Commit

Permalink
added opentelemetry to plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
memeToasty committed Sep 30, 2023
1 parent 58d0d76 commit 87b69da
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/services/carddeck/plugins.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ package main

import (
_ "github.com/go-micro/plugins/v4/registry/kubernetes"
_ "github.com/go-micro/plugins/v4/wrapper/trace/opentelemetry"
)
1 change: 1 addition & 0 deletions backend/services/collaboration/plugins.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ package main

import (
_ "github.com/go-micro/plugins/v4/registry/kubernetes"
_ "github.com/go-micro/plugins/v4/wrapper/trace/opentelemetry"
)
1 change: 1 addition & 0 deletions backend/services/frontend/plugins.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ package main

import (
_ "github.com/go-micro/plugins/v4/registry/kubernetes"
_ "github.com/go-micro/plugins/v4/wrapper/trace/opentelemetry"
)
1 change: 1 addition & 0 deletions backend/services/srs/plugins.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ package main

import (
_ "github.com/go-micro/plugins/v4/registry/kubernetes"
_ "github.com/go-micro/plugins/v4/wrapper/trace/opentelemetry"
)
1 change: 1 addition & 0 deletions backend/services/user/plugins.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ package main

import (
_ "github.com/go-micro/plugins/v4/registry/kubernetes"
_ "github.com/go-micro/plugins/v4/wrapper/trace/opentelemetry"
)

0 comments on commit 87b69da

Please sign in to comment.