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
- A Vercel access token. Learn more
- Any free or paid Grafana Cloud plan or an activated on-prem Grafana Enterprise license. Contracted Cloud customers should refer to their agreement.
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
Field | Description |
---|---|
Name | A 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.
Field | Description |
---|---|
Token | Enter 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:
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.