Skip to content

Commit c7ea13c

Browse files
authored
fix: show service health dashboard URL (#164)
1 parent 3413159 commit c7ea13c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/lazy-singers-fold.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,8 +612,8 @@ export const initSDK = (config: SDKConfig) => {
612612

613613
if (DEFAULT_HDX_STARTUP_LOGS) {
614614
setTimeout(() => {
615-
const _targetUrl = `https://hyperdx.io/search?q=${encodeURIComponent(
616-
`service:"${defaultServiceName}"`,
615+
const _targetUrl = `https://www.hyperdx.io/services?service=${encodeURIComponent(
616+
defaultServiceName,
617617
)}`;
618618
ui.info(`
619619

0 commit comments

Comments
 (0)