Open Telemetry with HyperDX
This is not exactly a Railway question but someone here might know the answer. I am trying to get a basic Open Telemetry setup with NestJS to export logs to HyperDX. The opentel data outputs to railway console, but I can't seem to get it to output to the HyperDX endpoint. Their documentation is terrible so I think I'm lost in an implementation detail. This is my tracing file as of now:
This is the docs page from their website: https://www.hyperdx.io/docs/install/opentelemetry
HyperDX
OpenTelemetry - HyperDX Docs
6 Replies
Project ID:
29a5fb27-3661-4597-af03-ec799c4720cd
29a5fb27-3661-4597-af03-ec799c4720cd
After trying this same setup in a different service, I've come to the conclusion that Hyperdx simply doesn't work... You can close this thread.
they have a discord server, have you asked there?
Yeah. Crickets. Too bad, they were so much cheaper than new relic.
that's unfortunate 😦
New reply sent from Help Station thread:
Hi there! I know it might be a bit late but just stumbled upon this post. I'm not sure if you saw Warren's response to your question on Discord when you first asked, but he suggested that you try updating the endpoint toYou're seeing this because this thread has been automatically linked to the Help Station thread.https://in-otel.hyperdx.io:4317/v1/traces
and removeBearer
from the authorization header (it should just be your ingestion key without anything else). This is largely just due to the API designed by OpenTelemetry, our native JS SDK is a bit more straightforward (though with less options out of the box). https://www.hyperdx.io/docs/install/javascript
HyperDX
Node.js - HyperDX Docs