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

Implement OSS-compatible tracing #123

Closed
somaritane opened this issue May 15, 2020 · 2 comments
Closed

Implement OSS-compatible tracing #123

somaritane opened this issue May 15, 2020 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@somaritane
Copy link
Contributor

This issue is a spin off from #47

Implement relevant tracing that provide insight into:

  • Edge DNS integrations
  • Split brain scenarios
  • Failover
  • Reconciliation
  • Load balancing strategies used

Current consideration is to use OpenTracing Go API https://opentracing.io/guides/golang/.
This implies manual code instrumentation unless more non-intrusive solution is found.

@somaritane somaritane added this to the 0.7 milestone May 15, 2020
@somaritane somaritane added the enhancement New feature or request label May 15, 2020
@ytsarev ytsarev modified the milestones: 0.7, 0.8 Oct 19, 2020
@ytsarev ytsarev modified the milestones: 0.8, 0.9, 1.0 Mar 16, 2021
@kuritka kuritka self-assigned this Sep 23, 2021
@kuritka kuritka removed their assignment Apr 26, 2022
@somaritane
Copy link
Contributor Author

UPD: OpenTracing project is archived, current plan is to use https://opentelemetry.io/

@somaritane somaritane changed the title Expose tracing Implement OSS-compatible tracing Jul 25, 2022
@somaritane
Copy link
Contributor Author

Addressed by #934

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

3 participants