Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
b5d3a1f to
3e66693
Compare
3e66693 to
501a7eb
Compare
501a7eb to
c971332
Compare
c971332 to
5114a82
Compare
5114a82 to
acf4183
Compare
acf4183 to
00c233f
Compare
00c233f to
9e5d62c
Compare
9e5d62c to
f9fd6e3
Compare
f9fd6e3 to
0a3fcd5
Compare
0a3fcd5 to
c6088b1
Compare
c6088b1 to
7591259
Compare
7591259 to
453471a
Compare
453471a to
b8bfd2e
Compare
b8bfd2e to
e21f29c
Compare
975c581 to
d17ba9e
Compare
d17ba9e to
d118ae6
Compare
d118ae6 to
777617c
Compare
777617c to
c79214f
Compare
c79214f to
f29f716
Compare
f29f716 to
be04cfa
Compare
be04cfa to
cdd8f43
Compare
cdd8f43 to
d777ebd
Compare
Contributor
Author
🔴 Tier 4 — CriticalTouches auth, data models, config, tasks, OTel pipeline, ClickHouse, or CI/CD. Why this tier:
Review process: Deep review from a domain expert. Synchronous walkthrough may be required. Stats
|
d777ebd to
9525684
Compare
9525684 to
6326047
Compare
6326047 to
de72753
Compare
de72753 to
174937a
Compare
wrn14897
approved these changes
Apr 20, 2026
Copilot AI
pushed a commit
that referenced
this pull request
Apr 20, 2026
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: peter-leonov-ch <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@hyperdx/[email protected]
Minor Changes
4dea362: Breaking: Replace
-s/--serverflag with-a/--app-urlacross all CLI commands (exceptupload-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 loginnow prompts interactively for login method, app URL, and credentials (no flags required)apiUrltoappUrlPatch Changes
okeybinding 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.@hyperdx/[email protected]
Minor Changes
Patch Changes
@hyperdx/[email protected]
Minor Changes
Patch Changes
@hyperdx/[email protected]
Minor Changes
Patch Changes
@hyperdx/[email protected]
Minor Changes
28f374e: feat: Bump OTel Collector from 0.147.0 to 0.149.0
Upgrade the OpenTelemetry Collector and all its components from v0.147.0 to
v0.149.0 (core providers from v1.53.0 to v1.55.0).
28f374e: feat: Migrate OTel Collector build to use OCB (OpenTelemetry Collector Builder)
Replace the pre-built otel/opentelemetry-collector-contrib image with a custom
binary built via OCB. This enables adding custom receiver/processor components
in the future while including only the components HyperDX needs. The collector
version is now centralized in
.envviaOTEL_COLLECTOR_VERSIONandOTEL_COLLECTOR_CORE_VERSION, withbuilder-config.yamlusing templatizedplaceholders substituted at Docker build time.
0a4fb15: feat: Add missing core extensions, commonly-used contrib processors/receivers, and filestorage extension
Add the two missing core extensions (memorylimiterextension, zpagesextension),
12 commonly-used contrib processors (attributes, filter, resource, k8sattributes,
tailsampling, probabilisticsampler, span, groupbyattrs, redaction, logdedup,
metricstransform, cumulativetodelta), 4 commonly-used contrib receivers
(filelog, dockerstats, k8scluster, kubeletstats), and the filestorage extension
(used for persistent sending queue in the clickhouse exporter) to
builder-config.yaml.
Patch Changes
cb84145: refactor: Deprecate clickhouse.json feature gate in favor of per-exporter json config
Replace the upstream-deprecated
--feature-gates=clickhouse.jsonCLI flag withthe per-exporter
json: trueconfig option controlled byHYPERDX_OTEL_EXPORTER_CLICKHOUSE_JSON_ENABLE. The oldOTEL_AGENT_FEATURE_GATE_ARGis still supported for backward compatibility butprints a deprecation warning when
clickhouse.jsonis detected.7953c02: feat: Add between-type alert thresholds