mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
added fields to apm syntrace package (#132884)
This commit is contained in:
parent
c6a6abd325
commit
2143c6bba5
1 changed files with 2 additions and 0 deletions
|
@ -50,7 +50,9 @@ export type ApmFields = Fields &
|
|||
'error.grouping_name': string;
|
||||
'error.grouping_key': string;
|
||||
'host.name': string;
|
||||
'host.hostname': string;
|
||||
'kubernetes.pod.uid': string;
|
||||
'kubernetes.pod.name': string;
|
||||
'metricset.name': string;
|
||||
observer: Observer;
|
||||
'parent.id': string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue