-
Notifications
You must be signed in to change notification settings - Fork 217
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
feat/proposal: Deprecate jaeger enabled #1316
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #1316 +/- ##
==========================================
+ Coverage 80.37% 80.78% +0.41%
==========================================
Files 43 43
Lines 3307 3331 +24
==========================================
+ Hits 2658 2691 +33
+ Misses 518 512 -6
+ Partials 131 128 -3
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
config/flipt.schema.cue
Outdated
enabled?: bool | *false | ||
exporter?: "jaeger" | *"jaeger" |
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.
enabled?: bool | *false | |
exporter?: "jaeger" | *"jaeger" | |
enabled: bool | *false | |
exporter: "jaeger" | *"jaeger" |
I think you can forgo making this optional if there is a default.
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.
Actually with exporter
you might be able to get away with just:
exporter?: jaeger
Which just says if you specify the key exporter
it must be the value "jaeger"
.
And drop the default.
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.
i'll prob just leave this as is for now since we will very shortly allow others besides jaeger
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.
Nice. One observation that I am not 💯 is necessary.
@GeorgeMac I'm wondering if we should change Looking at OTel's glossary, it seems to me that:
WYT? |
@markphelps I like your reasoning there. |
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.
Sweet.
Fixes: FLI-197
Fixes: #1310
Deprecates
tracing.jaeger.enabled
in favor of: