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

feat: Allow global otel configuration extraction #505

Merged

Conversation

Kavindu-Dodan
Copy link
Collaborator

This PR

Fixes #390 by completing the missing task - Use always OTel interceptor

Flagd java provider now allows extracting tracer from GlobalTelemetry

FlagdOptions options =
        FlagdOptions.builder()
            .withGlobalTelemetry(true)
            .build();

FlagdProvider flagdProvider = new FlagdProvider(options);

providers/flagd/README.md Outdated Show resolved Hide resolved
providers/flagd/README.md Outdated Show resolved Hide resolved
Kavindu-Dodan and others added 2 commits October 25, 2023 09:48
Signed-off-by: Kavindu Dodanduwa <[email protected]>
Co-authored-by: Giovanni Liva <[email protected]>
Signed-off-by: Kavindu Dodanduwa <[email protected]>
@Kavindu-Dodan Kavindu-Dodan force-pushed the feat/flagd-global-otel-option branch from 795de52 to 608f100 Compare October 25, 2023 16:48
Copy link
Member

@toddbaert toddbaert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving, since this all makes sense to me. I am, however, very confused by this thread, so I'd like to hear back from @thisthat at some point.

Signed-off-by: Kavindu Dodanduwa <[email protected]>
@toddbaert toddbaert merged commit addbc31 into open-feature:main Oct 26, 2023
DBlanchard88 pushed a commit to DBlanchard88/java-sdk-contrib that referenced this pull request Apr 29, 2024
…ure#505)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

[flagd] follow-up refactoring
4 participants