Skip to main content

13 posts tagged with "opentelemetry-tutorials"

View All Tags

12 min read
Ankit Anand
Sai Deepesh

Nodejs tops the list of most widely used frameworks for server-side programming by developers. Powered by Google鈥檚 V8 engine, its performance is incredible. As a result, Nodejs has now become a critical part of the technology stack of large-scale enterprises and startups. And as nodejs is based on Javascript, it is also easier to learn and begin with.

8 min read
Pranshu Chittora
Ankit Anand

PHP is a widely popular server-side language and enjoys the top spot in terms of market share. Many world-famous organizations like Facebook have their applications written in PHP. WordPress, which powers 43% of all websites, is also built on PHP. In this tutorial, we will use OpenTelemetry to instrument a PHP application for telemetry data.

11 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.