feat(tideways): add Tideways daemon component template - #55
Draft
martin-helmich wants to merge 1 commit into
Draft
feat(tideways): add Tideways daemon component template#55martin-helmich wants to merge 1 commit into
martin-helmich wants to merge 1 commit into
Conversation
The Tideways daemon receives traces, errors and metrics from the PHP extension and forwards them to the Tideways backend. Environment (--env) and hostname (--hostname) are configurable via userInputs; the image sets --address=[::]:9135 itself and later arguments win. Port 9135 is published because the PHP application runs outside the stack and reaches the daemon via php.ini (tideways.connection). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0148Q2sj5XMoqoUepAkZJ3uK
martin-helmich
force-pushed
the
feat/tideways-daemon
branch
from
August 5, 2026 15:41
55c9706 to
93ed76f
Compare
Member
Author
|
Converting back to draft for a bit. 😶🌫️ |
martin-helmich
marked this pull request as draft
August 5, 2026 15:45
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.
Adds a component template for the Tideways daemon. The daemon receives traces, errors and metrics from the PHP extension, buffers them and forwards them to the Tideways backend.
Configuration
ENVIRONMENT--envproductionDAEMON_HOSTNAME--hostnametideways-daemonThe image's entrypoint already sets
--address=[::]:9135; later arguments win, so these two flags are enough.Notes
tideways.connectioninphp.ini.latest:ghcr.io/tideways/daemonpublishes onlylatestand full semver tags, no floating major tag.Proprietary(linking to the ToS);repositorypoints attideways/container-images, since the daemon itself has no public repository.icon.svgis the brand mark from tideways.com — dashboard-icons has no Tideways entry.helpalert links to the (yet to be written) guide atdeveloper.mittwald.de/docs/v2/guides/operations/tideways-profiling/.🤖 Generated with Claude Code
https://claude.ai/code/session_0148Q2sj5XMoqoUepAkZJ3uK