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(tooling): Add Ethereum Metrics Exporter #331

Merged
merged 5 commits into from
Oct 25, 2023
Merged

Conversation

samcm
Copy link
Member

@samcm samcm commented Oct 24, 2023

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

@barnabasbusa
Copy link
Contributor

could you also please add the multi view dashboard?

@samcm
Copy link
Member Author

samcm commented Oct 25, 2023

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

@barnabasbusa
Copy link
Contributor

Ok lets add this second round around. We should just have this merged in asap so we have a bit more metrics.

@h4ck3rk3y h4ck3rk3y merged commit de5eee8 into ethpandaops:main Oct 25, 2023
13 checks passed
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ethereum metrics exporter
3 participants