Skip to content

Commit cb63711

Browse files
authored
Restore support for the memcached/metrics input. (#2298)
* Restore support for memcached/metrics input. * Add PR and issue to changelog.
1 parent 9c6c5ae commit cb63711

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Kind can be one of:
2+
# - breaking-change: a change to previously-documented behavior
3+
# - deprecation: functionality that is being removed in a later release
4+
# - bug-fix: fixes a problem in a previous version
5+
# - enhancement: extends functionality but does not break or fix existing behavior
6+
# - feature: new functionality
7+
# - known-issue: problems that we are aware of in a given version
8+
# - security: impacts on the security of a product or a user’s deployment.
9+
# - upgrade: important information for someone upgrading from a prior version
10+
# - other: does not fit into any of the other categories
11+
kind: bug-fix
12+
13+
# Change summary; a 80ish characters long description of the change.
14+
summary: Restore support for memcached/metrics inputs.
15+
16+
# Affected component; a word indicating the component this changeset affects.
17+
component: Elastic agent.
18+
19+
# PR URL; optional; the PR number that added the changeset.
20+
# If not present is automatically filled by the tooling finding the PR where this changelog fragment has been added.
21+
# NOTE: the tooling supports backports, so it's able to fill the original PR number instead of the backport PR number.
22+
# Please provide it if you are adding a fragment for a different PR.
23+
pr: https://github.com/elastic/elastic-agent/pull/2298
24+
25+
# Issue URL; optional; the GitHub issue related to this changeset (either closes or is part of).
26+
# If not present is automatically filled by the tooling with the issue linked to the PR number.
27+
issue: https://github.com/elastic/elastic-agent/issues/2293

specs/metricbeat.spec.yml

+6
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,12 @@ inputs:
225225
outputs: *outputs
226226
shippers: *shippers
227227
command: *command
228+
- name: memcached/metrics
229+
description: "Memcached metrics"
230+
platforms: *platforms
231+
outputs: *outputs
232+
shippers: *shippers
233+
command: *command
228234
- name: nats/metrics
229235
description: "NATS metrics"
230236
platforms: *platforms

0 commit comments

Comments
 (0)