Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement OpenTelemetry tracer #335

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Implement OpenTelemetry tracer #335

wants to merge 8 commits into from

Conversation

Fank
Copy link
Collaborator

@Fank Fank commented Nov 8, 2024

  • create otel.go for each module
  • use correct span naming convention
  • add span to each function
  • validate each tracer span

Fixes #334

@Fank Fank self-assigned this Nov 8, 2024
@Fank Fank changed the title Autogenerate opentelemetry tracer Implement OpenTelemetry tracer Nov 8, 2024
Took 7 minutes
@@ -0,0 +1,12 @@
package admin

Check warning

Code scanning / Revive (reported by Codacy)

should have a package comment

should have a package comment
@@ -0,0 +1,12 @@
package assets

Check warning

Code scanning / Revive (reported by Codacy)

should have a package comment

should have a package comment
@@ -0,0 +1,12 @@
package bitbucket

Check warning

Code scanning / Revive (reported by Codacy)

should have a package comment

should have a package comment
@@ -0,0 +1,12 @@
package confluence

Check warning

Code scanning / Revive (reported by Codacy)

should have a package comment

should have a package comment
@@ -0,0 +1,12 @@
package agile

Check warning

Code scanning / Revive (reported by Codacy)

should have a package comment

should have a package comment
@@ -0,0 +1,12 @@
package internal

Check warning

Code scanning / Revive (reported by Codacy)

should have a package comment

should have a package comment
@@ -0,0 +1,12 @@
package sm

Check warning

Code scanning / Revive (reported by Codacy)

should have a package comment

should have a package comment
@@ -0,0 +1,12 @@
package v2

Check warning

Code scanning / Revive (reported by Codacy)

should have a package comment

should have a package comment
@@ -0,0 +1,12 @@
package v3

Check warning

Code scanning / Revive (reported by Codacy)

should have a package comment

should have a package comment
@@ -0,0 +1,12 @@
package internal

Check warning

Code scanning / Revive (reported by Codacy)

should have a package comment

should have a package comment
@@ -0,0 +1,12 @@
package internal

Check warning

Code scanning / Revive (reported by Codacy)

should have a package comment

should have a package comment
@@ -0,0 +1,12 @@
package internal

Check warning

Code scanning / Revive (reported by Codacy)

should have a package comment

should have a package comment
@@ -0,0 +1,12 @@
package internal

Check warning

Code scanning / Revive (reported by Codacy)

should have a package comment

should have a package comment
@@ -0,0 +1,12 @@
package confluence

Check warning

Code scanning / Revive (reported by Codacy)

should have a package comment

should have a package comment
@@ -0,0 +1,12 @@
package internal

Check warning

Code scanning / Revive (reported by Codacy)

should have a package comment

should have a package comment
Took 6 minutes
Took 4 minutes
Took 4 minutes
@@ -0,0 +1,12 @@
package internal

Check warning

Code scanning / Revive (reported by Codacy)

should have a package comment

should have a package comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support OpenTelemetry
1 participant