• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..19-Apr-2021-

README.mdH A D19-Apr-2021234 64

doc.goH A D19-Apr-2021703 171

endpoints.goH A D19-Apr-20211.8 KiB6439

endpoints_test.goH A D19-Apr-20211.3 KiB4423

metrics.goH A D19-Apr-20214.3 KiB12572

metrics_test.goH A D19-Apr-20211.9 KiB6136

normalizer.goH A D19-Apr-20212.5 KiB10264

normalizer_test.goH A D19-Apr-20211 KiB3517

observer.goH A D19-Apr-20214.3 KiB172123

observer_test.goH A D19-Apr-20215.3 KiB176140

README.md

1An Observer that can be used to emit RPC metrics
2================================================
3
4It can be attached to the tracer during tracer construction.
5See `ExampleObserver` function in [observer_test.go](./observer_test.go).
6