Skip to content

Commit af9e547

Browse files
committed
Add jaeger Service name to the backend
1 parent 607a279 commit af9e547

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

backend/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,11 @@
138138
<groupId>org.wildfly.plugins</groupId>
139139
<artifactId>wildfly-maven-plugin</artifactId>
140140
<version>${version.wildfly.maven.plugin}</version>
141+
<configuration>
142+
<env>
143+
<JAEGER_SERVICE_NAME>backend</JAEGER_SERVICE_NAME>
144+
</env>
145+
</configuration>
141146
</plugin>
142147
</plugins>
143148
</build>

0 commit comments

Comments
 (0)