from flask import Flask
import tracereq_sdk
# starting Flask app
app = Flask(__name__)
# initialise to start tracking API requests automatically
tracereq_sdk.init(api_key='xxx-xxx',
flask_app=app.wsgi_app
)
Low overhead
No performance impact on applications
Application-level transparency
No dependency from developers
Scalable
Withstands size of services
HOW TRACEREQ WORKS
Seamlessly integrates with your stack
No need to add code and push events manually
TraceReq SDKs start tracing APIs across applications with just 1 line of code