Skip to content

Commit

Permalink
Update changelog for Sept
Browse files Browse the repository at this point in the history
  • Loading branch information
vansia43 committed Sep 19, 2024
1 parent b55484a commit cfca008
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2 deletions.
23 changes: 22 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,28 @@ image: /img/product_changelog.jpg

# Changelog

_This page was last updated on August 30, 2024, with product updates for August 2024._
_This page was last updated on September 19, 2024, with product updates for September 2024._

## September 2024

### Product Updates

- **View as VQL:** On Cost Report filters, a new button is available to see the [VQL](/vql) representation of a Cost Report filter.
- **GitHub integration:** Vantage now integrates with GitHub. See the [Connecting GitHub](/connecting_github) documentation for details on how to get started.
- **New Autopilot banner:** A banner is now displayed at the top of the **Coverage Overview** page on [Autopilot](/autopilot) when a Savings Plan is purchased.
- **Drill down on Cost Reports:** You can now [drill down](/cost_reports#category-and-subcategory-cost-filters) in the Cost Report table when the report is grouped by more than three options.
- **Account search for Cost Recommendations:** Organizations with many accounts can now search for an account to filter by on the [Cost Recommendations](/cost_recommendations) screen.
- **Faster Budget loads:** Performance improvements were made to the [Budgets](/budgets) page for faster page loads.
- **Cost Report link in Slack alerts:** A link to the corresponding Cost Report is now displayed on Slack budget alerts.
- **AWS Organization tags:** You can now filter and group by [AWS Organization tags](/cost_reports#aws-organization-tags) on Cost Reports.

### Kubernetes Agent Updates

_See [May's update](/changelog#may-24-k8s) for the most recent Kubernetes agent release._

### API Updates

_No updates for this timeframe._

## August 2024

Expand Down
4 changes: 4 additions & 0 deletions docs/cost_reports.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ When percent-based cost allocation is set as a filter, forecasts will be produce

If you want to view Amazon Elastic Container Service (ECS) cluster tags, you need to enable ECS-Managed Tags. See the [AWS documentation](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html#managed-tags) for more information.

### AWS Organization Tags {#aws-organization-tags}

You can filter and group by [AWS Organization Tags](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_tagging.html) in Cost Reports. Create a filter for **Tag**. For the **Tag Key**, these tags are displayed like `aws:organizations:tag`.

### Network Costs {#network-costs}

For resources that generate network traffic costs (e.g., NAT Gateways), a **Network Costs** button is displayed in the Cost Report list. See the [Network Flow Reports documentation](/network_flow_reports) for details on network costs.
Expand Down
11 changes: 10 additions & 1 deletion docs/vql.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,19 @@ import TabItem from '@theme/TabItem';

The Vantage Query Language (VQL) is a SQL-like language for filtering cloud cost data. It includes a normalized schema across cloud providers and basic filter syntax for creating complex filters. VQL is currently available as part of the [Vantage API](https://vantage.readme.io/reference/general) as well as within the [Vantage Terraform provider](/terraform).

:::tip
On [Cost Reports](/cost_reports), you can create a filter and click **View as VQL** to see the filter represented in VQL.

<div style={{display:"flex"}}>
<img alt="Show as VQL button on a Cost Report" width="60%" src="/img/show-as-vql.png" />
</div>

:::

- **API**. On supported endpoints, such as `/cost_reports`, you can use VQL in the `filter` parameter to programmatically create and fetch Cost Reports.
- **Terraform provider**. In supported Terraform resources, such as `vantage_saved_filter` or `vantage_cost_report`, you can use VQL for the `filter` argument to create filtered Cost Reports or saved filters.

The below examples show how to use VQL on both the API as well as on the Terraform provider. This example creates a [saved filter](/cost_reports#saved-filters) in your Vantage account using VQL.
The below examples show how to use VQL on both the API and the Terraform provider. This example creates a [saved filter](/cost_reports#saved-filters) in your Vantage account using VQL.

<Tabs>
<TabItem value="api" label="API">
Expand Down
Binary file added static/img/show-as-vql.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cfca008

Please sign in to comment.