https://github.com/heaths/opentelemetry-msi
OpenTelemetry tracer for Windows Installer packages
https://github.com/heaths/opentelemetry-msi
Last synced: about 2 months ago
JSON representation
OpenTelemetry tracer for Windows Installer packages
- Host: GitHub
- URL: https://github.com/heaths/opentelemetry-msi
- Owner: heaths
- License: mit
- Created: 2022-07-30T09:49:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T04:50:03.000Z (almost 4 years ago)
- Last Synced: 2025-01-01T10:16:44.336Z (over 1 year ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# OpenTelemetry Tracer for Windows Installer Packages
This project demonstrates Windows Installer custom actions (CAs) that emit spans to an OpenTelemetry tracer to measure total install time, execution time, and time of certain actions known to be slow and affected by package authoring e.g., `CostFinalize` and `InstallFiles`.