Operations | Monitoring | ITSM | DevOps | Cloud

What is Box: Pros, Cons, and Box.com Pricing

What is Box.com? Not to be confused with Dropbox, Box is a popular cloud content management platform. But what does that mean exactly? Box's service is a platform for users to collaborate, edit, and work on various files. It is a centralized digital workspace allowing workers to operate in an environment where everything is compatible. Box enables users to securely share files and collaborate on digital projects across platforms with pretty much everyone.

Auto-Instrumenting NestJS Apps with OpenTelemetry

In this tutorial, we will go through a working example of a NestJS application auto-instrumented with OpenTelemetry. In our example we will use a simple application that outputs “Hello World!” when we call it in the browser. We will instrument this application with OpenTelemetry’s Node.js client library to generate trace data and send it to an OpenTelemetry Collector. The Collector will then export the trace data to an external distributed tracing analytics tool of our choice.