Skip to content

Commit

Permalink
Merge pull request #211 from vantage-sh/dec-updates
Browse files Browse the repository at this point in the history
Add Datadog explainer
  • Loading branch information
vansia43 authored Dec 16, 2024
2 parents d21f94d + d28793f commit 79d006e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/per_unit_costs.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,18 @@ To import business metrics from Datadog, ensure Datadog is one of your [connecte

1. From the **Import Business Metrics** section, click **Import via Datadog**.
2. For **Account**, select the connected Datadog account for which you want to import metrics. If this is your first Datadog metric, you may be prompted to reauthorize your Datadog credentials and the required scopes for Vantage (i.e., `usage_read`, `metrics_read`, and `timeseries_query scopes`).
3. For **Metric**, enter a metric along with any specific filter criteria for the metric, as shown in the example below:
3. For **Metric**, enter a metric along with any specific filter criteria for the metric, as shown in the example below. For a more detailed explanation, expand the box below for an explainer video of how to convert Datadog syntax to Vantage Business Metrics:
```
aws.applicationelb.request_count{availabilityzone:us-east-1c, region:us-east-1}
```
:::info
For more information on the Datadog filtering syntax, see the [Datadog documentation](https://docs.datadoghq.com/metrics/advanced-filtering/).
:::
<details><summary>Click to view explainer video</summary>
<div style={{ position: 'relative', paddingBottom: '56.25%', height: 0 }}>
<iframe src="https://www.youtube.com/embed/x1PCc5CRTr8?si=gr__BRYbvrsGkZG3?rel=0&color=white&modestbranding=1&showinfo=0&wmode=transparent" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen="true" style={{ position: 'absolute', top: 0, left: 0, width: '100%', height: '100%', borderRadius: '10px' }}></iframe>
</div><br/>
</details>
4. For **Aggregation**, select either **Sum**, **Average**, **Maximum**, or **Minimum**. The metric is aggregated to the day based on your selection.
<details><summary>Click to view visual example</summary>
<div style={{display:"flex", justifyContent:"center"}}>
Expand Down

0 comments on commit 79d006e

Please sign in to comment.