Skip to content

chore(remote_write): temporarily disable pp_protocol websocket/refill endpoints - #492

Merged
u-veles-a merged 5 commits into
ppfrom
disabling_pp_protocol
Sep 4, 2026
Merged

chore(remote_write): temporarily disable pp_protocol websocket/refill endpoints#492
u-veles-a merged 5 commits into
ppfrom
disabling_pp_protocol

Conversation

@u-veles-a

Copy link
Copy Markdown
Collaborator

Description

Disables the pp_protocol WebSocket and refill endpoints on the remote-write receiver: both handlers (remoteWriteWebsocket, remoteWriteRefill) now unconditionally return 404 Not Found instead of delegating to api.opHandler. The previous logic is left commented out with a "temporarily disabled pending further development" note for easy rollback once the protocol is ready.

What changed

  • web/api/v1/pp_api.go: remoteWriteWebsocket and remoteWriteRefill no longer check api.opHandler or call Websocket/Refill — they immediately write http.Error(..., http.StatusNotFound) with an explicit "not supported" message.

Why

pp_protocol (the custom websocket/refill transport for remote-write) needs further work and is being disabled temporarily so the unfinished functionality isn't exposed in production.

@u-veles-a u-veles-a added this to the v0.8.12 milestone Sep 2, 2026
@u-veles-a
u-veles-a requested a review from vporoshok September 2, 2026 07:20
@u-veles-a u-veles-a self-assigned this Sep 2, 2026
Comment thread web/api/v1/pp_api.go Outdated
@u-veles-a
u-veles-a merged commit 3f56e51 into pp Sep 4, 2026
21 checks passed
@u-veles-a
u-veles-a deleted the disabling_pp_protocol branch September 4, 2026 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants