Introduction

What is LogQL?

LogQL is an observability platform for GraphQL applications. It automatically collects metrics from operations, requests and errors from your graphql services and provide a web dashboard with aggregated metrics to observe the state of your API.

Unlike other observability platforms that are more generic, logql requires almost no configuration so that you can get value out of it without investing time configuring the plugin or manually creating dashboards.

At the moment logql is only available for Apollo Server but we are planning to support more languages and libraries in the future.

Architecture

LogQL uses a plugin to collect the metrics from your APIs. The data are then aggregated and presented on the logql app (opens in a new tab).