Skip to content

Add status page to enable source-stacking debugging/observability#106

Merged
dfinkel merged 3 commits intomasterfrom
dials_stacking_status_page
Nov 13, 2025
Merged

Add status page to enable source-stacking debugging/observability#106
dfinkel merged 3 commits intomasterfrom
dials_stacking_status_page

Conversation

@dfinkel
Copy link
Copy Markdown
Contributor

@dfinkel dfinkel commented Nov 12, 2025

  • cleanup: fix doc-comments & remove dials_118.go
    Fix the deprecation message on Dials.Fill, and add a note to
    Dials.Events() explaining that one should prefer RegisterCallback.

    Also, remove dials_118.go now that go.mod has go 1.23.

  • Add ServeHTTP with a primitive status page
    Make it possible to debug layering by providing the a status page.
    This leverages github.com/vimeo/go-status-page to render html nodes.
    (very much an unstable WIP)

  • Remove go 1.23 from test matrix

Fix the deprecation message on Dials.Fill, and add a note to
Dials.Events() explaining that one should prefer RegisterCallback.

Also, remove dials_118.go now that go.mod has go 1.23.
Make it possible to debug layering by providing the a status page.
This leverages github.com/vimeo/go-status-page to render html nodes.
(very much an unstable WIP)
@dfinkel dfinkel merged commit d74d5dc into master Nov 13, 2025
5 checks passed
@dfinkel dfinkel deleted the dials_stacking_status_page branch November 13, 2025 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants