-
Notifications
You must be signed in to change notification settings - Fork 46
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
ft: DataDog adaptor #2020
ft: DataDog adaptor #2020
Conversation
06f0644
to
4cc6f32
Compare
4cc6f32
to
a688a23
Compare
fa87305
to
e345d50
Compare
610eba5
to
904fb27
Compare
e7e0946
to
8340e4b
Compare
8340e4b
to
2255879
Compare
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.
Implementation looks good, small nits, good to merge after they're cleared.
For further improvements down the road, we'd need to consider their batch sizes:
we'd likely need configurable max batch size and max batch length for webhook adaptor, similar to what BQ adaptor is doing
will backlog this until their api starts rejecting us
c582a09
to
a76d985
Compare
cbd8994
to
5afab89
Compare
@Ziinc what happened with all these commits? |
Ah I rebased it in the log drain PR |
Should I clean this up with my local state?
…--
Łukasz Niemier
***@***.***
|
Have pushed up the region changes Will need to do some more testing before merge
|
This introduces wrapper adaptor over Webhook adaptor to send logs to DataDog HTTP log ingest endpoint.
💚 💙 💜 💛 ❤️ |
This introduces wrapper adaptor over Webhook adaptor to send logs to
DataDog HTTP log ingest endpoint.