Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: hyperdxio/hyperdx

@hyperdx/common-utils@0.10.0

29 Dec 16:37
@github-actions github-actions
81d48e4
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Minor Changes

  • ca693c0: Add support for visualizing histogram counts
  • a5a04aa: feat: Add materialized view support (Beta)

Patch Changes

  • 50ba92a: feat: Add custom filters to the services dashboard"
  • b58c52e: fix: Fix bugs in the Services dashboard
Assets 2
Loading

@hyperdx/app@2.10.0

29 Dec 16:37
@github-actions github-actions
81d48e4
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Minor Changes

  • a5a04aa: feat: Add materialized view support (Beta)

Patch Changes

  • 12cd643: Improvements to Webhooks rendering (grouping, icons, etc)
  • 99e7ce2: Reduce instrumentation trace events when search results shown
  • 5062d80: fix: Prevent dashboard infinite re-render
  • d5181b6: fix: Add SPAN_KIND_ values to service map filters
  • 2142734: Improve light mode contrast for DBRowTableIconButton by removing hardcoded gray color and text-muted-hover class
  • 215b9bf: Add prop to disable drilldown if not supported
  • 6d4fc31: feat: parallelize DBSearchPage's histogram query
  • 8241ffe: Make line wrapping in search page persistent
  • 96f0539: feat: Add silence alerts feature
  • e0c23d4: feat: flush chunk data as it arrives if in order
  • 4ba37e5: Swap out bootstrap icons for tabler icons across app
  • 80117eb: Minor UI Improvements in Search Filters UI
  • b564a36: fix: Ensure adequate SQL/Schema Preview modal height
  • 50ba92a: feat: Add custom filters to the services dashboard"
  • dc84601: fix: show alert indicator for bar charts too
  • b99052a: fix: cityHash64 in sessions cast to string due to number precision issues in the browser
  • 141b496: fix: Correctly disable previous period query
  • b58c52e: fix: Fix bugs in the Services dashboard
  • 19b710f: fix: Update Request Error Rate config to use MVs
  • 84d60a6: fix: Fix double value for isRootSpan facet
  • 61cb942: Performance Improvement to only run sample query when the table is visible
  • ae4c876: fix: error loading row data by multiple search panel in dashboard
  • 776e392: fix: Fix queries/minute calculation in Services Dashboard
  • 6d4fc31: feat: add teamsetting for paralellizing queries when possible
  • 69d9a41: feat: Filter on isRootSpan column if present
  • 780279f: feat: Save tile to dashboard from chart explorer
  • 468eb92: Update some forms to work better with React 19
  • Updated dependencies [ca693c0]
  • Updated dependencies [50ba92a]
  • Updated dependencies [a5a04aa]
  • Updated dependencies [b58c52e]
    • @hyperdx/common-utils@0.10.0
Loading

@hyperdx/api@2.10.0

29 Dec 16:37
@github-actions github-actions
81d48e4
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Minor Changes

  • a5a04aa: feat: Add materialized view support (Beta)

Patch Changes

  • 96f0539: feat: Add silence alerts feature
  • e0c23d4: feat: flush chunk data as it arrives if in order
  • 50ba92a: feat: Add custom filters to the services dashboard"
  • b58c52e: fix: Fix bugs in the Services dashboard
  • 0d3da6f: fix: case sensitivity issue with email invites
  • 6d4fc31: feat: add teamsetting for paralellizing queries when possible
  • Updated dependencies [ca693c0]
  • Updated dependencies [50ba92a]
  • Updated dependencies [a5a04aa]
  • Updated dependencies [b58c52e]
    • @hyperdx/common-utils@0.10.0
Loading

@hyperdx/common-utils@0.9.0

08 Dec 16:00
@github-actions github-actions
e46ec83
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Minor Changes

  • 52d2798: chore: Upgrade nextjs, react, and eslint + add react compiler

Patch Changes

  • 586bcce: feat: Add previous period comparisons to line chart
  • ea25cc5: fix: Support formatting queries with % operator
  • b7789ce: chore: deprecate unused go-parser service
  • ff42220: fix: Fix Services Dashboard Database tab charts
  • 59422a1: feat: Add custom attributes for individual rows
  • 7405d18: bump typescript version
  • 770276a: feat: Add search to trace waterfall
Loading

@hyperdx/app@2.9.0

