✨ Strapi MCP is now Generally Available - let your agents manage your Strapi content ✨

Custom plugins & MarketplaceBeginner2 min read

New Community Plugin: API Monitoring and Observability

May 23, 2023Updated on July 8, 2026
New Community Plugin: API Monitoring and Observability

With requests to APIs accounting for over 80% of the Internet’s traffic, monitoring and having insights into the APIs we provide to the public and even internally has never been more crucial.

Treblle is a platform that is positioned to be seen as the Google Analytics for APIs and with this plugin, Strapi users have access to all the features of Treblle for the REST API they are exposing to their users.

About this Plugin

The Treblle plugin (no longer available in Strapi 5) allows Strapi users to use Treblle - a lightweight SDK that helps engineering and product teams build, ship, and maintain REST-based APIs faster.

With this plugin, Strapi users will have access to all the features of Treblle for the REST APIs that are being exposed. These features include:

And more new features that will be launched soon.

Why We Built it?

Treblle Plugin

Strapi is the leading open-source headless CMS, with many users exposing their CMS content over the provided Strapi REST API.

Treblle was created to ensure that folks shipping or exposing REST APIs can monitor requests to their APIs in real-time, track API performance, and collaborate in the evolution of said APIs.

With this plugin, the leading open-source headless CMS - Strapi - now seamlessly integrates with the mission control for REST APIs - Treblle.

How it Works Under the Hood

The Treblle plugin works by exposing a Strapi plugin middleware that sends the requests and responses from the Strapi REST API to the Treblle dashboard.

// config/middlewares.js
module.exports = [
  'plugin::treblle.treblle',
]

To get started, you will need to create a FREE account on Treblle, create a new project for your Strapi API on your Treblle Dashboard, obtain your Treblle API Key and Project ID on your Treblle Dashboard, and follow the setup instructions of the Treblle plugin.

What’s Next?

This plugin works as seamlessly as possible but expects more improvements, like the integration experience improvements with this Plugin and the Strapi Admin panel. You can keep an eye on the issues of this plugin on GitHub.

How to Contribute?

The Treblle plugin is completely open-source, so anyone is welcome to contribute. You can contribute in any of the following ways:

Kelvin OmereshoneFull-stack JavaScript Engineer

I am a Full-stack JavaScript Engineer with an interest in APIs, developer tools and open-source. I love teaching people JavaScript and I do that via sailscasts.com, and I run an open-source community of JavaScript developers as well.

MUX Video Uploader Plugin and Strapi
Custom plugins & Marketplace·5 min read

Integrating Mux Video Uploader Plugin with Strapi and Next.js

Effectively managing video content is challenging due to the digital content produced daily. For this reason, we've got...

·July 1, 2024
Custom plugins & Marketplace·7 min read

Announcing Custom fields and updated API Token in Strapi v4.4

Today, we're excited to announce the release of Strapi v4.4, with highly awaited features, improvements and fixes to...

·September 29, 2022
Custom plugins & Marketplace·6 min read

5 Things to Keep in Mind Before Creating a Strapi Plugin

This article suggests several factors you might want to take into account when developing a Strapi plugin.

·September 20, 2022