Skip to content

Commit

Permalink
[Airflow] Enable TSDB (#6776)
Browse files Browse the repository at this point in the history
* [Airflow] Enable TSDB
  • Loading branch information
ritalwar authored Sep 7, 2023
1 parent cf646e7 commit 89add6d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/airflow/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.4.0"
changes:
- description: Enable time series data streams for the metrics datasets. This dramatically reduces storage for metrics and is expected to progressively improve query performance. For more details, see https://www.elastic.co/guide/en/elasticsearch/reference/current/tsds.html.
type: enhancement
link: https://github.com/elastic/integrations/pull/6776
- version: "0.3.1"
changes:
- description: Remove metric_type mapping for 'airflow.scheduler.heartbeat' field and adjust the dashboard to visualize this field using 'last_value'.
Expand Down
2 changes: 2 additions & 0 deletions packages/airflow/data_stream/statsd/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ streams:
enabled: true
title: Airflow metrics
description: Collect Airflow metrics
elasticsearch:
index_mode: "time_series"
4 changes: 2 additions & 2 deletions packages/airflow/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: airflow
title: Airflow
version: "0.3.1"
version: "0.4.0"
description: Airflow Integration.
type: integration
format_version: 1.0.0
license: basic
categories:
- observability
conditions:
kibana.version: "^8.5.0"
kibana.version: "^8.9.0"
icons:
- src: /img/airflow.svg
title: Airflow logo
Expand Down

0 comments on commit 89add6d

Please sign in to comment.