Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

packages/prometheus: Upgrade to package format_version v3 #11988

Merged
merged 6 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.21.0"
changes:
- description: Upgrade the package format_version to 3.3.0.
type: enhancement
link: https://github.com/elastic/integrations/pull/11988
- 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
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
10 changes: 7 additions & 3 deletions packages/prometheus/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
format_version: 2.10.0
format_version: "3.3.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"
shmsr marked this conversation as resolved.
Show resolved Hide resolved
elastic:
subscription: basic
screenshots:
- src: /img/prometheus-server-overview.png
title: Metricbeat Prometheus Overview
Expand All @@ -30,3 +33,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