Skip to content

Commit f0bda16

Browse files
author
kaiyan-sheng
committed
add changelog
1 parent e68b618 commit f0bda16

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

packages/aws_bedrock/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
- version: "0.4.0"
2+
changes:
3+
- description: Add dot_expander processor into metrics ingest pipeline.
4+
type: enhancement
5+
link: https://github.com/elastic/integrations/pull/10699
16
- version: "0.3.0"
27
changes:
38
- description: Add runtime dataset for collecting runtime metrics.

packages/aws_bedrock/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: aws_bedrock
33
title: AWS Bedrock
44
description: Collect AWS Bedrock model invocation logs and runtime metrics with Elastic Agent.
55
type: integration
6-
version: "0.3.0"
6+
version: "0.4.0"
77
categories:
88
- aws
99
conditions:

packages/awsfirehose/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.2.0"
3+
changes:
4+
- description: Add AWS Bedrock runtime metrics to Firehose rerouting.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/10699
27
- version: "1.1.0"
38
changes:
49
- description: Add routing rules for metrics from Firehose.

packages/awsfirehose/data_stream/metrics/routing_rules.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,8 @@
105105
namespace:
106106
- "{{data_stream.namespace}}"
107107
- default
108+
- target_dataset: aws_bedrock.runtime
109+
if: ctx['aws.cloudwatch.namespace'] != null && ctx['aws.cloudwatch.namespace'] == "AWS/Bedrock"
110+
namespace:
111+
- "{{data_stream.namespace}}"
112+
- default

0 commit comments

Comments
 (0)