Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(packages): add Kupo package #189

Merged
merged 1 commit into from Apr 13, 2024
Merged

feat(packages): add Kupo package #189

merged 1 commit into from Apr 13, 2024

Conversation

verbotenj
Copy link
Contributor

@verbotenj verbotenj commented Apr 13, 2024

Test

docker ps -a
CONTAINER ID   IMAGE                                     COMMAND                  CREATED          STATUS                    PORTS                                           NAMES
be3bbaf1becb   cardanosolutions/kupo:2.8.0              "kupo --node-socket …"   13 seconds ago   Up 12 seconds (healthy)   0.0.0.0:64068->1442/tcp                         kupo-2.8.0-default-kupo
a26a935778ee   ghcr.io/blinklabs-io/cardano-node:8.9.1   "/usr/local/bin/entr…"   51 seconds ago   Up 46 seconds             12788/tcp, 12798/tcp, 0.0.0.0:63989->3001/tcp   cardano-node-8.9.1-default-cardano-node

 ./cardano-up context env | grep -i "KUPO"
export KUPO_HEALTH_URL=http://localhost:64068/health
export KUPO_URL=http://localhost:64068

curl -s http://localhost:64068/health
# TYPE kupo_configuration_indexes gauge
kupo_configuration_indexes  0.0
# TYPE kupo_connection_status gauge
kupo_connection_status  1.0
# TYPE kupo_most_recent_checkpoint counter
kupo_most_recent_checkpoint  11760261
# TYPE kupo_most_recent_node_tip counter
kupo_most_recent_node_tip  57360028

Closes #163

Signed-off-by: Ales Verbic <verbotenj@blinklabs.io>
@verbotenj verbotenj merged commit 5b6d787 into main Apr 13, 2024
7 checks passed
@verbotenj verbotenj deleted the feat/add-kupo-package branch April 13, 2024 21:38
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.

Add a Kupo package
2 participants