diff --git a/hypertrace-trace-enricher/hypertrace-trace-enricher/src/main/resources/configs/common/application.conf b/hypertrace-trace-enricher/hypertrace-trace-enricher/src/main/resources/configs/common/application.conf index 762c196cc..f5a973c86 100644 --- a/hypertrace-trace-enricher/hypertrace-trace-enricher/src/main/resources/configs/common/application.conf +++ b/hypertrace-trace-enricher/hypertrace-trace-enricher/src/main/resources/configs/common/application.conf @@ -67,7 +67,7 @@ enricher { port = 50061 port = ${?ENTITY_SERVICE_PORT_CONFIG} } - dependencies = ["DefaultServiceEntityEnricher"] + dependencies = ["DefaultServiceEntityEnricher", "EndpointEnricher"] } ApiStatusEnricher {