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

[fix] fix firehose logger output by removing base64 encoding #268

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

blairmason
Copy link
Collaborator

@blairmason blairmason commented Feb 12, 2024

Previously @ConjunctiveNormalForm put out a PR (#253) to update the firehose client used to log quoter endpoint metrics to use aws v3 sdk. In doing so, he added encoding logic on the data being logged that resulted in it not being in plain text new-line JSON in the destination S3 buckets. Removing the base64 the encoding parameter produces the right format.

@blairmason blairmason requested a review from marktoda February 12, 2024 23:24
Copy link
Collaborator

@marktoda marktoda left a comment

Choose a reason for hiding this comment

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

nice ty

@blairmason blairmason merged commit 9c9db01 into main Feb 13, 2024
5 checks passed
@blairmason blairmason deleted the fix-endpoint-analytics branch February 13, 2024 03:09
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.

2 participants