Help build the future of open source observability software Open positions

Check out the open source projects we support Downloads

The actually useful free plan

Grafana Cloud Free Tier
check

10k series Prometheus metrics

check

50GB logs, 50GB traces, 50GB profiles

check

500VUh k6 testing

check

20+ Enterprise data source plugins

check

100+ pre-built solutions

check

3 active AI users

Featured webinar

Getting started with grafana LGTM stack

Getting started with managing your metrics, logs, and traces using Grafana

Learn how to unify, correlate, and visualize data with dashboards using Grafana.

Open source

Transformations

Server side transformations are introduced in Infinity 2.0. You can perform basic data manipulation in the server side.

To perform server side transformations, you need to add a query type of transformations. Once this added, this will perform server side transformation over all the previous infinity queries with backend parser.

Warning: Infinity Transformations/Server side transformations, are not available neither for non infinity datasources nor infinity queries with non-backend parsers.

Example

image image

Supported transformations

Limit

Limit transformation limits the number of result items rows in each query.

Filter Expression

Filter the results based on column values in each query.

Computed Column

Appends a new column based on expression

Summarize / Group by

Group by results based on aggregation and dimension.

Note: All these transformations, are done post processing. ( once server responds with data, infinity backend client manipulates the data. ). If your API supports, such transformations on server side, use those instead of this.