-
Notifications
You must be signed in to change notification settings - Fork 222
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
chore: Switch to jitsu #3175
Merged
Merged
chore: Switch to jitsu #3175
Conversation
This file contains 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
erka
approved these changes
Jun 14, 2024
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.
looks good
* 'main' of https://github.com/flipt-io/flipt: fix(build): configure token authentication for migration test suite (#3177)
Signed-off-by: Mark Phelps <[email protected]>
Signed-off-by: Mark Phelps <[email protected]>
Signed-off-by: Mark Phelps <[email protected]>
Signed-off-by: Mark Phelps <[email protected]>
GeorgeMac
approved these changes
Jun 15, 2024
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.
Sounds good 👍
markphelps
added
automerge
Used by Kodiak bot to automerge PRs
and removed
automerge
Used by Kodiak bot to automerge PRs
labels
Jun 15, 2024
markphelps
added a commit
that referenced
this pull request
Jun 17, 2024
* 'main' of https://github.com/flipt-io/flipt: chore(deps-dev): bump prettier-plugin-tailwindcss in /ui (#3185) chore(deps): bump react-router-dom from 6.23.0 to 6.23.1 in /ui (#3187) chore(deps-dev): bump playwright from 1.44.0 to 1.44.1 in /ui (#3186) chore(deps-dev): bump ts-jest from 29.1.2 to 29.1.5 in /ui (#3188) chore(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (#3182) chore(deps): bump github.com/open-policy-agent/opa from 0.64.1 to 0.65.0 (#3179) chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 (#3181) chore(deps): bump github.com/google/go-containerregistry (#3180) chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ecrpublic (#3178) chore: Switch to jitsu (#3175) chore: Dagger cloud (#3176)
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.
This PR switches our analytics provider (telemetry) to Jitsu from Segment. Segment has become prohibitively expensive to capture events now that we have run out of our 'startup credits'.
Jitsu uses the same batch endpoint that Segment does so we can still use the
segment-go
client that we are using with the only change being to add the base URL endpoint.I've tested this in a local build of Flipt with the
writeKey
andendpoint
set to the correct (secret) values and can confirm the event is captured correctly at startup