-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[WIP] OTEL / Prom metrics benchmark #5676
base: main
Are you sure you want to change the base?
Commits on Jun 19, 2024
-
Signed-off-by: Wise-Wizard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1f9b7a - Browse repository at this point
Copy the full SHA f1f9b7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12403b1 - Browse repository at this point
Copy the full SHA 12403b1View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 175efa3 - Browse repository at this point
Copy the full SHA 175efa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 443858f - Browse repository at this point
Copy the full SHA 443858fView commit details
Commits on Jun 21, 2024
-
Signed-off-by: Wise-Wizard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a073b6 - Browse repository at this point
Copy the full SHA 0a073b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa92107 - Browse repository at this point
Copy the full SHA aa92107View commit details -
Update pkg/metrics/otelmetrics/factory.go
Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: Saransh Shankar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7efd9b9 - Browse repository at this point
Copy the full SHA 7efd9b9View commit details
Commits on Jun 22, 2024
-
Created benchmark to compare metric implementation
Signed-off-by: Wise-Wizard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a70d64a - Browse repository at this point
Copy the full SHA a70d64aView commit details -
Merge branch 'OTEL_Metrics' of https://github.com/Wise-Wizard/jaeger …
…into OTEL_Metrics
Configuration menu - View commit details
-
Copy full SHA for 2ab543b - Browse repository at this point
Copy the full SHA 2ab543bView commit details -
Signed-off-by: Wise-Wizard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc2a9ed - Browse repository at this point
Copy the full SHA dc2a9edView commit details -
Configuration menu - View commit details
-
Copy full SHA for f508b8a - Browse repository at this point
Copy the full SHA f508b8aView commit details -
tested via ``` $ go test -benchmem -benchtime=5s -bench=Benchmark ./internal/metrics/ ``` before: ``` BenchmarkPrometheusCounter-10 856818336 6.875 ns/op 0 B/op 0 allocs/op BenchmarkOTELCounter-10 146044255 40.92 ns/op 32 B/op 2 allocs/op ``` after: `` BenchmarkPrometheusCounter-10 855046669 6.924 ns/op 0 B/op 0 allocs/op BenchmarkOTELCounter-10 293330721 21.05 ns/op 16 B/op 1 allocs/op ``` Signed-off-by: Yuri Shkuro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a99291 - Browse repository at this point
Copy the full SHA 4a99291View commit details -
Signed-off-by: Wise-Wizard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 099ba05 - Browse repository at this point
Copy the full SHA 099ba05View commit details
Commits on Jun 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 21c14b4 - Browse repository at this point
Copy the full SHA 21c14b4View commit details -
Used metrics.NullCounter as return type
Signed-off-by: Wise-Wizard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b47b12 - Browse repository at this point
Copy the full SHA 8b47b12View commit details -
Created rough implementation of OTEL SDK
Signed-off-by: Wise-Wizard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8032ce2 - Browse repository at this point
Copy the full SHA 8032ce2View commit details
Commits on Jun 24, 2024
-
Signed-off-by: Wise-Wizard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ec5ec4 - Browse repository at this point
Copy the full SHA 6ec5ec4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33d5855 - Browse repository at this point
Copy the full SHA 33d5855View commit details -
Signed-off-by: Wise-Wizard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e7dcbb - Browse repository at this point
Copy the full SHA 4e7dcbbView commit details -
Signed-off-by: Wise-Wizard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f29cad5 - Browse repository at this point
Copy the full SHA f29cad5View commit details -
Signed-off-by: Yuri Shkuro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 723d74a - Browse repository at this point
Copy the full SHA 723d74aView commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8735f6 - Browse repository at this point
Copy the full SHA c8735f6View commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d04050c - Browse repository at this point
Copy the full SHA d04050cView commit details