Skip to content

Commit f44923b

Browse files
authored
Auto Source Creation (#1692)
1 parent 2882130 commit f44923b

File tree

5 files changed

+691
-16
lines changed

5 files changed

+691
-16
lines changed

.changeset/funny-zebras-collect.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@hyperdx/common-utils": minor
3+
"@hyperdx/app": minor
4+
---
5+
6+
feat: Add auto-detecting and creating OTel sources during onboarding

packages/app/src/DBSearchPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1789,8 +1789,8 @@ function DBSearchPage() {
17891789
<Paper shadow="xs" p="xl" h="100%">
17901790
<Center mih={100} h="100%">
17911791
<Text size="sm">
1792-
Please start by selecting a database, table, and timestamp
1793-
column above to view data.
1792+
Please start by selecting a source and then click the play
1793+
button to query data.
17941794
</Text>
17951795
</Center>
17961796
</Paper>

0 commit comments

Comments
 (0)