Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.91 KB

grafana-best-practices.mdx

File metadata and controls

32 lines (24 loc) · 1.91 KB
title description meta_tags namespace permalink menu_namespace
How to use Grafana with best practices
While using the Azion data source plugin on Grafana, you can use some best practices to achieve better results.
azion, edge, observe, observability, logs, grafana, analytics
docs_grafana_best_practices
/documentation/products/guides/observe/best-practices-grafana/
observeMenu

import Button from '~/components/Button.astro'

The Azion data source plugin on Grafana allows you to customize dashboards with your Azion data.

While using Grafana, there are a few best practices you can rely on:

  • To use a time series graph, you must inform a timestamp on the Time path field. It must be used in ISO8601 format or a configurable custom format.
  • To aggregate data into multiple data points, you must use the Group by field. To use a time series graph, you must use this field.
  • Nested objects are flattened with underscores.
  • While using Grafana variables, replace them directly in the query's field.
  • To configure or change a name of a field shown in the legend, use the Alias by field: substitute $field_<field.name> with the values for the field; substitute $fieldName with a name for the field.
  • Use annotations to mark points on a graph.
  • Use the dashboard's time range to explore and analyze your data.

Find more details in the Grafana documentation.

import ContributorList from '~/components/ContributorList.astro'

Contributors Contributor