Commit Graph

35 Commits

Author SHA1 Message Date
Cijo Thomas 11ed8e0af7
docs: Fix tracing grpc example (#2710) 2025-02-26 11:05:55 -08: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
tison 32a43caada
build: drop unused tonic server deps (#2666)
Signed-off-by: tison <wander4096@gmail.com>
2025-02-14 06:59:42 -08:00
Cijo Thomas dfeeac7a7d
Rename TracerProvider to SdkTracerProvider (#2614)
Co-authored-by: Lalit Kumar Bhasin <lalit_fin@yahoo.com>
2025-02-05 11:01:29 -08:00
Cijo Thomas 36f9caf45e
Fix changelog and few spell check issues (#2474)
Co-authored-by: Zhongyang Wu <zhongyang.wu@outlook.com>
2024-12-26 11:56:36 -08:00
Lalit Kumar Bhasin 1f354674d6
BatchSpanProcessor with dedicated thread. (#2456) 2024-12-23 11:15:48 -08:00
Scott Gerring 0fc0764ffd
chore: Test sync exporters (#2455) 2024-12-19 07:47:23 -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 6d1a765c41
chore: remove the global::shutdown_tracer_provider function (#2369) 2024-12-04 06:03:46 -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 da368d4085
Simplify tracing-grpc example (#1886) 2024-06-17 15:55:13 -07:00
Cijo Thomas cdd9309cd3
Use updated image for jaeger ui (#1754)
Co-authored-by: Zhongyang Wu <zhongyang.wu@outlook.com>
2024-05-13 20:27:18 -04:00
Zhongyang Wu 64225243c0
fix: disable workspace default feature (#1562)
Co-authored-by: Harold Dost <github@hdost.com>
Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2024-02-24 16:27:57 -08:00
Dirkjan Ochtman fe2b2d54e8
Upgrade to tonic 0.11 and prost 0.12 (#1536) 2024-02-16 10:24:22 -05:00
Cijo Thomas 433c1b34e2
Fix tracing grpc example (#1493)
Cleaned up readme as we already removed tracing-opentelemetry and jaeger
from it.
2024-01-25 17:53:23 -08: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
Lalit Kumar Bhasin 670d34a460
Remove `tracing-opentelemetry` dependency from `tracing-grpc` example (#1426) 2023-12-07 13:12:49 -05: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
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
Will Bush d3c8598a79
examples tracing-grpc: upgrade Cargo.toml and fix build and warnings (#1107) 2023-06-15 12:27:02 -07:00
Shaun eb9049264a
remove unused dependencies (#1095) 2023-06-06 22:34:20 -07:00
Zhongyang Wu 99d197d67e
chore: fix lint issues in 1.67 (#959) 2023-01-28 19:20:02 -08:00
Zhongyang Wu 9ea1ee77af
chore(common): bump MSRV to 1.56 (#866)
* chore(common): bump MSRV to 1.56

* chore(common): bump edition to 2021

* fix(jaeger): clippy issue

* fix: patch_depencencies.sh -> patch_dependencies.sh
2022-09-01 00:36:37 -07:00
Zhongyang Wu c92a1ad5af
fix(common): clippy issues raised by 1.63 (#862)
* fix(common): clippy issue raised by 1.63

* fix(common): nightly issues

* fix(jaeger): take self reference for `collector_password`

* fix(common): pin serde to 1.0142 as workaround of https://github.com/rust-lang/cargo/issues/10954

* fix(doc): fix type link in docs
2022-08-13 18:47:28 -07:00
David Pedersen 5d6d000c47
Update tonic, prost, and friends (#660)
* Update tonic, prost, and friends

* Patch tonic to `master` which uses 2018 edition

* remove patch now that tonic is released

* format
2022-01-10 11:52:03 -05:00
Zhongyang Wu d3bbfd2bc7
feat: add cargo deny (#604)
* fix(examples): add license to examples' cargo.toml

* feat: add cargo deny for security scan. Update tonic and prost version.

* fix: unpublished all examples explicitly in Cargo.toml. Simplify deny.toml
2021-07-29 23:08:00 -04:00
Julian Tescher d70a537548
Update example and optional dependencies (#568)
* Update examples and optional dependencies

* Fix grpcio tests
2021-06-08 22:20:11 -04:00
Mark Ingram 4258fc7413
Update GRPC examples (#464)
- tonic 0.4, prost 0.7
- opentelemetry 0.12, opentelemetry-jaeger 0.11,
- tracing-opentelemetry 0.11
2021-03-01 09:19:49 -08:00
Marcus Weiner 672879997a
Upgrade Tokio to v1 (#421)
Co-authored-by: Dirkjan Ochtman <dirkjan@ochtman.nl>
2021-01-18 09:20:50 -08:00
Julian Tescher 37b64b45e1
Update examples to show latest (#419) 2021-01-11 16:43:12 -08:00
Phillip Cloud 86a0fdcd41
Make all errors Box<dyn Error + Send + Sync + 'static> (#284) 2020-10-18 11:40:51 -07:00
Julian Tescher 9ff9ea104a
Move propagators to sdk::propagation module (#266) 2020-10-13 09:40:01 -07:00
Julian Tescher 953d4df8f6
Update tonic feature and example dependencies (#258) 2020-10-06 19:15:07 -07:00
Craig Pastro ec53ed2003
Rename ProbabilitySampler to TraceIdRatioBasedSampler (#188) 2020-08-21 20:34:10 -07:00
Scot Wilcox c823385bc0
Add example with tracing_opentelemetry and tonic (#122) 2020-05-31 20:33:29 -07:00