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

[Monitoring] Parity between ops_stats_collector #28608

Open
chrisronline opened this issue Jan 11, 2019 · 1 comment
Open

[Monitoring] Parity between ops_stats_collector #28608

chrisronline opened this issue Jan 11, 2019 · 1 comment
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Team:Monitoring Stack Monitoring team

Comments

@chrisronline
Copy link
Contributor

chrisronline commented Jan 11, 2019

Collectors are used to collector metric and usage data for use in monitoring and telemetry. We currently have two ops_stats_collector that collect low-level system details from hapi about the kibana node process.

  1. https://github.com/elastic/kibana/blob/master/x-pack/plugins/monitoring/server/kibana_monitoring/collectors/get_ops_stats_collector.js
  2. https://github.com/elastic/kibana/blob/master/src/server/status/collectors/get_ops_stats_collector.js

The x-pack one (1) is used for internal monitoring collection and the latter (2) is used for telemetry and the /api/stats REST endpoint.

They are used for the same thing, yet there are discrepancies in how they work. @tsullivan mentioned details related to rolling up the data and collection intervals, but I'm hoping we can still apply those nuances around the same collector.

We recently had to fix something here: #28605

@chrisronline chrisronline added bug Fixes for quality problems that affect the customer experience Team:Monitoring Stack Monitoring team labels Jan 11, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/stack-monitoring

@chrisronline chrisronline self-assigned this Apr 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Team:Monitoring Stack Monitoring team
Projects
None yet
Development

No branches or pull requests

2 participants