Entity
class Entity
An entity associated with metrics, to allow for finding related telemetry. An entity is typically a resource or service within your system. For example, metrics from an Amazon EC2 instance could be associated with that instance as the entity. Similarly, metrics from a service that you own could be associated with that service as the entity.
Types
Properties
Link copied to clipboard
Additional attributes of the entity that are not used to specify the identity of the entity. A list of key-value pairs.
Link copied to clipboard
The attributes of the entity which identify the specific entity, as a list of key-value pairs. Entities with the same KeyAttributes
are considered to be the same entity. For an entity to be valid, the KeyAttributes
must exist and be formatted correctly.