We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3413159 commit c7ea13cCopy full SHA for c7ea13c
.changeset/lazy-singers-fold.md
@@ -0,0 +1,5 @@
1
+---
2
+'@hyperdx/node-opentelemetry': patch
3
4
+
5
+fix: show service health dashboard URL
packages/node-opentelemetry/src/otel.ts
@@ -612,8 +612,8 @@ export const initSDK = (config: SDKConfig) => {
612
613
if (DEFAULT_HDX_STARTUP_LOGS) {
614
setTimeout(() => {
615
- const _targetUrl = `https://hyperdx.io/search?q=${encodeURIComponent(
616
- `service:"${defaultServiceName}"`,
+ const _targetUrl = `https://www.hyperdx.io/services?service=${encodeURIComponent(
+ defaultServiceName,
617
)}`;
618
ui.info(`
619
0 commit comments