Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove(core): remove easy telemetry #4486

Merged
merged 44 commits into from
Aug 20, 2024
Merged

Conversation

yanavasileva
Copy link
Member

@yanavasileva yanavasileva added ci:e2e Runs the frontend end-to-end tests. ci:all-as Runs the builds for all application servers. ci:default-build Runs the builds that have no explicit trigger (e.g. different history levels). ci:migration Runs the process instance migration builds. ci:no-build Prevents any CI stage from running. ci:rest-api Runs extra builds for the REST API (currently only WLS compatibility builds). ci:rolling-update Runs the rolling update builds. ci:spring-boot Runs the integration tests for the Spring Boot starter. ci:webapp-integration Runs the webapp integration builds. labels Jul 8, 2024
@yanavasileva yanavasileva self-assigned this Jul 8, 2024
@yanavasileva yanavasileva mentioned this pull request Jul 8, 2024
18 tasks
@yanavasileva yanavasileva added ci:default-build Runs the builds that have no explicit trigger (e.g. different history levels). ci:e2e Runs the frontend end-to-end tests. ci:all-as Runs the builds for all application servers. ci:migration Runs the process instance migration builds. ci:rolling-update Runs the rolling update builds. ci:webapp-integration Runs the webapp integration builds. and removed ci:no-build Prevents any CI stage from running. ci:e2e Runs the frontend end-to-end tests. ci:all-as Runs the builds for all application servers. ci:default-build Runs the builds that have no explicit trigger (e.g. different history levels). ci:migration Runs the process instance migration builds. ci:rolling-update Runs the rolling update builds. ci:webapp-integration Runs the webapp integration builds. ci:spring-boot Runs the integration tests for the Spring Boot starter. labels Jul 8, 2024
@yanavasileva yanavasileva force-pushed the 4234-remove-telemetry branch 3 times, most recently from e1d23bb to 85aba6b Compare July 15, 2024 09:05
@yanavasileva yanavasileva marked this pull request as ready for review July 16, 2024 15:00
remove TelemetryUtil#toggleLocalTelemetry
*remove timer & cleanup #updateAndSendData
* rename to DiagnosticsCollector
TelemetryRegistry -> DiagnosticsRegistry
PlatformTelemetryRegistry -> PlatformDiagnosticsRegistry
CommandChecker.checkReadDiagnosticsData ->
CommandChecker.checkReadTelemetryData
DeleteLicenseKeyCmd.updateTelemetry ->
DeleteLicenseKeyCmd.updateDiagnostics
ManagementServiceImpl.getLicenseKeyFromTelemetry() ->
ManagementServiceImpl.getLicenseKeyFromDiagnostics()

remove

* Telemetry logger
* ManagementServiceImpl.clearTelemetryData()
org.camunda.bpm.engine.impl.telemetry.reporter.DiagnosticsCollector ->
org.camunda.bpm.engine.impl.telemetry.DiagnosticsCollector

org.camunda.bpm.engine.impl.telemetry.JavaClases ->
org.camunda.bpm.engine.impl.diagnostics
@yanavasileva
Copy link
Member Author

Unreviewed commits before rebase:

  • implement review hints
  • revert Jenkinsfile

@yanavasileva
Copy link
Member Author

The failures observed in the PR are present on the master as well.

Copy link
Contributor

@joaquinfelici joaquinfelici left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good thanks for implementing suggestions 👍

@yanavasileva yanavasileva merged commit aa1f15b into master Aug 20, 2024
2 of 4 checks passed
@yanavasileva yanavasileva deleted the 4234-remove-telemetry branch August 20, 2024 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:all-as Runs the builds for all application servers. ci:default-build Runs the builds that have no explicit trigger (e.g. different history levels). ci:e2e Runs the frontend end-to-end tests. ci:migration Runs the process instance migration builds. ci:rest-api Runs extra builds for the REST API (currently only WLS compatibility builds). ci:rolling-update Runs the rolling update builds. ci:webapp-integration Runs the webapp integration builds.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants