github hyperdxio/hyperdx @hyperdx/api@2.27.0

latest releases: @hyperdx/otel-collector@2.27.0, @hyperdx/cli@0.4.1, @hyperdx/app@2.27.0...
4 hours ago

Minor Changes

  • fbe5a9a: feat: Add POST /api/v2/search endpoint for querying raw log and trace rows programmatically

Patch Changes

  • f5ae006: refactor(mcp): split hyperdx_query into 5 display-type-specific tools

    Replace the monolithic hyperdx_query tool with five narrow tools:

    • hyperdx_timeseries (line + stacked_bar)
    • hyperdx_table (table + number + pie, with shape auto-upgrade)
    • hyperdx_search (raw event browsing)
    • hyperdx_event_patterns (Drain pattern mining)
    • hyperdx_sql (raw ClickHouse SQL)

    Each tool's schema contains only its relevant parameters — no displayType
    discriminator, no fields from other modes, no conditional required fields.
    hyperdx_query is removed from the tool surface.

Don't miss a new hyperdx release

NewReleases is sending notifications on new releases.