Skip to content

Commit

Permalink
Add dimension field previously missed during package-spec v3 migrat…
Browse files Browse the repository at this point in the history
…ion (#8260)

* Add dimension fields previously missed during package-spec v3 migration

* Add changelog entry for cockroachdb

* Add changelog entry for airflow
  • Loading branch information
shmsr authored Oct 23, 2023
1 parent f6cc2d1 commit 25849be
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
7 changes: 6 additions & 1 deletion packages/airflow/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# newer versions go on top
- version: 0.5.0
- version: "0.5.1"
changes:
- description: Add dimension field for container.id which was previously missed during package-spec v3 migration
type: bugfix
link: https://github.com/elastic/integrations/pull/8259
- version: "0.5.0"
changes:
- description: Update the package format_version to 3.0.0.
type: enhancement
Expand Down
1 change: 1 addition & 0 deletions packages/airflow/data_stream/statsd/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
external: ecs
- name: container.id
external: ecs
dimension: true
- name: container.name
external: ecs
- name: container.runtime
Expand Down
2 changes: 1 addition & 1 deletion packages/airflow/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: airflow
title: Airflow
version: "0.5.0"
version: "0.5.1"
description: Airflow Integration.
type: integration
format_version: "3.0.0"
Expand Down
7 changes: 6 additions & 1 deletion packages/cockroachdb/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
- version: 1.7.0
- version: "1.7.1"
changes:
- description: Add dimension field for container.id which was previously missed during package-spec v3 migration
type: bugfix
link: https://github.com/elastic/integrations/pull/8259
- version: "1.7.0"
changes:
- description: Update the package format_version to 3.0.0.
type: enhancement
Expand Down
1 change: 1 addition & 0 deletions packages/cockroachdb/data_stream/status/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
external: ecs
- name: container.id
external: ecs
dimension: true
- name: container.name
external: ecs
- name: container.runtime
Expand Down
2 changes: 1 addition & 1 deletion packages/cockroachdb/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cockroachdb
title: CockroachDB Metrics
version: "1.7.0"
version: "1.7.1"
description: Collect metrics from CockroachDB servers with Elastic Agent.
type: integration
icons:
Expand Down

0 comments on commit 25849be

Please sign in to comment.