Skip to content

WIP: Add external dashboard daemon#1

Closed
marcopeereboom wants to merge 5 commits into
mainfrom
dash
Closed

WIP: Add external dashboard daemon#1
marcopeereboom wants to merge 5 commits into
mainfrom
dash

Conversation

@marcopeereboom
Copy link
Copy Markdown
Contributor

Summary
Add a daemon that listens on a port that the various hemi network components can push their status to. The idea is that this daemon provides a dashboard for external consumption.

Changes
Add new daemon called dashd that listens on a websocket and collects status information and renders a single dashboard page for external consumption.

@marcopeereboom marcopeereboom changed the title Add external dashboard daemon WIP: Add external dashboard daemon Feb 26, 2024
@joshuasing joshuasing marked this pull request as draft February 26, 2024 14:48
This is a bit awkward and probably does not belong here. However, this
code is copy and pasted everywhere and pretty brittle. So to prevent
reinventing the wheel and bad copy paste it is allowed here.
@Dayes917

This comment was marked as spam.

@marcopeereboom
Copy link
Copy Markdown
Contributor Author

We have made this worh with prometheus. We are not going to do this ourselves.

@joshuasing joshuasing deleted the dash branch July 16, 2025 19:56
marcopeereboom added a commit that referenced this pull request May 19, 2026
- Add comment documenting that inscription IDs use little-endian
  index per the ord protocol (AL-CT #5)
- Move ordinalindex_design.go to ordinalindex_design.md (AL-CT #11)
- Simplify OrdinalInscribedSatBounds using util.BytesPrefix and
  First()/Last() instead of manual seek logic (AL-CT #1)
marcopeereboom added a commit that referenced this pull request May 19, 2026
- Add comment documenting that inscription IDs use little-endian
  index per the ord protocol (AL-CT #5)
- Move ordinalindex_design.go to ordinalindex_design.md (AL-CT #11)
- Simplify OrdinalInscribedSatBounds using util.BytesPrefix and
  First()/Last() instead of manual seek logic (AL-CT #1)
- Move TestDbUpgradeV6 to level_test.go with other upgrade tests
  (AL-CT #14)
marcopeereboom added a commit that referenced this pull request May 20, 2026
- Add comment documenting that inscription IDs use little-endian
  index per the ord protocol (AL-CT #5)
- Move ordinalindex_design.go to ordinalindex_design.md (AL-CT #11)
- Simplify OrdinalInscribedSatBounds using util.BytesPrefix and
  First()/Last() instead of manual seek logic (AL-CT #1)
- Move TestDbUpgradeV6 to level_test.go with other upgrade tests
  (AL-CT #14)
marcopeereboom added a commit that referenced this pull request May 20, 2026
- Add comment documenting that inscription IDs use little-endian
  index per the ord protocol (AL-CT #5)
- Move ordinalindex_design.go to ordinalindex_design.md (AL-CT #11)
- Simplify OrdinalInscribedSatBounds using util.BytesPrefix and
  First()/Last() instead of manual seek logic (AL-CT #1)
- Move TestDbUpgradeV6 to level_test.go with other upgrade tests
  (AL-CT #14)
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.

3 participants