improved

First Release Notes: removal of KAPIs from the Mona configuration language

A quick release note regarding an update we made earlier this week to Mona’s configuration language. All changes were implemented to your configuration so no action is needed on your part.

  • A key from the top level of the config file named "kapis" has been deprecated from mona, and with it the parameter - “segment_size”. As of now, all boolean or numeric fields are available as metrics and are configured as such by default. A new key was introduced at the field level, named "use_as_metric", which enables you to change this default setting to false.
  • The “kapis” key at the verse/stanza level was renamed to “metrics”. This key acts the same as the “kapis” did and configures the relevant metrics for each verse.
  • The key "kapi_vectors" was renamed to "field_vectors”. This key acts the same as the kapi_vectors did and configures which metrics to show as bar-charts in the investigations page.