-
Hello, I want to collect the requests per second for an open-sourced microservices application that uses Apache Thrift for the primary communication between microservices. (DeathStarBench: https://github.com/delimitrou/DeathStarBench) I am aware that the official web site mentions that Linkerd supports telemetry only for HTTP, HTTP/2, and gRPC. (https://linkerd.io/2/features/telemetry/) Thank you in advance!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Isn't the Apache Thrift protocol based on HTTP? From what I read, it's just a way to encode/decode data types (json, xml, binary stream etc.), right? |
Beta Was this translation helpful? Give feedback.
Isn't the Apache Thrift protocol based on HTTP? From what I read, it's just a way to encode/decode data types (json, xml, binary stream etc.), right?