pinpoint-apm / pinpoint

APM, (Application Performance Management) tool for large-scale distributed systems.
https://pinpoint-apm.gitbook.io/
Apache License 2.0
13.37k stars 3.75k forks source link

Need Thrift IDL file to generate service identification #9925

Open coanor opened 1 year ago

coanor commented 1 year ago

Which module is your feature request related to?

We found that there was gRPC IDL, but we need thrift IDL to generate some language's service identification, but I can't find these file within the project.

Is your feature request related to a problem?

Need IDL spec file.

Describe the solution you'd like

Like gRPC IDL.

emeroad commented 1 year ago

We plan to remove thrift transport from pinpoint 2.6.0.

CodapeWild commented 1 year ago

Hi there, Thanks for this information, I have some legacy code in my project need the services defined by Thrift IDL, would u please provide some archive repo like 'pinpoint-grpc-idl' that will really help me out, Thank u again.