-
Notifications
You must be signed in to change notification settings - Fork 469
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add rally benchmark for aws.billing * config timestamp period * rename metrics-benchmark to billing-benchmark * bump github.com/elastic/package-spec/v3@v3.0.1
- Loading branch information
Andrea Spacca
authored
Nov 23, 2023
1 parent
c209241
commit becb92c
Showing
4 changed files
with
206 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
description: Benchmark 20000 aws.billing events ingested | ||
data_stream: | ||
name: billing | ||
corpora: | ||
generator: | ||
total_events: 20000 | ||
template: | ||
type: gotext | ||
path: ./billing-benchmark/template.ndjson | ||
config: | ||
path: ./billing-benchmark/config.yml | ||
fields: | ||
path: ./billing-benchmark/fields.yml |
54 changes: 54 additions & 0 deletions
54
packages/aws/_dev/benchmark/rally/billing-benchmark/config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
fields: | ||
- name: 'timestamp' | ||
period: 1440m # one day | ||
- name: cloud.region | ||
enum: ["us-east-1", "us-east-2", "us-west-1", "us-west-2", "ap-south-1", "ap-northeast-3", "ap-northeast-2", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ca-central-1", "eu-central-1", "eu-west-1", "eu-west-2", "eu-west-3", "eu-north-1", "sa-east-1", "af-south-1", "ap-east-1", "ap-south-2", "ap-southeast-3", "eu-south-2", "eu-central-2", "me-south-1", "me-central-1"] | ||
cardinality: 25 | ||
- name: cloud.account.id | ||
value: "123456789" | ||
- name: cloud.account.name | ||
value: sample-account | ||
- name: aws.billing.currency | ||
value: "USD" | ||
- name: aws.billing.ServiceName | ||
# NOTE: When empty the data refers to estimated charged for the entire account. We cannot reproduce the content (as it's a sum of previous data) but we want to provide the case. | ||
enum: ["", "AWSCloudTrail", "AWSCodeArtifact", "AWSConfig", "AWSCostExplorer", "AWSDataTransfer", "AWSELB", "AWSLambda", "AWSMarketplace", "AWSQueueService", "AWSSecretsManager", "AWSServiceCatalog", "AWSSystemsManager", "AWSXRay", "AmazonApiGateway", "AmazonCloudWatch", "AmazonCognito", "AmazonDynamoDB", "AmazonEC2", "AmazonECR", "AmazonEKS", "AmazonKinesis", "AmazonKinesisFirehose", "AmazonRDS", "AmazonRedshift", "AmazonRoute53", "AmazonS3", "AmazonSNS", "AmazonVPC", "awskms"] | ||
- name: agent.id | ||
value: "12f376ef-5186-4e8b-a175-70f1140a8f30" | ||
- name: agent.ephemeral_id | ||
value: "5fd278ce-2a12-4a09-a125-0c5b39aa69e3" | ||
- name: agent.name | ||
value: "host.local" | ||
- name: metricset.period | ||
value: 86400 | ||
- name: aws.billing.group_definition.key | ||
# NOTE: repeated values are needed to produce 10% cases with "" value | ||
enum: ["", "AZ", "INSTANCE_TYPE", "SERVICE", "LINKED_ACCOUNT", "AZ", "INSTANCE_TYPE", "SERVICE", "LINKED_ACCOUNT"] | ||
- name: event.duration | ||
range: | ||
min: 1 | ||
max: 1000 | ||
- name: aws.billing.EstimatedCharges | ||
cardinality: 25 | ||
fuzziness: 0.2 | ||
- name: aws.billing.AmortizedCost.amount | ||
cardinality: 25 | ||
fuzziness: 0.2 | ||
- name: aws.billing.BlendedCost.amount | ||
cardinality: 25 | ||
fuzziness: 0.2 | ||
- name: aws.billing.NormalizedUsageAmount.amount | ||
cardinality: 25 | ||
fuzziness: 0.2 | ||
- name: aws.billing.UnblendedCost.amount | ||
cardinality: 25 | ||
fuzziness: 0.2 | ||
- name: aws.billing.UsageQuantity.amount | ||
cardinality: 25 | ||
fuzziness: 0.2 | ||
- name: aws.billing.group_definition.type | ||
value: "DIMENSION" | ||
- name: aws.billing.group_by.INSTANCE_TYPE | ||
enum: ["NoInstanceType", "a1.large", "c5.2xlarge", "c5.xlarge", "c6i.2xlarge", "db.r6g.2xlarge", "db.t2.micro", "dc2.large", "m5.large", "t1.micro", "t2.medium", "t2.micro", "t2.small", "t2.xlarge", "t3.2xlarge", "t3.medium", "t3.xlarge","t3.xlarge"] | ||
- name: aws.billing.group_by.SERVICE | ||
enum: ["Amazon Simple Storage Service", "Amazon Elastic Compute Cloud - Compute", "EC2 - Other", "Amazon Kinesis", "Amazon Relational Database Service", "Amazon Elastic Load Balancing", "AmazonCloudWatch", "AWS CloudTrail", "AWS Config", "AWS Key Management Service", "AWS Lambda", "AWS Secrets Manager", "AWS Service Catalog", "Amazon API Gateway", "Amazon DynamoDB", "Amazon EC2 Container Registry (ECR)", "Amazon Elastic Container Service for Kubernetes", "Amazon Kinesis Firehose", "Amazon Redshift", "Amazon Simple Notification Service", "Amazon Simple Queue Service", "Amazon Virtual Private Cloud"] |
51 changes: 51 additions & 0 deletions
51
packages/aws/_dev/benchmark/rally/billing-benchmark/fields.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
- name: timestamp | ||
type: date | ||
- name: cloud.region | ||
type: keyword | ||
- name: cloud.account.id | ||
type: keyword | ||
- name: cloud.account.name | ||
type: keyword | ||
- name: event.duration | ||
type: long | ||
- name: metricset.period | ||
type: long | ||
- name: aws.billing.currency | ||
type: keyword | ||
- name: aws.billing.EstimatedCharges | ||
type: float | ||
# positive | ||
- name: aws.billing.ServiceName | ||
type: keyword | ||
- name: aws.billing.AmortizedCost.amount | ||
type: float | ||
# positive | ||
- name: aws.billing.BlendedCost.amount | ||
type: float | ||
# positive | ||
- name: aws.billing.NormalizedUsageAmount.amount | ||
type: integer | ||
# positive | ||
- name: aws.billing.UnblendedCost.amount | ||
type: float | ||
# positive | ||
- name: aws.billing.UsageQuantity.amount | ||
type: integer | ||
# positive | ||
- name: agent.id | ||
type: keyword | ||
- name: agent.name | ||
type: keyword | ||
- name: agent.ephemeral_id | ||
type: keyword | ||
example: 12f376ef-5186-4e8b-a175-70f1140a8f30 | ||
- name: aws.billing.group_definition.key | ||
type: keyword | ||
- name: aws.billing.start_date | ||
type: date | ||
- name: aws.billing.group_definition.type | ||
type: keyword | ||
- name: aws.billing.group_by.INSTANCE_TYPE | ||
type: keyword | ||
- name: aws.billing.group_by.SERVICE | ||
type: keyword |
87 changes: 87 additions & 0 deletions
87
packages/aws/_dev/benchmark/rally/billing-benchmark/template.ndjson
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
{{- $currency := generate "aws.billing.currency" }} | ||
{{- $groupBy := generate "aws.billing.group_definition.key" }} | ||
{{- $period := generate "metricset.period" }} | ||
{{- $cloudId := generate "cloud.account.id" }} | ||
{{- $cloudRegion := generate "cloud.region" }} | ||
{{- $timestamp := generate "timestamp" }} | ||
{ | ||
"@timestamp": "{{$timestamp.Format "2006-01-02T15:04:05.999999Z07:00"}}", | ||
"cloud": { | ||
"provider": "aws", | ||
"region": "{{$cloudRegion}}", | ||
"account": { | ||
"id": "{{$cloudId}}", | ||
"name": "{{generate "cloud.account.name"}}" | ||
} | ||
}, | ||
"event": { | ||
"dataset": "aws.billing", | ||
"module": "aws", | ||
"duration": {{generate "event.duration"}} | ||
}, | ||
"metricset": { | ||
"name": "billing", | ||
"period": {{$period}} | ||
}, | ||
"ecs": { | ||
"version": "8.2.0" | ||
}, | ||
"aws": { | ||
"billing": { | ||
{{- if eq $groupBy "" }} | ||
"Currency": "{{$currency}}", | ||
"EstimatedCharges": {{generate "aws.billing.EstimatedCharges"}}, | ||
"ServiceName": "{{generate "aws.billing.ServiceName"}}" | ||
{{- else }} | ||
{{- $sd := generate "aws.billing.start_date" }} | ||
"start_date": "{{ $sd.Format "2006-01-02T15:04:05.999999Z07:00" }}", | ||
"end_date": "{{ $sd | date_modify (print "+" $period "s") | date "2006-01-02T15:04:05.999999Z07:00" }}", | ||
"AmortizedCost": { | ||
"amount": {{printf "%.2f" (generate "aws.billing.AmortizedCost.amount")}}, | ||
"unit": "{{$currency}}" | ||
}, | ||
"BlendedCost": { | ||
"amount": {{printf "%.2f" (generate "aws.billing.BlendedCost.amount")}}, | ||
"unit": "{{$currency}}" | ||
}, | ||
"NormalizedUsageAmount": { | ||
"amount": {{generate "aws.billing.NormalizedUsageAmount.amount"}}, | ||
"unit": "N/A" | ||
}, | ||
"UnblendedCost": { | ||
"amount": {{printf "%.2f" (generate "aws.billing.UnblendedCost.amount")}}, | ||
"unit": "{{$currency}}" | ||
}, | ||
"UsageQuantity": { | ||
"amount": {{generate "aws.billing.UsageQuantity.amount"}}, | ||
"unit": "N/A" | ||
}, | ||
"group_definition": { | ||
"key": "{{$groupBy}}", | ||
"type": "{{generate "aws.billing.group_definition.type"}}" | ||
}, | ||
"group_by": { | ||
{{- if eq $groupBy "AZ"}} | ||
"AZ": "{{awsAZFromRegion $cloudRegion}}" | ||
{{- else if eq $groupBy "INSTANCE_TYPE"}} | ||
"INSTANCE_TYPE": "{{generate "aws.billing.group_by.INSTANCE_TYPE"}}" | ||
{{- else if eq $groupBy "SERVICE"}} | ||
"SERVICE": "{{generate "aws.billing.group_by.SERVICE"}}" | ||
{{- else if eq $groupBy "LINKED_ACCOUNT"}} | ||
"LINKED_ACCOUNT": "{{$cloudId}}" | ||
{{- end}} | ||
} | ||
{{- end}} | ||
} | ||
}, | ||
"service": { | ||
"type": "aws" | ||
}, | ||
"agent": { | ||
"id": "{{generate "agent.id"}}", | ||
"name": "{{generate "agent.name"}}", | ||
"type": "metricbeat", | ||
"version": "8.0.0", | ||
"ephemeral_id": "{{generate "agent.ephemeral_id"}}" | ||
} | ||
} |