This documentation and the Cisco Observability Platform functionalities it describes are subject to change. Data saved on the platform may disappear and APIs may change without notice.
MELT Data
It is important to understand how a domain uses telemetry signals to represent aspects like performance, availability, functionality, security of any given entity. MELT (Metrics, Events, Logs, and Traces) represents different types of telemetry signals that are used to support the different aspects of observability in the Cisco Observability Platform.
The Cisco Observability Platform accepts data ingested in OTLP format only. However, it converts the OTLP data to an internal MELT format right after the initial authentication and authorization is complete. Further in the Cisco Observability Platform processing pipelines, MELT data is represented by a domain model defined by the application or enrichment developers. This format represents a contract for the developers because it is used by platform extension points, such as, Resource Mapping, Metric Mapping, Tag Enrichment, Metric Derivation, and Workflows.
To ensure that your solution is able to ingest telemetry data, include the following MELT signals in your data model:
Signal | Description | Mandatory | Example |
---|---|---|---|
Metrics | Aggregated set of measurements grouped or collected at regular intervals or a given time span; not discrete. | Yes | Metric Definition Example
Expand source
|
Events | A discrete action happening at a moment in time. | Yes | Event Type Definition Example
Expand source
|
Logs | Strings of text with a discrete timestamp associated with them; unstructured or structured. | No | The FMM model treats logs as events; type is a mandatory field. The default type for logs is logs:generic_record
Log Format Type Definition Example Expand source
Sample Log Record Expand source
|
Traces | Chains of events (or transactions) between different components in an application. Traces are discrete and irregular in occurrence. | No | Trace Record
Expand source
|
It is also important to understand the entity characteristics, properties and its relationship with other entities.
Note: Entity Centric Pages created by this model displays the right metrics for the entity you have identified and the events associated with it. This helps monitor its performance.