Skip to content

Commit

Permalink
[Reporting] Remove any, improve telemetry schema for completeness (#…
Browse files Browse the repository at this point in the history
…111212) (#111665)

* [Reporting] Remove `any`, improve telemetry schema for completeness

* remove another any

* rename file per exported function

* test variable name

* use variable for DRY

* update reporting telemetry contract

* added csv_searchsource_immediate to telemetry

* fix types

* update jest snapshots

* remove tests on large literal objects

Co-authored-by: Jean-Louis Leysens <[email protected]>
Co-authored-by: Kibana Machine <[email protected]>

Co-authored-by: Jean-Louis Leysens <[email protected]>
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
3 people authored Sep 9, 2021
1 parent a60dd56 commit a3792d6
Show file tree
Hide file tree
Showing 11 changed files with 2,212 additions and 330 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export class CsvGenerator {
data: dataTableCell,
}: {
column: string;
data: any;
data: unknown;
}): string => {
let cell: string[] | string | object;
// check truthiness to guard against _score, _type, etc
Expand Down
Loading

0 comments on commit a3792d6

Please sign in to comment.