Share Graphs

To share a graph:

  1. From the graph you want to share, click the pencil icon in the upper right corner.
  2. Under the Graph your data section, select the Share tab.
  3. Pick a timeframe for your graph.
  4. Pick a graph size.
  5. Choose to include the legend or not.
  6. Get the embed code with the Generate embed code button.
Share tab in a graphing editor

Revoke

To revoke the keys used to share individual (embedded) graphs:

  1. Navigate to Organization Settings > Public Sharing > Shared Graphs to see a list of all shared graphs.
  2. Find your graph by using the search bar or by sorting the table columns.
  3. Click on the Revoke button next to the graph you want to stop sharing.

Applying restrictions

You can restrict access on an IP address basis to your dashboard. Email Datadog support to enable the IP address include listing feature that allows administrators to provide a list of IP addresses that have access to shared dashboards. After it’s enabled, manage your restrictions on your organization’s Public Sharing page.

API

Datadog has a dedicated API allowing you to interact with your shared graphs (embeds):

EndpointDescription
Get all embedsGet a list of previously created embeddable graphs.
Create embedCreates a new embeddable graph.
Get specific embedGet the HTML fragment for a previously generated embed with embed_id.
Enable embedEnable the specified embed.
Revoke embedRevoke the specified embed.

Further Reading