We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a30e33 commit 510c209Copy full SHA for 510c209
sample-applications/integ-test-app/udp_exporter_validation_app.py
@@ -22,7 +22,7 @@
22
# Get tracer
23
tracer = trace.get_tracer(__name__)
24
25
-@app.route('/trace', methods=['GET'])
+@app.route('/test', methods=['GET'])
26
def create_trace():
27
# Create a span for testing with various attributes
28
0 commit comments