-
Notifications
You must be signed in to change notification settings - Fork 410
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
Setup OpenTelemetry exporter for FerretDB #4380
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4380 +/- ##
==========================================
- Coverage 74.19% 73.90% -0.29%
==========================================
Files 323 323
Lines 22419 22447 +28
==========================================
- Hits 16634 16590 -44
- Misses 4568 4635 +67
- Partials 1217 1222 +5
... and 9 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
cmd/ferretdb/main.go
Outdated
@@ -125,6 +126,14 @@ var cli struct { | |||
Package string `default:"" help:"Telemetry: custom package type."` | |||
} `embed:"" prefix:"telemetry-"` | |||
} `embed:"" prefix:"test-"` | |||
|
|||
OTEL struct { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be configurable with
--test-XXX
flags.
They should be under the Test group
…etDB into issue-4345-otel
@rumyantseva this pull request has merge conflicts. |
# Conflicts: # integration/setup/startup.go
Description
Closes #4345.
Readiness checklist
task all
, and it passed.@FerretDB/core
), Milestone (Next
), Labels, Project and project's Sprint fields.