| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
LogAttributes |
LogAttributes.addTagsItem(String tagsItem) |
LogAttributes |
LogAttributes.attributes(Map<String,Object> attributes) |
LogAttributes |
Log.getAttributes()
JSON object containing all log attributes and their associated values.
|
LogAttributes |
LogAttributes.host(String host) |
LogAttributes |
LogAttributes.message(String message) |
LogAttributes |
LogAttributes.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LogAttributes |
LogAttributes.putAttributesItem(String key,
Object attributesItem) |
LogAttributes |
LogAttributes.service(String service) |
LogAttributes |
LogAttributes.status(String status) |
LogAttributes |
LogAttributes.tags(List<String> tags) |
LogAttributes |
LogAttributes.timestamp(OffsetDateTime timestamp) |
| Modifier and Type | Method and Description |
|---|---|
Log |
Log.attributes(LogAttributes attributes) |
void |
Log.setAttributes(LogAttributes attributes) |
Copyright © 2024. All rights reserved.