-
Notifications
You must be signed in to change notification settings - Fork 150
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(tooling): Add Ethereum Metrics Exporter #331
Merged
Merged
Conversation
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
src/ethereum_metrics_exporter/ethereum_metrics_exporter_launcher.star
Outdated
Show resolved
Hide resolved
could you also please add the multi view dashboard? |
We don't have a functioning multi view dashboard (the one in Observability Grafana is WIP/broken) 😢. Maybe we can fix that one or create one? Will just take a bit of time |
Ok lets add this second round around. We should just have this merged in asap so we have a bit more metrics. |
barnabasbusa
approved these changes
Oct 25, 2023
h4ck3rk3y
approved these changes
Oct 25, 2023
h4ck3rk3y
reviewed
Oct 25, 2023
h4ck3rk3y
reviewed
Oct 25, 2023
h4ck3rk3y
added a commit
that referenced
this pull request
Oct 25, 2023
🤖 I have created a release *beep* *boop* --- ## [1.0.0](0.6.1...1.0.0) (2023-10-25) ### ⚠ BREAKING CHANGES * merged genesis generation ([#288](#288)) ### Features * add "disable_peer_scoring" global flag ([#311](#311)) ([63f7ff3](63f7ff3)), closes [#304](#304) * add mock mev ci ([#310](#310)) ([d4bec9e](d4bec9e)) * add trusted setup file to teku ([#325](#325)) ([605e155](605e155)) * bump json-rpc-snooper ([#329](#329)) ([242a4cd](242a4cd)) * json to yaml everything ([#332](#332)) ([c9669ae](c9669ae)) * merged genesis generation ([#288](#288)) ([743ba44](743ba44)) * rework how keys are generated ([#301](#301)) ([59f15ca](59f15ca)) * **tooling:** Add Ethereum Metrics Exporter ([#331](#331)) ([de5eee8](de5eee8)) * use base image instead of pip install ([#322](#322)) ([18da90b](18da90b)) ### Bug Fixes * add readme for mev-builder-cl-image ([#314](#314)) ([c46b6bf](c46b6bf)) * formatting - missing jwt secret ([#312](#312)) ([728964c](728964c)) * genesis validators root had an extra new line ([#326](#326)) ([4fa4937](4fa4937)) * geth flags for verkle genesis ([#328](#328)) ([e721373](e721373)) * path based storage - disable for older forks ([#336](#336)) ([76e3424](76e3424)) * path based storage disable for elecra ([#316](#316)) ([86fa8ef](86fa8ef)) * remove image name for ethereum-metrics-exporter ([#335](#335)) ([4bac042](4bac042)) * remove path based storage when builder is used ([#327](#327)) ([d3cf3f4](d3cf3f4)) * revert the default deneb at epoch 4 ([#323](#323)) ([9342418](9342418)) * take out the genesis versions as constants ([#324](#324)) ([a8afcef](a8afcef)) * wrong builder metrics flag ([#319](#319)) ([51a4422](51a4422)) * zero count validators and parallel keystore generation ([#302](#302)) ([18b141e](18b141e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Gyanendra Mishra <anomaly.the@gmail.com>
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.
Adds support for https://github.com/ethpandaops/ethereum-metrics-exporter. An instance for every participant is spun up as EME only supports a single EL/CL pair. Can be enabled on a global or participant level.
Resolves #305