feat: add provider_init_rate to telemetry#485
Open
nicklasl wants to merge 1 commit into
Open
Conversation
nicklasl
force-pushed
the
session/grumpy-shrike-js36
branch
from
July 17, 2026 12:48
70c9540 to
2481fc6
Compare
nicklasl
force-pushed
the
session/grumpy-shrike-js36
branch
from
July 17, 2026 13:23
2481fc6 to
7b04cc7
Compare
nicklasl
marked this pull request as ready for review
July 17, 2026 13:24
nicklasl
force-pushed
the
session/grumpy-shrike-js36
branch
5 times, most recently
from
July 17, 2026 14:08
c21f0dc to
a2f4e12
Compare
On the first telemetry flush after provider initialization, include a ProviderInitRate entry with labels describing the SDK configuration (e.g. encryption: true/false). This lets the backend track which customers have adopted encryption without tagging every metric. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
nicklasl
force-pushed
the
session/grumpy-shrike-js36
branch
from
July 17, 2026 14:11
a2f4e12 to
3505a52
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ProviderInitRatemessage toTelemetryDataproto (field 9) withcountandmap<string, string> labelsProviderInitRate{count: 1, labels: {encryption: "true"/"false"}}entryTelemetryDataCompanion backend PR: https://ghe.spotify.net/konfidens/epx-flags-resolver/pull/1699
Test plan
provider_init_ratewith correct labels, subsequent flushes do notmake testper provider)docker build .)confidence_resolver_sdk_provider_init_rate_totalmetric appears in VictoriaMetrics after backend PR lands🤖 Generated with Claude Code