Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AwsSpanProcessingUtil #15

Merged
merged 1 commit into from
Jan 11, 2024
Merged

Add AwsSpanProcessingUtil #15

merged 1 commit into from
Jan 11, 2024

Conversation

thpierce
Copy link
Contributor

AwsSpanProcessingUtil is a utility module designed to support shared logic across AWS Span Processors. This is a roughly-carbon-copy file of https://github.com/aws-observability/aws-otel-java-instrumentation/blob/main/awsagentprovider/src/main/java/software/amazon/opentelemetry/javaagent/providers/AwsSpanProcessingUtil.java

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@thpierce thpierce requested a review from a team January 11, 2024 20:00
@thpierce thpierce force-pushed the mag branch 2 times, most recently from cf7c2b5 to 5d6bbdb Compare January 11, 2024 20:02
@thpierce thpierce merged commit 73b4f68 into main Jan 11, 2024
16 checks passed
@thpierce thpierce deleted the mag branch January 11, 2024 23:25
mxiamxia pushed a commit that referenced this pull request Dec 16, 2024
*Issue #, if available:*
Our recent PR builds for Python are failing with:
```
#16 3.705 error: failed to compile `cargo-audit v0.21.0`, intermediate artifacts can be found at `/tmp/cargo-installzAcK49`.
#16 3.705 To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.
#16 3.705 
#16 3.705 Caused by:
#16 3.705   package `home v0.5.11` cannot be built because it requires rustc 1.81 or newer, while the currently active rustc version is 1.75.0
#16 3.705   Try re-running cargo install with `--locked`
#16 ERROR: process "/bin/sh -c if [ $TARGETARCH = \"amd64\" ]; then cargo install cargo-audit && cargo audit ; fi" did not complete successfully: exit code: 101

#15 [build 5/5] RUN mkdir workspace && pip install --target workspace ./aws-opentelemetry-distro
#15 4.601 Collecting opentelemetry-instrumentation-pymemcache==0.48b0 (from aws-opentelemetry-distro==0.7.0.dev0)
#15 4.614   Downloading opentelemetry_instrumentation_pymemcache-0.48b0-py3-none-any.whl.metadata (1.9 kB)
#15 4.657 Collecting opentelemetry-instrumentation-pymongo==0.48b0 (from aws-opentelemetry-distro==0.7.0.dev0)
#15 4.674   Downloading opentelemetry_instrumentation_pymongo-0.48b0-py3-none-any.whl.metadata (1.9 kB)
```

*Description of changes:*
Bumping the version of rustc to `1.81` in our Dockerfile.


By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants