Skip to content

Commit

Permalink
remove hostname from zookeeper mntr data stream (elastic#11875)
Browse files Browse the repository at this point in the history
* remove hostname from zookeeper mntr data stream

* update README

* Update pull request id in changelog

Co-authored-by: Andrew Kroh <[email protected]>

---------

Co-authored-by: Andrew Kroh <[email protected]>
  • Loading branch information
stefans-elastic and andrewkroh authored Dec 2, 2024
1 parent 3b41c93 commit cb8292c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
5 changes: 5 additions & 0 deletions packages/zookeeper/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.13.1"
changes:
- description: Remove `hostname` field from mntr data stream.
type: bugfix
link: https://github.com/elastic/integrations/pull/11875
- version: "1.13.0"
changes:
- description: Add processor support for connection, mntr and server data streams.
Expand Down
4 changes: 0 additions & 4 deletions packages/zookeeper/data_stream/mntr/fields/fields.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
- name: zookeeper.mntr
type: group
fields:
- name: hostname
type: keyword
description: |
ZooKeeper hostname.
- name: approximate_data_size
type: long
metric_type: gauge
Expand Down
1 change: 0 additions & 1 deletion packages/zookeeper/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ Please refer to the following [document](https://www.elastic.co/guide/en/ecs/cur
| zookeeper.mntr.approximate_data_size | Approximate size of ZooKeeper data. | long | gauge |
| zookeeper.mntr.ephemerals_count | Number of ephemeral znodes. | long | gauge |
| zookeeper.mntr.followers | Number of followers seen by the current host. | long | gauge |
| zookeeper.mntr.hostname | ZooKeeper hostname. | keyword | |
| zookeeper.mntr.latency.avg | Average latency between ensemble hosts in milliseconds. | long | gauge |
| zookeeper.mntr.latency.max | Maximum latency in milliseconds. | long | gauge |
| zookeeper.mntr.latency.min | Minimum latency in milliseconds. | long | gauge |
Expand Down
2 changes: 1 addition & 1 deletion packages/zookeeper/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: zookeeper
title: ZooKeeper Metrics
version: "1.13.0"
version: "1.13.1"
description: Collect metrics from ZooKeeper service with Elastic Agent.
type: integration
icons:
Expand Down

0 comments on commit cb8292c

Please sign in to comment.