fix(backfill): fixed the bot comments
Signed-off-by: Akhil Repala <[email protected]>
Signed-off-by: Akhil Repala <[email protected]>
Signed-off-by: Akhil Repala <[email protected]>
Signed-off-by: Akhil Repala <[email protected]>
Signed-off-by: Akhil Repala <[email protected]>
* feat(dashboards): add __inputs metadata and Grafana Cloud import script Add DS_PROMETHEUS datasource input entry to __inputs in all six dashboard JSON files (node-overview, block-production, peer-health, mempool, resources, full-panel). Panel datasource UIDs remain hardcoded as "prometheus" so file-based provisioning on self-hosted Grafana continues to work without modification. Add docs/dashboards/import-to-cloud.sh: a helper script for Grafana Cloud installs where the Prometheus datasource UID differs from "prometheus". The script auto-discovers the datasource UID via the Grafana API, rewrites the UID in-memory, and POSTs each dashboard to a target folder. Signed-off-by: wcatz <[email protected]> * feat(dashboards): use standard Grafana __inputs pattern for datasource portability Replace hardcoded datasource UID "prometheus" with the standard ${DS_PROMETHEUS} variable in all six dashboard JSON files (node-overview, block-production, peer-health, mempool, resources, full-panel), and add the corresponding __inputs entry in each file. This is the canonical Grafana export-for-sharing format: when a user imports any of these dashboards via Dashboards → New → Import, Grafana reads __inputs, shows a "Select your Prometheus datasource" dropdown, and substitutes the chosen UID before saving. No manual UID editing or helper scripts needed. Remove import-to-cloud.sh; the standard import UI handles this now. Signed-off-by: wcatz <[email protected]> --------- Signed-off-by: wcatz <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Replace hardcoded datasource UID "prometheus" with the standard ${DS_PROMETHEUS}
variable in all six dashboard JSON files (node-overview, block-production,
peer-health, mempool, resources, full-panel), and add the corresponding __inputs
entry in each file.
This is the canonical Grafana export-for-sharing format: when a user imports any
of these dashboards via Dashboards → New → Import, Grafana reads __inputs, shows
a "Select your Prometheus datasource" dropdown, and substitutes the chosen UID
before saving. No manual UID editing or helper scripts needed.
Remove import-to-cloud.sh; the standard import UI handles this now.
Signed-off-by: wcatz <[email protected]>
Add DS_PROMETHEUS datasource input entry to __inputs in all six dashboard JSON files (node-overview, block-production, peer-health, mempool, resources, full-panel). Panel datasource UIDs remain hardcoded as "prometheus" so file-based provisioning on self-hosted Grafana continues to work without modification. Add docs/dashboards/import-to-cloud.sh: a helper script for Grafana Cloud installs where the Prometheus datasource UID differs from "prometheus". The script auto-discovers the datasource UID via the Grafana API, rewrites the UID in-memory, and POSTs each dashboard to a target folder. Signed-off-by: wcatz <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Add entities/stake_pools/vrf_key_hashes/v0 namespace
[ci skip]
Co-authored-by: sg-doc-holiday[bot] <219201796+sg-doc-holiday[bot]@users.noreply.github.com>
Closes #5276.
## Summary
- `flake.nix`: `cardano-node-runtime` ref `10.7.1` ->
[`11.0.1`](https://github.com/IntersectMBO/cardano-node/releases/tag/11.0.1)
- `flake.lock`: updates the `cardano-node-runtime` input to node commit
`97036a66bcf8c89f687ae57a048eecc0389977ef`, plus the nested runtime
inputs required by that flake (`CHaP`, `iohk-nix`, `blst`). The wallet's
own root `haskell.nix`, `hackage.nix`, and `iohk-nix` inputs stay
unchanged from `master`.
- `lib/local-cluster/.../GenesisFiles.hs`: shelley genesis `ProtVer
(natVersion @10) 0` -> `(natVersion @12) 0`. Required because node 11.0
with `setExperimental True` forges at `ProtVer 12.0` (was `11.0` in
10.7.x); see
[`48a71bb0e`](https://github.com/IntersectMBO/cardano-node/commit/48a71bb0e).
Same surgery as #5249 was for the 10.7 line.
- `lib/local-cluster/.../{ConfiguredPool,KeyRegistration}.hs`: extends
early local-cluster bootstrap transaction TTLs so setup certificates
survive node 11 startup/tx-submission timing and are forged before the
integration tests inspect stake-pool retirement state.
This is the runtime-only bump: only the bundled cardano-node binary
changes. Haskell-side dependency bumps (`cardano-api 10 -> 11`,
`cardano-ledger-conway 1.22.0 -> 1.22.1`, CHaP index-state) are tracked
in #5275.
## Test plan
- [x] `nix build .#cardano-node .#cardano-cli` -> `cardano-node 11.0.1`,
`cardano-cli 11.0.0.0` from the new input
- [x] `nix build` (default outputs build gate) green
- [x] `just test-local-cluster` -- 39 examples, 0 failures (real cluster
boot scenarios under node 11.0.1)
- [x] `just conway-integration-tests-match 4 ""` -- 1037 examples, 0
failures, 39 pending (~23 min)
- [x] `nix develop --quiet .#docs --command mdbook build -d
../../_build-test docs/site` -- local docs build green after keeping
root docs/toolchain inputs unchanged
- [x] Focused local repro after TTL fix: `integration-exe --match '/API
Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_LIST_01 - List stake
pools/pools have the correct retirement information/' --seed 161854318`
-- 1 example, 0 failures
- [x] Focused local repro after TTL fix: `integration-exe --match '/API
Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_GARBAGE_COLLECTION_01 -
retired pools are garbage collected on schedule and not before/' --seed
161854318` -- 1 example, 0 failures
Signed-off-by: Doc Holiday <[email protected]> Signed-off-by: Doc Holiday <[email protected]>
Signed-off-by: Doc Holiday <[email protected]> Signed-off-by: Doc Holiday <[email protected]>
Signed-off-by: Doc Holiday <[email protected]> Signed-off-by: Doc Holiday <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: cryptodj413 <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>