For AI agents: A markdown version of this page is available at https://docs.datadoghq.com/dashboards/sharing/graphs.md. A documentation index is available at /llms.txt.

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

All shared graphs are listed in the Public Sharing Settings page. You can also revoke individual shared graphs or disable all shared graphs from this page.

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.

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