Chirag Pandya
fd90991790
[rfc] opentelemetry in pytorch (#122999)
1. Add current latest version (opentelemetry-cpp version v1.14.2) to PyTorch library.
Steps:
```
$cd pytorch
$git submodule add https://github.com/open-telemetry/opentelemetry-cpp.git third_party/opentelemetry-cpp
$cd third_party/opentelemetry-cpp
$git checkout v1.14.2
$git add third_party/opentelemetry-cpp .gitmodules
$git commit
```
Expected change in checkout size:
```
(/home/cpio/local/a/pytorch-env) [cpio@devvm17556.vll0 ~/local/pytorch (gh/c-p-i-o/otel)]$ git count-objects -vH
count: 654
size: 3.59 MiB
in-pack: 1229701
packs: 17
size-pack: 1.17 GiB
prune-packable: 76
garbage: 0
size-garbage: 0 bytes
```
2.
TODO
- [x] Figure out how dynamic linking works. App builders will somehow need to `target_include` opentelemetry-cpp at runtime.
- [ ] Examples on how to use opentelemetry + pytorch
- [ ] Tests + documentation (e.g. using null opentelemetry implementation).
Pull Request resolved: https://github.com/pytorch/pytorch/pull/122999
Approved by: https://github.com/ezyang
2024-04-21 15:20:21 +00:00
..
2022-06-06 21:58:47 +00:00
2023-12-15 23:08:08 +00:00
2024-02-28 22:15:43 +00:00
2024-02-23 03:57:26 +00:00
2022-04-07 18:54:58 +00:00
2023-12-06 22:47:40 +00:00
2023-05-15 22:28:01 +00:00
2024-01-05 18:32:23 +00:00
2023-12-07 15:55:08 +00:00
2021-07-08 16:29:17 -07:00
2024-03-28 21:36:27 +00:00
2022-07-13 13:50:15 +00:00
2024-04-12 14:49:57 +00:00
2023-06-27 08:53:26 +00:00
2023-04-03 16:56:47 +00:00
2024-03-11 17:23:59 +00:00
2022-06-28 23:54:33 +00:00
2024-04-02 20:41:22 +00:00
2024-04-21 15:20:21 +00:00
2024-01-26 02:01:06 +00:00
2021-08-19 23:43:55 -07:00
2023-11-21 12:45:16 +00:00
2024-03-31 11:29:40 +00:00
2022-05-26 13:58:36 +00:00
2024-03-31 03:07:32 +00:00
2022-06-06 09:40:19 -07:00
2021-12-27 15:19:21 -08:00
2022-08-23 18:42:46 +00:00
2024-03-08 01:19:22 +00:00
2023-12-15 23:08:08 +00:00
2024-04-21 15:20:21 +00:00
2021-12-17 13:44:29 -08:00
2024-01-03 15:41:28 +00:00
2023-12-15 09:47:14 +00:00
2023-04-25 22:02:42 +00:00
2023-12-15 23:08:08 +00:00
2024-03-08 01:19:22 +00:00
2022-05-17 00:30:13 +00:00
2023-01-31 00:22:28 +00:00
2022-07-19 09:57:32 +00:00
2022-07-15 18:25:40 +00:00
2024-04-21 15:20:21 +00:00
2022-06-07 00:16:44 +00:00
2024-03-28 21:36:27 +00:00
2022-12-22 05:14:55 +00:00
2023-10-10 21:44:09 +00:00
2024-04-21 15:20:21 +00:00
2024-03-31 03:07:32 +00:00
2021-12-19 16:34:00 -08:00
2022-12-22 05:14:55 +00:00
2022-12-22 05:14:55 +00:00
2024-03-08 01:19:22 +00:00
2024-03-08 01:19:22 +00:00
2024-03-08 01:19:22 +00:00
2024-03-22 03:31:04 +00:00