|
|
@@ -13,7 +13,6 @@ import pkg from '^/package.json';
|
|
|
import { KeycloakUserGroupSyncService } from '~/features/external-user-group/server/service/keycloak-user-group-sync';
|
|
|
import { LdapUserGroupSyncService } from '~/features/external-user-group/server/service/ldap-user-group-sync';
|
|
|
import { startCronIfEnabled as startOpenaiCronIfEnabled } from '~/features/openai/server/services/cron';
|
|
|
-import { startInstrumentation } from '~/features/opentelemetry/server';
|
|
|
import QuestionnaireService from '~/features/questionnaire/server/service/questionnaire';
|
|
|
import QuestionnaireCronService from '~/features/questionnaire/server/service/questionnaire-cron';
|
|
|
import loggerFactory from '~/utils/logger';
|
|
|
@@ -159,9 +158,6 @@ Crowi.prototype.init = async function() {
|
|
|
await this.setupSessionConfig();
|
|
|
this.setupCron();
|
|
|
|
|
|
- // start OpenTelemetry
|
|
|
- startInstrumentation(this.version);
|
|
|
-
|
|
|
// setup messaging services
|
|
|
await this.setupS2sMessagingService();
|
|
|
await this.setupSocketIoService();
|