08 Dec 16:00
@github-actions github-actions
e46ec83
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Minor Changes

  • 52d2798: chore: Upgrade nextjs, react, and eslint + add react compiler

  • 630592d: # Font Rendering Fix

    Migrate from Google Fonts CDN to Next.js self-hosted fonts for improved reliability and production deployment.

    Changes

    • Replaced Google Fonts imports with next/font/google for IBM Plex Mono, Roboto Mono, Inter, and Roboto
    • Font variables are applied server-side in _document.tsx and available globally via CSS class inheritance
    • Implemented dynamic font switching with CSS variables (--app-font-family) and Mantine theme integration
    • Font configuration centralized in src/config/fonts.ts with derived maps for CSS variables and Mantine compatibility
    • Added Roboto font option alongside existing fonts (IBM Plex Mono, Roboto Mono, Inter)
    • CSS variable always has a value (defaults to Inter) even when user preference is undefined
    • Removed old Google Fonts CDN links from _document.tsx
    • !important flag used only in CSS for external components (nextra sidebar), not in inline styles
    • Fonts are now available globally without external CDN dependency, fixing production deployment issues

    Benefits

    • ✅ Self-hosted fonts that work in production even when CDNs are blocked
    • ✅ Improved performance with automatic optimization
    • ✅ Works with Content Security Policy (CSP) headers
    • ✅ Mantine components and sidebar now properly inherit selected fonts
    • ✅ Font selection persists through user preferences
    • ✅ DRY font configuration with derived maps prevents duplication
    • ✅ Server-side font setup eliminates runtime performance overhead

Patch Changes

  • 586bcce: feat: Add previous period comparisons to line chart

  • 4503d39: improve markdown rendering after we removed bootrstrap reset styles

  • c60e646: Improve how filters are parsed on the search page

  • 337be9a: Add support for deeplinking to search page from most charts and tables

  • 991bd7e: fix: Round previous period offset to the second

  • 562dd7e: Fix minor UI issues and enhance styling across various components

  • 087ff40: feat: Grouped filters for map/json types

  • b7789ce: chore: deprecate unused go-parser service

  • 4b1557d: fix: Backport Services Dashboard fixes

  • 237a267: style: Fix missing AlertHistory colors

  • 3f94105: fix issue with query timeout on the search page

  • bacefac: fix: Fix session page source change on submit

  • 2f25ce6: fix: laggy performance across app

  • ff42220: fix: Fix Services Dashboard Database tab charts

  • d7a5c43: feat: add ability to change live tail refresh interval

    Adds a dropdown selector in the search page that allows users to configure the live tail refresh interval. Options include 1s, 2s, 4s (default), 10s, and 30s. The selected refresh frequency is persisted in the URL query parameter.

  • 7c391df: fix: Disable useSessionId query when traceId input is undefined

  • 36cf866: fix: Don't clobber spans in trace waterfall when multiple spans have duplicate span ids

  • 07392d2: feat: Add clickpy_link to clickpy trace source attributes

  • f868c3c: Add back selection ui on histogram

  • 2114602: chore: remove deprecated SpanAttribute.http.scheme reference from serviceDashboard

  • 70fe682: Add clickable alert timeline chips

  • 7cf4ba4: Allow HyperDX's listen address to be overriden at runtime with the env var HYPERDX_APP_LISTEN_HOSTNAME. The default remains 0.0.0.0 .

  • 3b2a863: fix: sort on the client side in KubernetedDashboardPage

  • 9da2d32: feat: Improve filter search

  • 770276a: feat: Add waterfall span/error count summary, span tooltip status

  • 59422a1: feat: Add custom attributes for individual rows

  • 7405d18: bump typescript version

  • 815e642: chore: treat missing react hook dependencies as errors

  • 5b7d646: fix: date/timepicker issue with dates in the future

  • fce307c: feat: Allow specifying persistent order by in chart table

  • c8ec7fa: fix: Hide table header when no columns are displayed

  • 770276a: feat: Add search to trace waterfall

  • a9f10c5: feat: Add highlighted attributes to overview panel

  • 238c36f: feat: Improve display of large sizes and volumes of highlighted attributes

  • Updated dependencies [586bcce]

  • Updated dependencies [ea25cc5]

  • Updated dependencies [52d2798]

  • Updated dependencies [b7789ce]

  • Updated dependencies [ff42220]

  • Updated dependencies [59422a1]

  • Updated dependencies [7405d18]

  • Updated dependencies [770276a]

    • @hyperdx/common-utils@0.9.0
Loading

@hyperdx/api@2.9.0

08 Dec 16:00
@github-actions github-actions
e46ec83
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Minor Changes

  • 52d2798: chore: Upgrade nextjs, react, and eslint + add react compiler

Patch Changes

  • cac4d3d: Allow connecting to Mongo with AWS Auth
  • b7789ce: chore: deprecate unused go-parser service
  • e838436: Improve value rounding on alerts to match thresholds
  • Updated dependencies [586bcce]
  • Updated dependencies [ea25cc5]
  • Updated dependencies [52d2798]
  • Updated dependencies [b7789ce]
  • Updated dependencies [ff42220]
  • Updated dependencies [59422a1]
  • Updated dependencies [7405d18]
  • Updated dependencies [770276a]
    • @hyperdx/common-utils@0.9.0
Loading

@hyperdx/common-utils@0.8.0

19 Nov 03:25
@github-actions github-actions
d322cd9
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Minor Changes

  • f612bf3: feat: add support for alert auto-resolve

Patch Changes

  • f612bf3: feat: support incident.io integration
  • f612bf3: fix: handle group-by alert histories
  • c4915d4: feat: Add custom trace-level attributes above trace waterfall
  • 6e628bc: feat: Support field:(...) Lucene searches
Loading
andreyzhelnin-st reacted with thumbs up emoji
1 person reacted

@hyperdx/app@2.8.0

19 Nov 03:26
@github-actions github-actions
d322cd9
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Minor Changes

  • f612bf3: feat: add support for alert auto-resolve
  • 91e443f: feat: Add service maps (beta)
  • cfba5cb: feat: Sort source dropdown alphabetically
  • af6a8d0: feat: Remove bootstrap, react-bootstrap and unused react-bootstrap-range-slider, adopt semantic tokens, and improve Mantine UI usage

Patch Changes

  • 99cb17c: Add ability to edit and test webhook integrations
  • 44a6a08: Remove react-select for mantine
  • 3fb5ef7: Small fix for html structure nesting issues
  • 4d1eaf1: style: Fix filter color and alert icon alignment
  • 78aff33: fix: Group alert histories by evaluation time
  • 892e43f: fix: Improve loading of kubernetes dashboard
  • f612bf3: feat: support incident.io integration
  • f612bf3: fix: handle group-by alert histories
  • c4915d4: feat: Add custom trace-level attributes above trace waterfall
  • c42a070: fix: Fix session search behavior
  • 1e39e13: Fix bug with generating search urls
  • b90a064: fix: Switch to 'all' after filters change on kubernetes dashboard page
  • 8dee21c: Improve event deltas (error states, complex values leverage ctes, etc.)
  • 09f07e5: fix: Prevent incorrect dashboard side panel close
  • 2faa15a: Add title tag to app where missed (including catchall title)
  • 63fcf14: fix: optimize query key for aliasMap to prevent jitter
  • 2743d85: Add ability to resize trace waterfall subpanel
  • a7e150c: feat: Improve Service Maps
  • 7bb7a87: feat: Add filter for root spans
  • 64b5673: feat: Format row counts (result counter and scanned row estimate) in search page
  • 24bf2b4: bug fixes with relative time selection
  • c5cb1d4: fix: add json compatibility for infrastructure tab
  • 44caf19: Zero-fill empty alert periods
  • Updated dependencies [f612bf3]
  • Updated dependencies [f612bf3]
  • Updated dependencies [f612bf3]
  • Updated dependencies [c4915d4]
  • Updated dependencies [6e628bc]
    • @hyperdx/common-utils@0.8.0
Loading

@hyperdx/api@2.8.0

19 Nov 03:25
@github-actions github-actions
d322cd9
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Minor Changes

  • f612bf3: feat: add support for alert auto-resolve
  • 840d730: feat: adjust alert template title and body to reflect alert state
  • 94a669d: Add metrics to task execution

Patch Changes

  • 99cb17c: Add ability to edit and test webhook integrations
  • 78aff33: fix: Group alert histories by evaluation time
  • f612bf3: feat: support incident.io integration
  • f612bf3: fix: handle group-by alert histories
  • c4915d4: feat: Add custom trace-level attributes above trace waterfall
  • a75ce3b: Fix check alert to actually honor concurrent evaluation.
  • 44caf19: Zero-fill empty alert periods
  • Updated dependencies [f612bf3]
  • Updated dependencies [f612bf3]
  • Updated dependencies [f612bf3]
  • Updated dependencies [c4915d4]
  • Updated dependencies [6e628bc]
    • @hyperdx/common-utils@0.8.0
Loading

@hyperdx/common-utils@0.7.2

30 Oct 10:15
@github-actions github-actions
f981938
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Patch Changes

  • 2162a69: feat: Optimize and fix filtering on toStartOfX primary key expressions
  • 8190ee8: perf: Improve getKeyValues query performance for JSON keys
Loading
Previous 1 3 4 5 9 10
Previous

AltStyle によって変換されたページ (->オリジナル) /