Skip to content

Commit

Permalink
todo links
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpadden committed Dec 19, 2024
1 parent 15f400b commit d98373f
Showing 1 changed file with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,21 @@ sidebar_position: 200
unlisted: true
---

Using a GraphQL API endpoint, you can export [Dagster+ Insights](/dagster-plus/insights) metrics from your Dagster+ instance.
{/* Using a GraphQL API endpoint, you can export [Dagster+ Insights](/dagster-plus/insights) metrics from your Dagster+ instance. */}
Using a GraphQL API endpoint, you can export [Dagster+ Insights](/todo) metrics from your Dagster+ instance.

Refer to the [Available Insights metrics](/dagster-plus/insights#available-metrics) for a list of available metrics.
{/* Refer to the [Available Insights metrics](/dagster-plus/insights#available-metrics) for a list of available metrics. */}
Refer to the [Available Insights metrics](/todo) for a list of available metrics.

## Prerequisites

To complete the steps in this guide, you'll need:

- A Dagster+ account
- Access to the [Dagster+ Insights feature](/dagster-plus/insights)
- A Dagster+ [user token](/dagster-plus/account/managing-user-agent-tokens#managing-user-tokens)
{/* - Access to the [Dagster+ Insights feature](/dagster-plus/insights) */}
- Access to the [Dagster+ Insights feature](/todo)
{/* - A Dagster+ [user token](/dagster-plus/account/managing-user-agent-tokens#managing-user-tokens) */}
- A Dagster+ [user token](/todo)
- Your deployment-scoped Dagster+ deployment URL. For example: `dagster-university.dagster.cloud/prod`

## Before you start
Expand All @@ -27,7 +31,8 @@ Before you start, note that:

## Using the API

In this example, we're using the [GraphQL Python Client](/concepts/webserver/graphql-client) to export the Dagster credits metric for all assets for September 2023:
{/* In this example, we're using the [GraphQL Python Client](/concepts/webserver/graphql-client) to export the Dagster credits metric for all assets for September 2023: */}
In this example, we're using the [GraphQL Python Client](/todo) to export the Dagster credits metric for all assets for September 2023:

```python
from datetime import datetime
Expand Down

0 comments on commit d98373f

Please sign in to comment.