|
In HELP-44347, we have a request to clarify the current documentation around the apiVersions metric.
Specifically, under the first bullet point ("The only possible returned values for each appname are default or 1."), we should rephrase that to indicate that it is possible to have both "default" and "1" returned. We should also add a description of what the return values mean.
For context, the apiVersions metrics field indicates which apiVersions have been used by a given connection in the past 24 hours. We can have both since users issue apiVersion on a command by command basis. "default" means that the command was issued without an apiVersion, whereas "1" indicates that the command was issued with apiVersion: 1.
|