Skip to content

Commit

Permalink
packages/prometheus: Upgrade to package format_version v3
Browse files Browse the repository at this point in the history
  • Loading branch information
shmsr committed Dec 3, 2024
1 parent 932f126 commit 104e3d2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/prometheus/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.20.1"
changes:
- description: Update the package format_version to 3.0.0.
type: enhancement
link: https://github.com/elastic/integrations/pull/99999
- version: "1.20.1"
changes:
- description: Improve documentation to replace references to Metricbeat with Elastic Agent.
Expand Down
1 change: 1 addition & 0 deletions packages/prometheus/data_stream/collector/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ streams:
default: false
description: >
Enable `Metrics Count` to get the total number of Prometheus metrics contained within the Elasticsearch document.
- name: processors
type: yaml
title: Processors
Expand Down
1 change: 1 addition & 0 deletions packages/prometheus/data_stream/remote_write/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ streams:
default: false
description: >
Enable `Metrics Count` to get the total number of Prometheus metrics contained within the Elasticsearch document.
- name: processors
type: yaml
title: Processors
Expand Down
8 changes: 5 additions & 3 deletions packages/prometheus/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
format_version: 2.10.0
format_version: "3.0.0"
name: prometheus
title: Prometheus
version: 1.20.1
version: 1.21.0
description: Collect metrics from Prometheus servers with Elastic Agent.
type: integration
categories:
- observability
- monitoring
- containers
conditions:
kibana.version: "^8.16.0"
kibana:
version: "^8.16.0"
screenshots:
- src: /img/prometheus-server-overview.png
title: Metricbeat Prometheus Overview
Expand All @@ -30,3 +31,4 @@ policy_templates:
description: Collecting metrics from Prometheus exporters, Prometheus query API as well as able to receive metrics via remote write functionality.
owner:
github: elastic/obs-infraobs-integrations
type: elastic

0 comments on commit 104e3d2

Please sign in to comment.