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

First design for Open Telemetry #7

Merged
merged 5 commits into from
Feb 26, 2024
Merged

First design for Open Telemetry #7

merged 5 commits into from
Feb 26, 2024

Conversation

youben11
Copy link
Member

This first design focus on the EVM execution, tracing important operations (fhEVM). We will look later onto how to extend this with more info for better observability

Related to zama-ai/fhevm-go#82

core/vm/tracing.go Outdated Show resolved Hide resolved
Copy link
Contributor

@leventdem leventdem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

I will update the README after.

defaultTracerName = "otel-instrumented-apps"
)

func init() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The issue with this init is that of we do not start jaeger on the collectorEndPoint, Ethermint is not starting at all there is no information to specify what happen's ? How can we solve it ? Can we call init from elsewhere to enable it through flags like here for pprof

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.

3 participants