You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to be able to get logs from my application hosted on Render.com into HyperDX. It should work similarly to Heroku log drains by the looks of it. They call it Log Streams.
I played around with using the HyperDXWinston instead to get my logs into HyperDX but I'd rather just have them piped from the application logs so I can run on just the one console transport for everything. (Sidenote: importing anything from @hyperdx/node-logger gives me a warning/error which might worth looking at)
Thanks!
The text was updated successfully, but these errors were encountered:
Thank you! We haven't pinned it on the roadmap yet, but I anticipate it to be in the next ~few months timeframe. Transparently, we haven't given this a test yet, so it's hard to say what the scope of work is. However, you can of course always take a look at using the language-specific SDKs to ship logs over, which will also give a huge benefit to having tracing correlated as well out of the box.
I think that's what I'll do - I was just hoping for a quick solution, but you're right, I should take the time to implement it correctly and while I am at it start logging clients with the session recordings. Thanks for the nudge!
Hello 👋
It would be great to be able to get logs from my application hosted on Render.com into HyperDX. It should work similarly to Heroku log drains by the looks of it. They call it Log Streams.
I played around with using the
HyperDXWinston
instead to get my logs into HyperDX but I'd rather just have them piped from the application logs so I can run on just the one console transport for everything. (Sidenote: importing anything from@hyperdx/node-logger
gives me a warning/error which might worth looking at)Thanks!
The text was updated successfully, but these errors were encountered: