Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/add-alerts-page.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/add-cli-pattern-mining.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/add-drain-library.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/bump-otel-collector-to-0149.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/cli-app-url-migration.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-pants-train.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/deprecate-clickhouse-json-feature-gate.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/early-ducks-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-copy-row-json-button.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hdx-3908-validation-toast-dedupe.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/healthy-eyes-kiss.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/migrate-otel-collector-to-ocb.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/open-trace-in-browser.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/optimize-trace-waterfall.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/otel-collector-add-core-extensions.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/polite-grapes-cross.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/serious-chicken-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-tigers-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-emus-reflect.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/short-badgers-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-tools-sleep.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/silly-readers-sing.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/silly-toes-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-students-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/upgrade-mantine-v9.md

This file was deleted.

4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ NEXT_ALL_IN_ONE_IMAGE_NAME_DOCKERHUB=clickhouse/clickstack-all-in-one
ALL_IN_ONE_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-all-in-one
NEXT_OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB=clickhouse/clickstack-otel-collector
OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-otel-collector
CODE_VERSION=2.23.2
IMAGE_VERSION_SUB_TAG=.23.2
CODE_VERSION=2.24.0
IMAGE_VERSION_SUB_TAG=.24.0
IMAGE_VERSION=2
IMAGE_NIGHTLY_TAG=2-nightly
IMAGE_LATEST_TAG=latest
Expand Down
26 changes: 26 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @hyperdx/api

## 2.24.0

### Minor Changes

- 9781ae63: Add an MCP (Model Context Protocol) server to the HyperDX API, enabling AI assistants (Claude, Cursor, OpenCode, etc.) to query observability data, manage dashboards, and explore data sources directly via standardized tool calls.
- 5885d479: Introduces Shared Filters, enabling teams to pin and surface common filters across all members.

### Patch Changes

- 1fada918: feat: Support alerts on Raw SQL Number Charts
- 7953c028: feat: Add between-type alert thresholds
- d3a61f9b: feat: Add additional alert threshold types
- 085f3074: feat: Implement alerting for Raw SQL-based dashboard tiles
- 3c057720: feat: Show alert execution errors in the UI
- 6ff1ba60: feat: Add alert history + ack to alert editor
- Updated dependencies [418f70c5]
- Updated dependencies [1fada918]
- Updated dependencies [7953c028]
- Updated dependencies [d3a61f9b]
- Updated dependencies [5885d479]
- Updated dependencies [cc714f90]
- Updated dependencies [085f3074]
- Updated dependencies [3c057720]
- Updated dependencies [6ff1ba60]
- @hyperdx/common-utils@0.18.0

## 2.23.2

