[SERVER-71232] Telemetry end to end tests Created: 10/Nov/22  Updated: 29/Oct/23  Resolved: 15/Nov/22

Status: Closed
Project: Core Server
Component/s: None
Affects Version/s: None
Fix Version/s: 6.2.0-rc0

Type: Task Priority: Major - P3
Reporter: Joshua Lapacik (Inactive) Assignee: Maddie Zechar
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Backwards Compatibility: Fully Compatible
Sprint: QO 2022-11-28
Participants:

 Description   

For all queries:

  • Verify correct aggregation of metrics across getMore() calls
  • Verify metrics as described below

Types of queries:

  • Aggregate
    • Assert that two queries will different structures are represented by different keys
    • Assert that two queries will identical structures are represented by the same key
  • Find
    • Verify that options such as limit/sort create different keys

Metrics:

  • docsScanned - Most queries will increment this value
  • keysScanned - Index scan
  • optTime - make sure it's greater than zero after the first batch and does not change with subsequent getMore() calls
  • execTime - should change with getMore() calls
  • execCount - make sure it's one for each query and does not change with subsequent getMore() calls


 Comments   
Comment by Githook User [ 15/Nov/22 ]

Author:

{'name': 'Maddie Zechar', 'email': 'mez2113@columbia.edu', 'username': 'madelinezec'}

Message: SERVER-71232 Telemetry end to end test
Branch: master
https://github.com/mongodb/mongo/commit/148c522ffefc93dcc8227579b583691335cd4f2f

Generated at Thu Feb 08 06:18:24 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.