kibana/x-pack/legacy/plugins/lens
Wylie Conlon 976cf475ae
[lens] Basic usage telemetry for total visualizations, and by type (#47597)
* [lens] Basic usage telemetry for total visualizations, and by type

* Implement overall, 30 day, 90 day tracking for saved visualizations

* Add forgotten file

* Implement collection using scripted metrics

* Add functional test to ensure painless script is working
2019-10-10 16:36:00 -04:00
..
common [lens] Show field details on click (#44697) 2019-09-19 16:09:36 -04:00
public [Lens] Lazy load Lens index patterns (#46785) 2019-10-09 15:20:55 -04:00
server [lens] Basic usage telemetry for total visualizations, and by type (#47597) 2019-10-10 16:36:00 -04:00
index.ts [lens] Basic usage telemetry for total visualizations, and by type (#47597) 2019-10-10 16:36:00 -04:00
mappings.json [lens] Basic usage telemetry for total visualizations, and by type (#47597) 2019-10-10 16:36:00 -04:00
readme.md [lens] Use top nav in Lens app (#46190) 2019-10-03 11:24:45 -04:00

Lens

Testing

Run all tests from the x-pack root directory

  • Unit tests: node scripts/jest --watch lens
  • Functional tests:
    • Run node scripts/functional_tests_server
    • Run node ../scripts/functional_test_runner.js --config ./test/functional/config.js --grep="lens app"
    • You may want to comment out all imports except for Lens in the config file.
  • API Functional tests:
    • Run node scripts/functional_tests_server
    • Run node ../scripts/functional_test_runner.js --config ./test/api_integration/config.js --grep=Lens