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

chore: update udp exporter package name to include distro #1057

Draft
wants to merge 60 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
9bae8df
Contribute OTLP UDP Exporter
Mar 4, 2025
3dbbae0
Fixing formatting issues
Mar 4, 2025
57cf7b3
Adding additional check to SpanExporterBuilder to see if we are alrea…
Mar 5, 2025
c8580e2
Adding the unit test for Lambda environment variables and fixing the …
Mar 6, 2025
6fb094a
Removing the redundant dependencies
Mar 6, 2025
37bf040
Adding the release workflow of UDP exporter and also the sample appli…
Mar 7, 2025
77bfd1b
Adding workflow to run on push to create it and run it
Mar 7, 2025
418cd43
Changing java version to 17 make it compatible with gradle 8.10
Mar 7, 2025
0c68acf
Readjusting the build commands according to directories
Mar 7, 2025
e051cc1
Fixing dependencies and changes to workflow
Mar 11, 2025
e5380f7
Renaming the package name and making changes to path respectively
Mar 11, 2025
1041d4f
Merge branch 'contribute-udp-exporter' into udp-release-workflow
Mar 11, 2025
c795fde
Trying to run the gradlew command only in the project directory
Mar 12, 2025
292792f
Trying to publish package to mavenlocal in the same directory of project
Mar 12, 2025
3e828d2
Testing without building dependency management
Mar 12, 2025
e761605
Adding debug to check dependency tree
Mar 12, 2025
9fe8eef
Testing it with initializing the local patch
Mar 12, 2025
d3f6ca3
test
Mar 12, 2025
fb1e818
Testing it with local patch
Mar 12, 2025
e7457c4
Trying to publish it to Maven Local without signing
Mar 12, 2025
371854f
Testing to publish a package without signing it
Mar 13, 2025
3050541
Updating dependencies after the change of naming convention
Mar 13, 2025
fab437c
Setting the endpoint correctly
Mar 13, 2025
a6c9a92
Updating the version of opentelemetry-bom to match with our lambda layer
Mar 13, 2025
c8cf516
Merge branch 'contribute-udp-exporter' into udp-release-workflow
Mar 13, 2025
66ee0ec
Just adding refresh dependencies flag to maintain consistency with ou…
Mar 13, 2025
2c570a9
removing setting up local m2 repository
Mar 13, 2025
425b62b
Updating the bom path
Mar 13, 2025
a24e2a5
Reverting back to actual bom dependency
Mar 14, 2025
497cb9d
Merge branch 'contribute-udp-exporter' into udp-release-workflow
Mar 14, 2025
f8ef822
Merge branch 'main' into udp-release-workflow
yiyuan-he Mar 14, 2025
e1889b0
Removing exporter from our rott folder settings.gradle file and addin…
Mar 14, 2025
15e8fb8
Merge branch 'contribute-udp-exporter' into udp-release-workflow
Mar 14, 2025
8453853
Adding separate settings.gradle.kts file for the sample app and remov…
Mar 14, 2025
ca3e1d6
Updating the build.gradle file
Mar 14, 2025
21b44e4
Merge branch 'contribute-udp-exporter' into udp-release-workflow
Mar 14, 2025
ac7f7e1
Refactoring the workflow file
Mar 14, 2025
b46392f
Removing license comment
Mar 14, 2025
23e8f27
Merge branch 'contribute-udp-exporter' into udp-release-workflow
Mar 14, 2025
7c5a95e
Removing the license comment
Mar 14, 2025
65c0595
Adding the bom-dpendency in sample app
Mar 14, 2025
b4460e3
Removing the test part for workflow as gradle build already takes car…
Mar 14, 2025
cfd4533
Removing the proto dependency and testing it
Mar 18, 2025
fce6f40
Merge branch 'contribute-udp-exporter' into udp-release-workflow
Mar 18, 2025
a5057df
Changing the bom dependency
Mar 18, 2025
b48eb35
Merge branch 'contribute-udp-exporter' into udp-release-workflow
Mar 18, 2025
a1753a2
Changing certain dependencies from implementation to compilOnly and t…
Mar 18, 2025
f595ab6
Merge branch 'contribute-udp-exporter' into udp-release-workflow
Mar 18, 2025
09102ea
Testing with changing dependency of compileOnly to testImplementation
Mar 18, 2025
3933da2
Merge branch 'contribute-udp-exporter' into udp-release-workflow
Mar 18, 2025
85d21b9
Reverting back the dependencies from testImplementation to implementa…
Mar 18, 2025
aca8509
Merge branch 'contribute-udp-exporter' into udp-release-workflow
Mar 18, 2025
838a1e3
Testing the same dependencies with both compileOnly and testImplement…
Mar 18, 2025
66a34cf
Merge branch 'contribute-udp-exporter' into udp-release-workflow
Mar 18, 2025
7497784
Adding OTLP dependency to my sample app build file
Mar 19, 2025
507f227
Fixing redundant code in OtlpUdpSpanExporterBuilder file to make a pr…
Mar 20, 2025
73587dd
Merge branch 'contribute-udp-exporter' into udp-release-workflow
Mar 20, 2025
cb03efd
Fixing the dependency
Mar 20, 2025
9bff25a
Test1
Mar 20, 2025
7169ee6
renaming names of files an packages according to naming conventions
Mar 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removing license comment
Jeel Mehta committed Mar 14, 2025
commit b46392ff58c9dadf5cbb68913d1d76e5b605e49e
15 changes: 0 additions & 15 deletions exporters/aws-otel-otlp-udp-exporter/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
*
* Copyright Amazon.com, Inc. or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/

rootProject.name = "aws-otel-otlp-udp-exporter"

dependencyResolutionManagement {