Skip to content

Commit 510c209

Browse files
committed
update validation app endpoint to test
1 parent 8a30e33 commit 510c209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-applications/integ-test-app/udp_exporter_validation_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Get tracer
2323
tracer = trace.get_tracer(__name__)
2424

25-
@app.route('/trace', methods=['GET'])
25+
@app.route('/test', methods=['GET'])
2626
def create_trace():
2727
# Create a span for testing with various attributes
2828
tracer = trace.get_tracer(__name__)

0 commit comments

Comments
 (0)