-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prometheus/otel demand that these metric names be unique, so when we're generic over the different pools, we break uniqueness, and get zero metrics. Temporarily turn the attestation and epoch proof metrics to no-ops to fix metrics. Proof: <img width="779" alt="Screenshot 2024-10-13 at 14 56 51" src="https://github.com/user-attachments/assets/01a53d8a-e430-4d68-9df5-c5fca128ef56"> Disabled until #9227
- Loading branch information
1 parent
286d617
commit 9445a4f
Showing
5 changed files
with
50 additions
and
6 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
spartan/aztec-network/values/3-validators-with-metrics.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
########## | ||
# BEWARE # | ||
########## | ||
# You need to deploy the metrics helm chart before using this values file. | ||
# head to spartan/metrics and run `./install.sh` | ||
# (then `./forward.sh` if you want to see it) | ||
telemetry: | ||
enabled: true | ||
otelCollectorEndpoint: http://metrics-opentelemetry-collector.metrics:4318 | ||
|
||
validator: | ||
debug: "aztec:*,-aztec:avm_simulator:*,-aztec:libp2p_service,-aztec:world-state:database" | ||
replicas: 3 | ||
validatorKeys: | ||
- 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 | ||
- 0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d | ||
- 0x5de4111afa1a4b94908f83103eb1f1706367c2e68ca870fc3fb9a804cdab365a | ||
validatorAddresses: | ||
- 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 | ||
- 0x70997970C51812dc3A010C7d01b50e0d17dc79C8 | ||
- 0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC | ||
validator: | ||
disabled: false | ||
|
||
bootNode: | ||
validator: | ||
disabled: true |
This file contains 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
This file contains 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
This file contains 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
This file contains 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