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

/api/v2/X part 5 #14718

Merged
merged 31 commits into from
Mar 21, 2023
Merged

/api/v2/X part 5 #14718

merged 31 commits into from
Mar 21, 2023

Conversation

ktsaou
Copy link
Member

@ktsaou ktsaou commented Mar 14, 2023

  • query timestamps are now pre-determined and alignment on timestamps is guaranteed. This is a bug fix of an issue introduced to the query engine when merging tiers was improved. There was a possibility of different metrics to skip a point at different timestamps, corrupting the timestamps of the entire query. Now the timestamps are predetermined and fixed and they never change during a dimension query.
  • enable /api/v2/X queries via ACLK.
  • /api/v2/nodes is now enriched with all the information cloud provides.
  • added nodes_hard_hash, alerts_hard_hash and alerts_soft_hash to allow the UI when it needs to update nodes and alerts
  • added collection and streaming status, including replication to nodes endpoint
  • /api/v2/weights working with the same filtering parameters as /api/v2/data (multi-node, filtering based on nodes, contexts, instances, dimensions, labels, alerts)
  • /api/v2/weights now does a normal query when scope_contexts or contexts are defined.

stelfrag
stelfrag previously approved these changes Mar 14, 2023
@ktsaou ktsaou requested a review from Ferroin as a code owner March 19, 2023 23:10
@github-actions github-actions bot added the area/build Build system (autotools and cmake). label Mar 19, 2023
@github-actions github-actions bot removed the area/build Build system (autotools and cmake). label Mar 20, 2023
@ktsaou ktsaou merged commit 5eed054 into netdata:master Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants