You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: logfire-api/logfire_api/_internal/exporters/processor_wrapper.pyi
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
from ..constantsimportATTRIBUTES_LOG_LEVEL_NUM_KEYasATTRIBUTES_LOG_LEVEL_NUM_KEY, ATTRIBUTES_MESSAGE_KEYasATTRIBUTES_MESSAGE_KEY, ATTRIBUTES_MESSAGE_TEMPLATE_KEYasATTRIBUTES_MESSAGE_TEMPLATE_KEY, ATTRIBUTES_SPAN_TYPE_KEYasATTRIBUTES_SPAN_TYPE_KEY, LEVEL_NUMBERSasLEVEL_NUMBERS, PENDING_SPAN_NAME_SUFFIXasPENDING_SPAN_NAME_SUFFIX, log_level_attributesaslog_level_attributes
2
+
from ..db_statement_summaryimportmessage_from_db_statementasmessage_from_db_statement
2
3
from ..scrubbingimportBaseScrubberasBaseScrubber
3
4
from ..utilsimportReadableSpanDictasReadableSpanDict, is_instrumentation_suppressedasis_instrumentation_suppressed, span_to_dictasspan_to_dict, truncate_stringastruncate_string
4
5
from .wrapperimportWrapperSpanProcessorasWrapperSpanProcessor
from .formatterimportlogfire_formataslogfire_format, logfire_format_with_magicaslogfire_format_with_magic
11
11
from .instrumentimportLogfireArgsasLogfireArgs, instrumentasinstrument
12
+
from .integrations.flaskimportFlaskInstrumentKwargsasFlaskInstrumentKwargs
13
+
from .integrations.psycopgimportPsycopgInstrumentKwargsasPsycopgInstrumentKwargs
14
+
from .integrations.pymongoimportPymongoInstrumentKwargsasPymongoInstrumentKwargs
15
+
from .integrations.redisimportRedisInstrumentKwargsasRedisInstrumentKwargs
16
+
from .integrations.sqlalchemyimportSQLAlchemyInstrumentKwargsasSQLAlchemyInstrumentKwargs
17
+
from .integrations.starletteimportStarletteInstrumentKwargsasStarletteInstrumentKwargs
12
18
from .json_encoderimportlogfire_json_dumpsaslogfire_json_dumps
13
19
from .json_schemaimportJsonSchemaPropertiesasJsonSchemaProperties, attributes_json_schemaasattributes_json_schema, attributes_json_schema_propertiesasattributes_json_schema_properties, create_json_schemaascreate_json_schema
14
20
from .metricsimportProxyMeterProviderasProxyMeterProvider
@@ -27,7 +33,7 @@ from starlette.requests import Request as Request
0 commit comments