I think this could possibly used with the DataDog TCP log API. One thing that would be required would be that I would need to prepend the API key before a log message.
Having a callback such as onBeforeWriteMessage(msg: Buffer) with the return type being the message to send out (Buffer?) would allow me to do this kind of manipulation.
I think this could possibly used with the DataDog TCP log API. One thing that would be required would be that I would need to prepend the API key before a log message.
Having a callback such as
onBeforeWriteMessage(msg: Buffer)
with the return type being the message to send out (Buffer
?) would allow me to do this kind of manipulation.https://docs.datadoghq.com/logs/log_collection/?tab=tcp