opentelemetry.ext.flask package

Module contents

opentelemetry.ext.flask.instrument_app(flask)[source]

Makes the passed-in Flask object traced by OpenTelemetry.

You must not call this function multiple times on the same Flask object.