Skip to content

Commit

Permalink
bump package version
Browse files Browse the repository at this point in the history
change input type
improve titles and descriptions
  • Loading branch information
gpop63 committed Nov 8, 2023
1 parent bdffc5f commit 42cab95
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
5 changes: 5 additions & 0 deletions packages/etcd/changelog.yml
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.0.0"
changes:
- description: Use prometheus metricset instead of etcd metricset. Add ECS fields. Add dimensions mappings and metric types.
type: enhancement
link: https://github.com/elastic/integrations/pull/8438
- version: 0.6.0
changes:
- description: Update the package format_version to 3.0.0.
Expand Down
15 changes: 8 additions & 7 deletions packages/etcd/manifest.yml
@@ -1,8 +1,8 @@
format_version: "3.0.0"
name: etcd
title: etcd
version: "0.6.0"
description: Collect metrics from etcd servers with Elastic Agent.
version: "1.0.0"
description: Collect metrics from etcd v3 instances with Elastic Agent.
type: integration
categories:
- datastore
Expand All @@ -24,10 +24,10 @@ screenshots:
type: image/png
policy_templates:
- name: etcd
title: etcd metrics
description: Collect metrics from etcd instances
title: etcd v3 metrics
description: Collect metrics from etcd v3 instances.
inputs:
- type: etcd/metrics
- type: prometheus/metrics
vars:
- name: hosts
type: text
Expand All @@ -37,8 +37,9 @@ policy_templates:
show_user: true
default:
- http://localhost:2379
title: Collect metrics from etcd instances
description: Collecting etcd metrics
title: Collect metrics from etcd v3 instances
description: Collecting metrics from etcd v3 instances
input_group: metrics
owner:
github: elastic/obs-infraobs-integrations
type: elastic

0 comments on commit 42cab95

Please sign in to comment.