Metric Integration Guide#

Tip

The Swagger API documentation is always up-to-date and lets you try out any query with your user session or an API-key.

The Metric Service allows for the submission storing of metric data in Elasticsearch. These data can then be retrieved directly, or aggregated.

The service is intended for Mnemonic’s customers to use directly, but the creation of descriptors require a Mnemonic employee, with the correct access, to create.

Metric Descriptor

All data submitted need to have a definition that describes the expected format and any relevant metadata, as well as detailing the access required. That is the Metric Descriptor. Metric data

The data itself. This is expected to be sets of identifying keys and related name-value pairs. It can be submitted using a POST endpoint.

Although the raw data is accessible, the expected usage is to aggregate the data to get statistical information.