Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace vpc with vpn, natgateway and transitgateway in aws dataset #311

Merged
merged 1 commit into from
Mar 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: AWS Billing metrics
release: ga
release: beta
type: metrics

# List of supported streams. There can be multiple stream definitions for different input types.
Expand Down
8 changes: 4 additions & 4 deletions dev/packages/example/aws-1.0.0/dataset/dynamodb/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
title: AWS Dynamo metrics
release: ga
title: AWS dynamodb metrics
release: beta
type: metrics

streams:
- input: aws/metrics
title: AWS billing metrics
description: AWS billing metrics
title: AWS dynamodb metrics
description: AWS dynamodb metrics
vars:
- name: period
description: Collection frequency for dynamodb metrics.
Expand Down
2 changes: 1 addition & 1 deletion dev/packages/example/aws-1.0.0/dataset/lambda/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: AWS lambda metrics
release: ga
release: beta
type: metrics

streams:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
input: aws/metrics
period: {{period}}
metricsets: natgateway
dataset: aws.natgateway
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- name: aws.natgateway
type: group
description: >
`vpn` contains the metrics from Cloudwatch to track usage of natgateway related resources.
release: beta
fields:
14 changes: 14 additions & 0 deletions dev/packages/example/aws-1.0.0/dataset/natgateway/manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
title: AWS natgateway metrics
release: beta
type: metrics

streams:
- input: aws/metrics
title: AWS natgateway metrics
description: AWS natgateway metrics
enabled: false
vars:
- name: period
description: Collection frequency for natgateway metrics.
type: period
default: 1m
2 changes: 1 addition & 1 deletion dev/packages/example/aws-1.0.0/dataset/sns/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: AWS sns metrics
release: ga
release: beta
type: metrics

streams:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
input: aws/metrics
period: {{period}}
metricsets: transitgateway
dataset: aws.transitgateway
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- name: aws.transitgateway
type: group
description: >
`vpn` contains the metrics from Cloudwatch to track usage of transit gateway related resources.
release: beta
fields:
14 changes: 14 additions & 0 deletions dev/packages/example/aws-1.0.0/dataset/transitgateway/manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
title: AWS transitgateway metrics
release: beta
type: metrics

streams:
- input: aws/metrics
title: AWS transitgateway metrics
description: AWS transitgateway metrics
enabled: false
vars:
- name: period
description: Collection frequency for transitgateway metrics.
type: period
default: 1m
4 changes: 2 additions & 2 deletions dev/packages/example/aws-1.0.0/dataset/usage/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: AWS usage metrics
release: ga
release: beta
type: metrics

streams:
Expand All @@ -8,6 +8,6 @@ streams:
description: AWS usage metrics
vars:
- name: period
description: Collection frequency usage elb metrics.
description: Collection frequency for usage metrics.
type: period
default: 1m
6 changes: 0 additions & 6 deletions dev/packages/example/aws-1.0.0/dataset/vpc/fields/fields.yml

This file was deleted.

14 changes: 0 additions & 14 deletions dev/packages/example/aws-1.0.0/dataset/vpc/manifest.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
input: aws/metrics
period: {{period}}
metricsets: vpc
dataset: aws.vpc
metricsets: vpn
dataset: aws.vpn
6 changes: 6 additions & 0 deletions dev/packages/example/aws-1.0.0/dataset/vpn/fields/fields.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- name: aws.vpn
type: group
description: >
`vpn` contains the metrics from Cloudwatch to track usage of VPN related resources.
release: beta
fields:
14 changes: 14 additions & 0 deletions dev/packages/example/aws-1.0.0/dataset/vpn/manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
title: AWS vpn metrics
release: beta
type: metrics

streams:
- input: aws/metrics
title: AWS vpn metrics
description: AWS vpn metrics
enabled: false
vars:
- name: period
description: Collection frequency for vpn metrics.
type: period
default: 1m