File tree Expand file tree Collapse file tree
java/com/google/cloud/opentelemetry/example/springsleuth Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ You can run the example application via gradle. From the project root:
2727##### Build the executable JAR
2828
2929``` shell
30- cd examples/spring/ && gradle bootJar
30+ cd examples/spring-sleuth / && gradle bootJar
3131```
3232
3333##### Run the executable JAR
3434
3535The JAR built from the previous command typically ends up in ` build/libs ` -
3636
3737``` shell
38- java -jar build/libs/examples-spring-0.1.0-SNAPSHOT.jar
38+ java -jar build/libs/examples-spring-sleuth- 0.1.0-SNAPSHOT.jar
3939```
4040
4141The application is now running. To generate traces, head to ` http://localhost:8080 ` in your browser.
File renamed without changes.
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package com .google .cloud .opentelemetry .example .spring ;
16+ package com .google .cloud .opentelemetry .example .springsleuth ;
1717
1818import org .springframework .cloud .openfeign .FeignClient ;
1919import org .springframework .web .bind .annotation .GetMapping ;
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package com .google .cloud .opentelemetry .example .spring ;
16+ package com .google .cloud .opentelemetry .example .springsleuth ;
1717
1818import com .google .cloud .opentelemetry .trace .TraceExporter ;
1919import io .opentelemetry .sdk .trace .export .SpanExporter ;
File renamed without changes.
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ include ":examples-resource"
3737include " :detector-resources"
3838include " :detector-resources-support"
3939include " :e2e-test-server"
40- include " :examples-spring"
40+ include " :examples-spring-sleuth "
4141include " :propagators-gcp"
4242include " :shared-resourcemapping"
4343
@@ -71,8 +71,8 @@ project(':examples-resource').projectDir =
7171project(' :e2e-test-server' ). projectDir =
7272 " $rootDir /e2e-test-server" as File
7373
74- project(' :examples-spring' ). projectDir =
75- " $rootDir /examples/spring" as File
74+ project(' :examples-spring-sleuth ' ). projectDir =
75+ " $rootDir /examples/spring-sleuth " as File
7676
7777project(' :examples-autoinstrument' ). projectDir =
7878 " $rootDir /examples/autoinstrument" as File
You can’t perform that action at this time.
0 commit comments