[COMPASS-6482] Investigate changes in SERVER-71392: Track usage of JSON Schema for validation Created: 02/Feb/23  Updated: 02/Feb/23  Resolved: 02/Feb/23

Status: Closed
Project: Compass
Component/s: None
Affects Version/s: None
Fix Version/s: No version

Type: Investigation Priority: Major - P3
Reporter: Backlog - Core Eng Program Management Team Assignee: Unassigned
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Depends
depends on SERVER-71392 Track usage of JSON Schema for valida... Closed
Documentation Changes: Not Needed

 Description   
Original Downstream Change Summary

A new field (validator) was added for serverStatus.metrics.commands for only the collMod and create commands. The new field has this syntax:

{
create: {
failed: Long("0"),
validator :

{ total: Long("1"), jsonSchema: Long("1"), failed: Long("0")}

total: Long("23")
},

Description of Linked Ticket

Add additional counters in serverStatus().metrics.commands for collMod and create.

Something like:

{
create: { 
failed: Long("0"), 
validator: { total: Long("0"), failed: Long("0"), jsonSchema: Long("0")}, 
total: Long("23"
},
collMod: { 
failed: Long("0"), 
validator: { total: Long("0"), failed: Long("0"), jsonSchema: Long("0")}, 
total: Long("0"
}
...
}

Increment count for 'validator.total' if non-empty 'validator' object was passed as option to the command. Increment 'validator.jsonSchema' if $jsonSchema was used anywhere within 'validator' object. 



 Comments   
Comment by Anna Henningsen [ 02/Feb/23 ]

No DevTools impact here

Generated at Wed Feb 07 22:43:16 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.