Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
88cd66c
Add POSIX telemetry
bmehta001 Feb 18, 2026
1dbcaf5
Lint
bmehta001 Feb 19, 2026
b03b21d
Fix POSIX telemetry build for macOS
bmehta001 Mar 4, 2026
310f99e
Modify device id and other events
bmehta001 Mar 5, 2026
3c69056
Merge remote changes with macOS/iOS build fixes
bmehta001 Mar 5, 2026
ed5dc83
Service fallback Windows, fix Posix telemetry, add dep
bmehta001 Apr 2, 2026
fded7ba
Merge remote-tracking branch 'origin/main' into bhamehta/posix-telemetry
bmehta001 Apr 3, 2026
0834912
Create .onnxruntime directory before opening telemetry cache
bmehta001 Apr 15, 2026
8b7a4cd
Fix iOS POSIX telemetry rebuild and cache path
bmehta001 Apr 17, 2026
415ca61
Add POSIX (1DS) telemetry support
bmehta001 Jun 11, 2026
d86ee5d
Consume 1DS telemetry SDK from the cpp-client-telemetry vcpkg port
bmehta001 Jun 11, 2026
b6f10cd
Fix POSIX telemetry to match the current Telemetry interface
bmehta001 Jun 11, 2026
631fe4c
Honor telemetry opt-out in POSIX LogProcessInfo
bmehta001 Jun 11, 2026
7d37b43
Sample POSIX SystemMetrics to bound per-inference overhead
bmehta001 Jun 11, 2026
c59d454
Implement remaining cross-platform telemetry events on POSIX
bmehta001 Jun 11, 2026
fcbde26
Make PosixTelemetry shared SDK state static (singleton, Windows parity)
bmehta001 Jun 11, 2026
b45674e
Align FetchContent 1DS SDK fallback with the vcpkg port (3.10.40.1 ->…
bmehta001 Jun 11, 2026
6e4304f
Bump vcpkg baseline to resolve cpp-client-telemetry; drop unused utf8…
bmehta001 Jun 16, 2026
b0eaeb7
Adapt POSIX telemetry to Telemetry interface changes on current main
bmehta001 Jun 23, 2026
500a705
telemetry: address Copilot review - drop stray notice, add <string_view>
bmehta001 Jun 23, 2026
e0cbddd
telemetry: address Copilot round-2 - stable device-id hash, includes,…
bmehta001 Jun 23, 2026
08deb9f
telemetry: address Copilot round-3 - atomic logger, IsEnabled readine…
bmehta001 Jun 23, 2026
94bf13f
telemetry: address Copilot round-4 - shell32 link, device-id perms, o…
bmehta001 Jun 23, 2026
30244c1
telemetry: address Copilot round-5 - silence disabled-telemetry confi…
bmehta001 Jun 23, 2026
1ae58b8
telemetry: address Copilot round-6 - exception-safe and early-init-sa…
bmehta001 Jun 23, 2026
996ec9c
telemetry: address Copilot round-7 - exception-safe device_id
bmehta001 Jun 23, 2026
6ebaef3
telemetry: address Copilot round-8 - device-id HOME fallback for daemons
bmehta001 Jun 23, 2026
41e6953
telemetry: address Copilot round-9 - explicit atomic loads via IsEnab…
bmehta001 Jun 23, 2026
2933b7e
telemetry: make 1DS tenant token overridable at compile time
bmehta001 Jun 23, 2026
7bcc576
telemetry: fix getpwuid thread-safety and LogEventAsync/Shutdown UAF …
bmehta001 Jun 23, 2026
f1dede6
telemetry: log only the basename of __FILE__ in LogRuntimeError (roun…
bmehta001 Jun 23, 2026
50b12e0
telemetry: harden device-id persistence - 0600-on-create + preserve C…
bmehta001 Jun 23, 2026
9d100ae
telemetry: don't latch enabled_ on Shutdown; inject token via generat…
bmehta001 Jun 23, 2026
55ecae7
telemetry: don't depend on UINT32_MAX transitive include in device_id…
bmehta001 Jun 23, 2026
86991d4
telemetry: device-id dir 0700; clarify --use_telemetry help text (rou…
bmehta001 Jun 23, 2026
40449d4
telemetry: remove unused <TargetConditionals.h> include from env.cc (…
bmehta001 Jun 23, 2026
075e8cd
telemetry: create offline-cache directory before CreateLogManager (ro…
bmehta001 Jun 23, 2026
224b93e
telemetry: guard CommandLineToArgvW behind WINAPI_PARTITION_DESKTOP (…
bmehta001 Jun 23, 2026
62ac02a
telemetry: restrict shell32 link to desktop Windows (round 20)
bmehta001 Jun 23, 2026
4a25375
telemetry: per-event schemaVersion + document vcpkg baseline bump (ro…
bmehta001 Jun 24, 2026
c9b8929
telemetry: fail fast on WebAssembly + telemetry (round 22)
bmehta001 Jun 24, 2026
59fe3be
telemetry: drop unused SQLite json1 to shrink the statically-linked 1…
bmehta001 Jun 24, 2026
8419ce6
telemetry: consume cpp-client-telemetry 3.10.173.1 (binary-footprint …
bmehta001 Jun 24, 2026
27f87fb
telemetry: switch cpp-client-telemetry to the registry 3.10.173.1 port
bmehta001 Jun 24, 2026
1cb7562
telemetry: bump vcpkg baseline to the 3.10.173.1 port commit
bmehta001 Jun 24, 2026
b817a52
telemetry: don't force --use_telemetry for WebAssembly builds in buil…
bmehta001 Jun 24, 2026
d97f309
telemetry: source device-id UUID bytes from random_device
bmehta001 Jun 24, 2026
7e09570
telemetry: guard internal ContextFieldsProvider.hpp include to mobile…
bmehta001 Jun 24, 2026
3d0d405
Add opt-in shared 1DS telemetry SDK (libmat.so) for multi-binary sharing
bmehta001 Jun 25, 2026
907690e
Merge branch 'bhamehta/posix-telemetry' of github.com:microsoft/onnxr…
bmehta001 Jun 25, 2026
422e263
Fix Apple telemetry dependency merge resolution
bmehta001 Jun 25, 2026
28e8f65
Merge remote-tracking branch 'origin/bhamehta/posix-telemetry'
bmehta001 Jun 25, 2026
260aaa9
Fix ONNX pointer and iOS telemetry fallback
bmehta001 Jun 25, 2026
563a702
Build a leaner sqlite3 for 1DS telemetry's offline store
bmehta001 Jun 25, 2026
74dd992
Merge remote-tracking branch 'private/bhamehta/posix-telemetry' into …
bmehta001 Jun 25, 2026
1c578a2
Fix FetchContent 1DS telemetry build on POSIX static and under -Werror
bmehta001 Jun 25, 2026
02f9a93
Scrub absolute paths from telemetry errorMessage on POSIX and Windows
bmehta001 Jun 25, 2026
6d5f2a7
Harden telemetry path scrubber per code review
bmehta001 Jun 26, 2026
08f6270
Fix telemetry scrubber over-redacting files under unrelated home/user…
bmehta001 Jun 26, 2026
803b16d
Align POSIX/Windows telemetry error scrubbing with onnxruntime-genai
bmehta001 Jun 26, 2026
3240057
Address multi-agent review: robust telemetry env opt-out + honest IP-…
bmehta001 Jun 26, 2026
063c52e
telemetry: drop inert enableIpScrubbing flag; non-blocking teardown (…
bmehta001 Jun 26, 2026
7d9d4e1
telemetry: unify the opt-out env var as ORT_TELEMETRY_DISABLED
bmehta001 Jun 26, 2026
9abeed9
telemetry: use a named 1DS LogManager host; fix shared-SDK comment
bmehta001 Jun 26, 2026
ea128d0
docs: document the ORT_TELEMETRY_DISABLED runtime opt-out in Privacy.md
bmehta001 Jun 26, 2026
d8301b7
docs: replace the dangling C_API.md telemetry link in Privacy.md
bmehta001 Jun 26, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
210 changes: 210 additions & 0 deletions ThirdPartyNotices.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6119,3 +6119,213 @@ Redistribution and use in source and binary forms, with or without modification,
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

_____

microsoft/cpp_client_telemetry, https://github.com/microsoft/cpp_client_telemetry/

Apache License

Copyright (c) Microsoft Corporation. All rights reserved.

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

1. Definitions.

"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.

"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.

"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.

"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.

"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.

"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.

"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).

"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.

"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."

"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.

2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.

3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.

4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:

(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and

(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and

(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and

(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.

You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.

5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.

6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.

7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.

8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.

9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS

APPENDIX: How to apply the Apache License to your work.

To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License");
Comment thread
Copilot marked this conversation as resolved.
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
10 changes: 9 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,12 @@
DIR_OS="Android"
fi

python3 $DIR/tools/ci_build/build.py --build_dir $DIR/build/$DIR_OS "$@"
# Telemetry uses the 1DS SDK, which is not supported for WebAssembly/Emscripten builds.
# Only request it for native builds so that `./build.sh --build_wasm` keeps working without
# the user having to override the wrapper's default.
TELEMETRY_ARG="--use_telemetry"
if [[ "$*" == *"--build_wasm"* ]]; then
TELEMETRY_ARG=""
fi

python3 $DIR/tools/ci_build/build.py --build_dir $DIR/build/$DIR_OS $TELEMETRY_ARG "$@"

Check warning on line 29 in build.sh

View workflow job for this annotation

GitHub Actions / Optional Lint

[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./build.sh:29:50: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check warning on line 29 in build.sh

View workflow job for this annotation

GitHub Actions / Optional Lint

[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./build.sh:29:9: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
10 changes: 10 additions & 0 deletions cgmanifests/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,16 @@
},
"comments": "python-pillow. Implementation logic for anti-aliasing copied by Resize CPU kernel."
}
},
{
"component": {
"type": "git",
"git": {
"commitHash": "edf33f80035575b82f1fafd5f9bd0dc0d2064e94",
"repositoryUrl": "https://github.com/microsoft/cpp_client_telemetry.git"
},
"comments": "1DS SDK (cpp_client_telemetry) for cross-platform telemetry on non-Windows platforms (macOS, Linux, Android, iOS)."
}
}
],
"Version": 1
Expand Down
16 changes: 16 additions & 0 deletions cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,19 @@ option(onnxruntime_USE_WINML "Build with WinML support" OFF)
option(onnxruntime_USE_ACL "Build with ACL support" OFF)
option(onnxruntime_ENABLE_INSTRUMENT "Enable Instrument with Event Tracing for Windows (ETW)" OFF)
option(onnxruntime_USE_TELEMETRY "Build with Telemetry" OFF)
# Optional 1DS ingestion token for non-Windows telemetry. Leave empty to compile in the default
# throwaway token from core/platform/posix/telemetry.cc; official pipelines override it at compile
# time by setting this to the real token (injected from a pipeline secret).
set(onnxruntime_1DS_TENANT_TOKEN "" CACHE STRING "Override the compiled-in 1DS telemetry ingestion token (non-Windows)")
# When building non-Windows telemetry, optionally build the 1DS SDK (cpp-client-telemetry) as a shared
# library (libmat.so) instead of statically linking it into libonnxruntime. This lets several binaries
# that link the same SDK (for example onnxruntime and onnxruntime-genai shipped together) share a single
# copy of the SDK and its transitive TLS/HTTP stack, paying its footprint once instead of per-binary. Each
# binary still runs its own named 1DS LogManager (onnxruntime and onnxruntime-genai use distinct factory
# hosts), so the shared library shares only the SDK code, not telemetry state. The SDK's own dependencies
# (OpenSSL/curl/sqlite3/zlib) stay static inside libmat.so so it remains self-contained. Requires the
# vcpkg cpp-client-telemetry port. Off by default: a standalone onnxruntime is smaller/simpler fully static.
cmake_dependent_option(onnxruntime_TELEMETRY_SHARED_SDK "Build the non-Windows 1DS telemetry SDK as a shared library so multiple binaries can share one copy" OFF "onnxruntime_USE_TELEMETRY;NOT WIN32" OFF)
cmake_dependent_option(onnxruntime_USE_MIMALLOC "Override new/delete and arena allocator with mimalloc" OFF "WIN32;NOT onnxruntime_USE_CUDA;NOT onnxruntime_USE_OPENVINO" OFF)
option(onnxruntime_USE_CANN "Build with CANN support" OFF)
option(onnxruntime_USE_XNNPACK "Build with XNNPACK support. Provides an alternative math library on ARM, WebAssembly and x86." OFF)
Expand Down Expand Up @@ -589,6 +602,9 @@ set(ONNXRUNTIME_INCLUDE_DIR ${REPO_ROOT}/include/onnxruntime)
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/external)
include(external/onnxruntime_external_deps.cmake)

# 1DS telemetry integration for non-Windows platforms (must come after external deps)
include(onnxruntime_1ds_telemetry.cmake)

set(ORT_WARNING_FLAGS)
if (WIN32)
# class needs to have dll-interface to be used by clients
Expand Down
2 changes: 2 additions & 0 deletions cmake/deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ kleidiai;https://github.com/ARM-software/kleidiai/archive/refs/tags/v1.20.0.tar.
# this entry will be updated to use refs/tags/<version> instead of the raw commit hash.
kleidiai-qmx;https://github.com/qualcomm/kleidiai/archive/2f10c9a8d32f81ffeeb6d4885a29cc35d2b0da87.zip;5e855730a2d69057a569f43dd7532db3b2d2a05c
vulkan_headers;https://codeload.github.com/KhronosGroup/Vulkan-Headers/tar.gz/refs/tags/v1.4.344;57bc528ef7c4a3f7bfbb59e64a187e3734bd29d8
# cpp_client_telemetry (1DS SDK) for cross-platform telemetry on non-Windows platforms
cpp_client_telemetry;https://github.com/microsoft/cpp_client_telemetry/archive/refs/tags/v3.10.173.1.zip;d35a0f0595114304ed8c308e720671032f9586d1
Loading
Loading