interceptors: migrate to otel and add logging interceptor

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
2024-10-17 17:15:05 +02:00
parent 9591a64e09
commit 3a3d77169c
41 changed files with 2817 additions and 852 deletions

View File

@ -0,0 +1,31 @@
// Code generated by protoc-gen-defaults. DO NOT EDIT.
package testservice
var TestServiceMethods = struct {
PingEmpty string
Ping string
PingError string
PingList string
PingStream string
}{
PingEmpty: "/mwitkow.testproto.TestService/PingEmpty",
Ping: "/mwitkow.testproto.TestService/Ping",
PingError: "/mwitkow.testproto.TestService/PingError",
PingList: "/mwitkow.testproto.TestService/PingList",
PingStream: "/mwitkow.testproto.TestService/PingStream",
}
var PingRequestFields = struct {
Value string
}{
Value: "value",
}
var PingResponseFields = struct {
Value string
Counter string
}{
Value: "value",
Counter: "counter",
}