-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…30570) # IMPORTANT NOTE Changes in the following classes: * `DotRestApplication.java` * `SimpleWebInterceptorDelegateImpl` * `InterceptorFilter` **Are 100% temporary**. They will just be there until we make sure that the Telemetry migration is working as expected. Once that is done, we'll get rid of them. ### Proposed Changes * Second part of the Telemetry Plug-In migration. * This PR introduces a new Feature Flag that allows you to enable the Telemetry feature embedded in the `core` project, or fall back to using the provided Telemetry Plug-In: ``` DOT_FEATURE_FLAG_TELEMETRY_CORE_ENABLED ``` * Such a flag will be disabled, by default. * Several classes were refactored in order to comply with the new CDI approach for inserting instances into classes. * Additional debugging has been added to Telemetry classes. * Some Javadoc has been added and formatted, as required.
- Loading branch information
1 parent
1e14290
commit 1f1e05d
Showing
33 changed files
with
822 additions
and
667 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
77 changes: 0 additions & 77 deletions
77
dotCMS/src/main/java/com/dotcms/telemetry/business/MetricFactory.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.