Menu
Documentationbreadcrumb arrow Pluginsbreadcrumb arrow Vercel data source plugin

Vercel Grafana data source

Note

This plugin is in a public preview. Refer Grafana Labs release life cycle documentation for further details. If you notice any issues or having feature request, create a support ticket with your Grafana Enterprise support channel.

The Vercel data source plugin for Grafana allows you to query and visualize data from Vercel in Grafana.

Requirements

Install the plugin

To install the data source, refer to Installation.

Configure the data source in Grafana

Add a data source by filling in the following fields:

Basic fields

FieldDescription
NameA name for this particular Vercel data source.

Authentication fields

This plugin supports Bear token based authentication. Log into Vercel portal, then click Create Token and set an expiration date. Copy the token and use it as the value for the Token field.

FieldDescription
TokenEnter your Vercel access token

Configure the data source with provisioning

It is possible to configure data sources using configuration files with Grafana’s provisioning system. To read about how it works, including all the settings that you can set for this data source, refer to Provisioning Grafana data sources

Here are some provisioning examples for this data source using access key authentication:

yaml
apiVersion: 1
datasources:
  - name: Vercel
    type: grafana-vercel-datasource
    secureJsonData:
      vercel.token: your-token-here

Queries

The query editor allows you query - Access Groups, Aliases, Artifacts, Authentication, Checks, Deployments, Domains, Edge Config, Log Drains, Projects, Security, Teams and Webhooks. Select the action type and enter required parameters and optional parameters where applicable.