-
Notifications
You must be signed in to change notification settings - Fork 0
send logs to datadog over rest #489
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
Conversation
|
Code de169c4 labeled version 0.126.4-rc-datadog-logs.1 |
|
Running downstream job at https://github.com/charmverse/app.charmverse.io/actions/runs/15885340494 |
|
Running downstream job at https://github.com/charmverse/permissions.charmverse.io/actions/runs/15885341387 |
|
Running downstream job at https://github.com/scoutgame/scoutgame.xyz/actions/runs/15885404816 |
|
Running downstream job at https://github.com/charmverse/permissions.charmverse.io/actions/runs/15885546973 |
|
Running downstream job at https://github.com/charmverse/app.charmverse.io/actions/runs/15885546888 |
|
Running downstream job at https://github.com/scoutgame/scoutgame.xyz/actions/runs/15885614596 |
|
Running downstream job at https://github.com/charmverse/app.charmverse.io/actions/runs/15886927366 |
|
Running downstream job at https://github.com/charmverse/permissions.charmverse.io/actions/runs/15886927976 |
|
Running downstream job at https://github.com/scoutgame/scoutgame.xyz/actions/runs/15886986445 |
I tried using Datadog's latest v2 Logs SDK, and it sucks. It doesn't offer many inputs - according to Typescript you only have "message" - and it was impossible for me to get the "level" to work, with and without log pipelines that we have set up. I had much better luck just writing to their API directly, and the library doesn't seem to do anything special like batching, etc.