Commit Graph

20 Commits

Author SHA1 Message Date
Anton Grübel 8c29ca7e21
chore: leverage fallback resolver for MSRV check (#2993) 2025-05-22 08:39:53 -07:00
Cijo Thomas 62e43c5489
feat: Leverage Suppression Context in Sdk (#2868)
Co-authored-by: Utkarsh Umesan Pillai <66651184+utpilla@users.noreply.github.com>
2025-03-28 10:51:40 -07:00
Björn Antonsson da2029ea17
perf: Run all benchmarks for shorter time (#2870) 2025-03-28 09:23:06 -07:00
Dimitris Apostolou 81fea0747c
Avoid duplicate crates (#2703)
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2025-02-25 08:07:55 -08:00
Cijo Thomas 2997c4bb89
Show using tracing layer filters in examples (#2667) 2025-02-14 09:44:33 -08:00
Cijo Thomas fdc1151251
Rename LoggerProvider, Logger to SdkLoggerProvider, SdkLogger (#2612) 2025-02-05 07:37:45 -08:00
Lalit Kumar Bhasin 4e5255401f
chore: cleanup unused dependencies (#2440)
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2024-12-17 07:26:31 -08:00
David Pitoniak 9aeae0f03f
Feat/add resource builder (#2322)
Co-authored-by: Lalit Kumar Bhasin <lalit_fin@yahoo.com>
2024-12-13 12:16:03 -08:00
Cijo Thomas 2030f8f77f
Modify logs basic example to use tracing (#2397)
Co-authored-by: Lalit Kumar Bhasin <lalit_fin@yahoo.com>
2024-12-09 09:38:48 -08:00
Cijo Thomas a2c8c7dea1
Simplified stdout exporter for logs and traces (#2040)
Co-authored-by: Lalit Kumar Bhasin <labhas@microsoft.com>
Co-authored-by: Utkarsh Umesan Pillai <66651184+utpilla@users.noreply.github.com>
2024-08-26 10:57:23 -07:00
Utkarsh Umesan Pillai 16410d7555
Use arrays instead of vec for creating resource in examples (#1900) 2024-06-27 17:06:18 -07:00
Cijo Thomas 33abef2a78
Log SDK, OTLP builders to accept Resource directly instead of wrapping in Config (#1788)
Co-authored-by: Zhongyang Wu <zhongyang.wu@outlook.com>
2024-05-23 09:49:39 -07:00
Cijo Thomas 79189a88ac
Add logs and metrics to default features in api, sdk and otlp crate (#1783) 2024-05-19 12:22:50 -04:00
Yuta Yamaguchi 815e3874a2
Use semantic conventions in examples (#1639)
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2024-03-25 12:27:25 -04:00
Rodolfo P A f31c4dd1b1
Workspace dependencies (#1457)
Adds shared dependencies to the workspace.
It improves the experience while managing the dependencies.

## Changes

Picked the shared dependencies of the member projects and used added
then to the workspace dependencies, https://crates.io/crates/work_dep
can help with that.

## Merge requirement checklist

* [ ]
[CONTRIBUTING](https://github.com/open-telemetry/opentelemetry-rust/blob/main/CONTRIBUTING.md)
guidelines followed
* [ ] Unit tests added/updated (if applicable)
* [ ] Appropriate `CHANGELOG.md` files updated for non-trivial,
user-facing changes
* [ ] Changes in public API reviewed (if applicable)
2023-12-30 15:46:34 -08:00
Shaun Cox 759556d590
Change opentelemetry crate to contain only the API, not the SDK #1186 (#1199) 2023-08-23 21:01:28 -07:00
Cijo Thomas 2c3017e347
Pretty print stdout in examples (#1212)
* Modify examples to pretty print stdout

* a

* a

* fmt
2023-08-23 08:48:37 -07:00
Cijo Thomas f67dc5c3e1
Fix basic-otlp example dependencies (#1177) 2023-08-01 21:57:41 -07:00
Harold Dost 4bf6609e9d
Adding Copyright Holders (#1112)
* Adding Copyright Holders

Using the Copyright holder of "The OpenTelemetry Authors" as
recommended.

* Update the LICENSE Files Per the CNCF Guidelines:
  https://github.com/cncf/foundation/blob/main/copyright-notices.md#copyright-notices
* Don't add authors to Cargo.toml
  * Per [RFC 3052](https://rust-lang.github.io/rfcs/3052-optional-authors-field.html)
  * Remove from opentelemetry-proto.

Signed-off-by: Harold Dost <h.dost@criteo.com>

* Update LICENSE

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>

---------

Signed-off-by: Harold Dost <h.dost@criteo.com>
Co-authored-by: Julian Tescher <julian@tescher.me>
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2023-06-16 11:39:25 -07:00
Cijo Thomas 2a4a9cd390
Add LogAppender for log crate (#1071)
* Add LogAppender for Log crate

* move to API

* use generic and avoid dyn

* format fix

* put logger Type back

* remove loglevel

* name fix
2023-05-26 10:58:08 -07:00