MartijnVisser opened a new pull request #18581: URL: https://github.com/apache/flink/pull/18581
This is depending on https://github.com/apache/flink/pull/18577 being merged first to get Matomo loaded in the Flink documentation ## What is the purpose of the change * This tracks the internal search terms that users are using on the Flink documentation and sends these to Matomo ## Brief change log * Added Javascript debounce function to track when a user is done with typing in his search term (currently set to 2 seconds) ## Verifying this change * This is depending on https://github.com/apache/flink/pull/18577 being merged, right now it would return an error on `paq` not being found because Matomo is not yet loaded in. When that is merged, you will see a call being made to `https://matomo.privacy.apache.org` when a search term is entered and no change is made after 2 seconds ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): no - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: no - The serializers: no - The runtime per-record code paths (performance sensitive): no - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: no - The S3 file system connector: no ## Documentation - Does this pull request introduce a new feature? no - If yes, how is the feature documented? not applicable -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
