cbt: address devnet CBT instances by their analytics ingress host#311
Open
samcm wants to merge 1 commit into
Open
cbt: address devnet CBT instances by their analytics ingress host#311samcm wants to merge 1 commit into
samcm wants to merge 1 commit into
Conversation
Devnet networks have no cbt.<network>.ethpandaops.io DNS record — the per-devnet wildcard resolves to the devnet fleet's own ingress, so the convention host 404s for every devnet. The per-devnet CBT instances the mca-devnets ApplicationSet deploys are reachable at <network>-xatu-cbt.analytics.production.platform.ethpandaops.io, derived from the network name alone, so route *-devnet-* networks there.
Contributor
🐼 Smoke eval —
|
| question | result | tokens | tools |
|---|---|---|---|
forky_node_coverage |
✅ | 14,552 | 4 |
tracoor_node_coverage |
✅ | 16,253 | 5 |
mainnet_block_arrival_p50 |
✅ | 15,075 | 6 |
list_datasources |
✅ | 13,001 | 2 |
block_count_24h |
✅ | 24,210 | 10 |
missed_slots_24h |
✅ | 25,700 | 13 |
chartkit_default_arrival_distribution |
✅ | 47,920 | 24 |
storage_upload_session_scoped |
✅ | 17,376 | 9 |
🔭 Langfuse traces (8 runs; ⚠️ = failed)
The report walks this branch's commits against the master baseline and the most recent release. A self-contained copy is in the run's eval-smoke-* artifact.
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.
panda cbt404s for every devnet: the module deriveshttps://cbt.<network>.ethpandaops.iofor all networks, but devnets have no such DNS record — the per-devnet wildcard resolves to the devnet fleet's own ingress, not the analytics cluster hosting CBT. Devnet CBT instances are already reachable at<network>-xatu-cbt.analytics.production.platform.ethpandaops.io(provisioned per devnet by the mca-devnets ApplicationSet, derived from the network name alone), soNetworkBaseURLnow routes*-devnet-*networks there. Named networks keep the vanity host.