chore: Add network-monitor image and update compose with tempo and grafana#1948
Merged
chore: Add network-monitor image and update compose with tempo and grafana#1948
Conversation
These are required to get the Drilldown/Traces page work in Grafana.
Tempo has implemented some changes that make the metrics_generator configuration broken with `latest`.
SantiagoPittella
approved these changes
Apr 17, 2026
Collaborator
SantiagoPittella
left a comment
There was a problem hiding this comment.
Overall looks good and works properly. The default dashboard can be improved but we can tackle that later I guess
Comment on lines
+153
to
+160
| environment: | ||
| - MIDEN_MONITOR_RPC_URL=http://rpc:57291 | ||
| - MIDEN_MONITOR_PORT=3001 | ||
| - MIDEN_MONITOR_NETWORK_NAME=Localhost | ||
| - MIDEN_MONITOR_DISABLE_NTX_SERVICE=true | ||
| - MIDEN_MONITOR_ENABLE_OTEL=true | ||
| - OTEL_EXPORTER_OTLP_ENDPOINT=http://tempo:4317 | ||
| - OTEL_SERVICE_NAME=monitor |
Collaborator
There was a problem hiding this comment.
We probably would want to enable some more checks, like validator and network transactions. This can be done in a follow up PR, if you create an issue feel free to assign it to me.
kkovaacs
approved these changes
Apr 18, 2026
Contributor
kkovaacs
left a comment
There was a problem hiding this comment.
Works great for me. Thanks!
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.
Relates to #1886.