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

Refactor Cloud Foundry metrics collection #557

Closed
Tracked by #558
jsoriano opened this issue Oct 5, 2020 · 2 comments
Closed
Tracked by #558

Refactor Cloud Foundry metrics collection #557

jsoriano opened this issue Oct 5, 2020 · 2 comments
Labels
Integration:PCF Pivotal Cloud Foundary [Integration not found in source] Stalled Team:Integrations Label for the Integrations team

Comments

@jsoriano
Copy link
Member

jsoriano commented Oct 5, 2020

Cloud Foundry metrics collection is implemented as push metricsets that obtain the metrics from the firehose. Current implementation has some problems:

  • Each document created by these metricsets contain a single metric, with the metric name in a field, and the value in other. The approach used in Metricbeat is to store values in fields whose name is obtained from the name of the metric. This allows to store multiple related metrics in the same document.
  • Metrics of different types are collected from different metricsets (counter and value), even when they are from the same services.

Create a single metricset that collects counters and values. Group metrics with the same dimensions in the same events.

@elasticmachine
Copy link

Pinging @elastic/integrations-platforms (Team:Platforms)

@jsoriano jsoriano self-assigned this Oct 5, 2020
@masci masci transferred this issue from elastic/beats Jan 21, 2021
@masci masci added Integration:PCF Pivotal Cloud Foundary [Integration not found in source] Team:Integrations Label for the Integrations team labels Jan 21, 2021
@masci masci mentioned this issue Jan 21, 2021
13 tasks
@jsoriano jsoriano removed their assignment Nov 25, 2021
@botelastic
Copy link

botelastic bot commented Nov 25, 2022

Hi! We just realized that we haven't looked into this issue in a while. We're sorry! We're labeling this issue as Stale to make it hit our filters and make sure we get back to it as soon as possible. In the meantime, it'd be extremely helpful if you could take a look at it as well and confirm its relevance. A simple comment with a nice emoji will be enough :+1. Thank you for your contribution!

@botelastic botelastic bot added the Stalled label Nov 25, 2022
@botelastic botelastic bot closed this as completed May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Integration:PCF Pivotal Cloud Foundary [Integration not found in source] Stalled Team:Integrations Label for the Integrations team
Projects
None yet
Development

No branches or pull requests

3 participants