## 2.23.1
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperdx/api",
"version": "2.23.2",
"version": "2.24.0",
"license": "MIT",
"private": true,
"engines": {
Expand All @@ -10,7 +10,7 @@
"@ai-sdk/anthropic": "^3.0.58",
"@ai-sdk/openai": "^3.0.47",
"@esm2cjs/p-queue": "^7.3.0",
"@hyperdx/common-utils": "^0.17.1",
"@hyperdx/common-utils": "^0.18.0",
"@hyperdx/node-opentelemetry": "^0.9.0",
"@hyperdx/passport-local-mongoose": "^9.0.1",
"@modelcontextprotocol/sdk": "^1.27.1",
Expand Down
31 changes: 31 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @hyperdx/app

## 2.24.0

### Minor Changes

- 5885d479: Introduces Shared Filters, enabling teams to pin and surface common filters across all members.
- 0bfec148: Upgrade Mantine from v7 to v9 and remove react-hook-form-mantine dependency

### Patch Changes

- 1fada918: feat: Support alerts on Raw SQL Number Charts
- c4a1311e: fix: Fix "Copy entire row as JSON" button crashing on rows with non-string values
- a5869f0e: Dedupe source validation issue toasts so repeated source refetches update a single notification instead of stacking duplicates.
- 7953c028: feat: Add between-type alert thresholds
- d3a61f9b: feat: Add additional alert threshold types
- 5149fabd: feat: Add Python Runtime Metrics dashboard template
- 085f3074: feat: Implement alerting for Raw SQL-based dashboard tiles
- 739fe140: fix: time selector always resets to 00:00
- 3c057720: feat: Show alert execution errors in the UI
- 6ff1ba60: feat: Add alert history + ack to alert editor
- 4ca1d472: Allow manually constructed /trace URLs to land in the existing search experience with the trace viewer opened from URL state. This keeps trace deep links user-friendly while reusing the search page for source selection, not-found handling, and trace inspection.
- Updated dependencies [418f70c5]
- Updated dependencies [1fada918]
- Updated dependencies [7953c028]
- Updated dependencies [d3a61f9b]
- Updated dependencies [5885d479]
- Updated dependencies [cc714f90]
- Updated dependencies [085f3074]
- Updated dependencies [3c057720]
- Updated dependencies [6ff1ba60]
- @hyperdx/common-utils@0.18.0

## 2.23.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperdx/app",
"version": "2.23.2",
"version": "2.24.0",
"private": true,
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"@dagrejs/dagre": "^1.1.5",
"@hookform/resolvers": "^3.9.0",
"@hyperdx/browser": "^0.22.0",
"@hyperdx/common-utils": "^0.17.1",
"@hyperdx/common-utils": "^0.18.0",
"@hyperdx/node-opentelemetry": "^0.9.0",
"@mantine/core": "^9.0.0",
"@mantine/dates": "^9.0.0",
Expand Down
20 changes: 20 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @hyperdx/cli

## 0.3.0

### Minor Changes

- 4dea3621: **Breaking:** Replace `-s`/`--server` flag with `-a`/`--app-url` across all CLI commands (except `upload-sourcemaps`). Users should now provide the HyperDX app URL instead of the API URL — the CLI derives the API URL by appending `/api`.

- `hdx auth login` now prompts interactively for login method, app URL, and credentials (no flags required)
- Expired/missing sessions prompt for re-login with the last URL autofilled instead of printing an error
- Add URL input validation and post-login session verification
- Existing saved sessions are auto-migrated from `apiUrl` to `appUrl`

### Patch Changes

- 7a9882d4: Add alerts page (Shift+A) with overview and recent trigger history
- 418f70c5: Add event pattern mining view (Shift+P) with sampled estimation and drill-down
- 7953c028: feat: Add between-type alert thresholds
- fe3ab41c: Add `o` keybinding to open the current trace/span in the HyperDX web app from the TUI. Deep-links to the exact view with side panel, tab, and span selection preserved. Works for both trace and log sources.
- 07bb29e9: Optimize event detail and trace waterfall queries; add trace detail page and waterfall scrolling
- d3a61f9b: feat: Add additional alert threshold types

## 0.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperdx/cli",
"version": "0.2.1",
"version": "0.3.0",
"license": "MIT",
"type": "module",
"publishConfig": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@clickhouse/client": "^1.12.1",
"@clickhouse/client-common": "^1.12.1",
"@hyperdx/common-utils": "^0.17.1",
"@hyperdx/common-utils": "^0.18.0",
"@types/crypto-js": "^4.2.2",
"@types/react": "^19.0.0",
"@types/sqlstring": "^2.3.2",
Expand Down
17 changes: 17 additions & 0 deletions packages/common-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @hyperdx/common-utils

## 0.18.0

### Minor Changes

- 5885d479: Introduces Shared Filters, enabling teams to pin and surface common filters across all members.

### Patch Changes

- 418f70c5: Add Drain log template mining library (ported from browser-drain)
- 1fada918: feat: Support alerts on Raw SQL Number Charts
- 7953c028: feat: Add between-type alert thresholds
- d3a61f9b: feat: Add additional alert threshold types
- cc714f90: fix: Skip rendering empty SQL dashboard filter
- 085f3074: feat: Implement alerting for Raw SQL-based dashboard tiles
- 3c057720: feat: Show alert execution errors in the UI
- 6ff1ba60: feat: Add alert history + ack to alert editor

## 0.17.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperdx/common-utils",
"description": "Common utilities for HyperDX application",
"version": "0.17.1",
"version": "0.18.0",
"license": "MIT",
"private": true,
"files": [
Expand Down
Loading