File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ Only HTTP endpoints are supported.
3232| ` logs_observed_timestamp_metadata_key ` | Specify an ` ObservedTimestamp ` key to look up in the metadata. | ` $ObservedKey ` |
3333| ` logs_timestamp_metadata_key ` | Specify a ` Timestamp ` key to look up in the metadata. | ` $Timestamp ` |
3434| ` logs_severity_key_metadata_key ` | Specify a ` SeverityText ` key to look up in the metadata. | ` $SeverityText ` |
35+ | ` logs_severity_number_metadata_key ` | Specify a ` SeverityNumber ` key to look up in the metadata. | ` $SeverityNumber ` |
36+ | ` logs_trace_flags_metadata_key ` | Specify a ` Flags ` key to look up in the metadata. | ` $Flags ` |
37+ | ` logs_span_id_metadata_key ` | Specify a ` SpanId ` key` to look up in the metadata. | ` $SpanId ` |
38+ | ` logs_trace_id_metadata_key ` | Specify a ` TraceId ` key to look up in the metadata. | ` $TraceId ` |
3539
3640
3741## Get started
You can’t perform that action at this time.
0 commit comments