MCPcopy Create free account
hub / github.com/dbcli/mssql-cli / conclude

Function conclude

mssqlcli/telemetry.py:122–128  ·  view source on GitHub ↗
(service_endpoint_uri='https://vortex.data.microsoft.com/collect/v1',
             separate_process=True)

Source from the content-addressed store, hash-verified

120
121@decorators.suppress_all_exceptions(raise_in_diagnostics=True)
122def conclude(service_endpoint_uri='https://vortex.data.microsoft.com/collect/v1',
123 separate_process=True):
124 _session.end_time = datetime.now()
125
126 payload = _session.generate_payload()
127 output_payload_to_file(payload)
128 return upload_payload(payload, service_endpoint_uri, separate_process)
129
130
131@_user_agrees_to_telemetry

Callers

nothing calls this directly

Calls 3

output_payload_to_fileFunction · 0.85
upload_payloadFunction · 0.85
generate_payloadMethod · 0.80

Tested by

no test coverage detected