Skip to main content

6 min read
Ankit Anand

Alone we can do so little; together we can do so much.
Helen Keller

This is our 12th monthly product newsletter, and every month our team has shipped code to make SigNoz better for our users. Our latest release is special! It is not only packed with much-awaited user-requested features, but it is also the first time our team met in person to ship a release together.

12 min read
Vaishnavi Abirami

gRPC (Google Remote Procedure Call) is a high-performance, open-source universal RPC 聽framework that Google developed to achieve high-speed communication between microservices. gRPC has Protobuf (protocol buffers) by default which would format or serialize the messages to a specific format that will be highly packed, highly efficient data. By its virtue of being a lightweight RPC, gRPC is suited for many use-cases.