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

Compatibility checks #408

Merged
merged 19 commits into from
Mar 25, 2025
Merged

Compatibility checks #408

merged 19 commits into from
Mar 25, 2025

Conversation

LikeTheSalad
Copy link
Contributor

No description provided.

@LikeTheSalad LikeTheSalad marked this pull request as ready for review March 24, 2025 12:36
@LikeTheSalad LikeTheSalad requested review from hegerchr and a team March 24, 2025 12:36
@LikeTheSalad LikeTheSalad merged commit 3932925 into main Mar 25, 2025
9 checks passed
@LikeTheSalad LikeTheSalad deleted the compatibility-checks branch March 25, 2025 10:10
LikeTheSalad added a commit that referenced this pull request Mar 25, 2025
* Removing Predicate from ConditionalDropManager

* Removing Predicate from ConditionalDropManager signal exporters

* Using kotlin.time.Duration

* Reusing otel test tools

* Verifying span apis in sample app

* Verifying logs and metrics apis in sample app

* Minifying sample app android tests

* Verifying spans after obfuscation

* Adding r8 exceptions for tests

* Avoiding breaking enums

* Clean up rules

* Using minify enabled for automated android tests

* Adding instrumentations info

* Simplifying plugin configs

* Adding extra params to otel agent extensions

* Adding docs to extensions

* Using different package names for instrumentation library buildconfig

* Using different package names for instrumentation plugin buildconfig

* Updating api dump
LikeTheSalad added a commit that referenced this pull request Mar 27, 2025
* Added quick-start.md

* Updated docs

* Updated docs

* Adding links

* Adding links

* Renaming quick-start

* Adding gradle setup

* Updating desugaring faq

* Updating desugaring faq

* Updating desugaring faq

* Enhancing

* Adding agent setup

* Created how-to guide to get an application instance

* Updating links

* Adding service name faq

* Updating wording

* Updating wording

* Adding Elastic Stack requirement

* Adding how-to to get the endpoint

* Finishing the how-to guide to get the endpoint

* Linking export endpoint guide to getting started

* Adding api key description

* Renaming images

* Adding images for the create api key howto

* Simplifying how-to

* Adding how to create an API Key

* Linking how-to

* Updating wording

* Update wording

* Starting to create the first example

* Adding link to the Elastic Stack requirement

* Adding visualization to the docs

* Updating wording

* Updating wording

* Updating wording

* Updating wording

* Renaming supported-technologies.md

* Updating toc.yml

* Reorganizing menu items

* Updating wording

* Adding links

* Clean up

* Adding what's next to getting-started.md

* Replacing setup.md by getting-started.md

* Adding links

* Updating wording

* Renaming how-to.md

* Adding intro message

* Updating wording

* Updating wording

* Adding distributed tracing example

* Updating wording

* Finishing what can I do with it part

* Adding features titles

* Clean up

* Rewording

* Rewording

* Adding automatic instrumentation as feature

* Clean up

* Adding real time desc

* Adding session desc

* Adding features desc

* Clean up

* Updating wording

* Clean up

* Clean up configuration.md

* Adding config application info

* Adding export config docs

* Updating wording

* Clean up

* Adding internal logging policy docs

* Updating internal logging policy docs

* Renaming internal logging policy setter

* Adding resource interceptor docs

* Updating wording

* Clean up

* Updating wording

* Renaming service faq

* Reordering

* Updating attr references

* Reordering

* Clean up

* Clean up

* Updating code example

* Reordering

* Adding docs for processor factory

* Adding http span interceptor docs

* Clean up

* Updating wording

* Updating wording

* Reordering pages

* Adding export connectivity setter docs

* Updating manual-instrumentation.md

* Updating wording

* Updating automatic-instrumentation.md

* Adding automatic instrumentation info

* Adding gradle configuration doc

* Updating wording

* Updating links

* Clean up

* Updating link

* Updating links

* Updating links

* Updating release notes title

* Clean up tech preview message

* Moving ssl how-to to how-tos

* Clean up faqs

* Adding how to pass values from environment variables

* Updating wording

* Adding how to get values from properties file

* Adding tips

* Updating wording in index.md

* Updating wording in getting-started.md

* Updating wording in index.md

* Updating wording in configuration.md

* Updating wording

* Updating wording

* Adding intro to getting-started.md

* Adding intro to configuration.md

* Update docs/reference/index.md

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>

* Update docs/reference/index.md

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>

* Update docs/reference/index.md

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>

* Update docs/reference/index.md

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>

* Update docs/reference/index.md

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>

* Update docs/reference/index.md

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>

* Update docs/reference/index.md

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>

* Update docs/reference/index.md

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>

* Update docs/reference/index.md

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>

* Update docs/reference/index.md

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>

* Update docs/reference/getting-started.md

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>

* Update docs/reference/getting-started.md

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>

* Update docs/reference/getting-started.md

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>

* Update docs/reference/getting-started.md

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>

* Update docs/reference/getting-started.md

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>

* Update docs/reference/getting-started.md

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>

* Update docs/reference/getting-started.md

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>

* Update docs/reference/getting-started.md

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>

* Update docs/reference/configuration.md

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>

* Reverting title

* Compatibility checks (#408)

* Removing Predicate from ConditionalDropManager

* Removing Predicate from ConditionalDropManager signal exporters

* Using kotlin.time.Duration

* Reusing otel test tools

* Verifying span apis in sample app

* Verifying logs and metrics apis in sample app

* Minifying sample app android tests

* Verifying spans after obfuscation

* Adding r8 exceptions for tests

* Avoiding breaking enums

* Clean up rules

* Using minify enabled for automated android tests

* Adding instrumentations info

* Simplifying plugin configs

* Adding extra params to otel agent extensions

* Adding docs to extensions

* Using different package names for instrumentation library buildconfig

* Using different package names for instrumentation plugin buildconfig

* Updating api dump

* Reverting title

* Update docs/reference/automatic-instrumentation.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/automatic-instrumentation.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/_snippets/tip-provide-values-from-outside.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/automatic-instrumentation.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/automatic-instrumentation.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/automatic-instrumentation.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/automatic-instrumentation.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/automatic-instrumentation.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/automatic-instrumentation.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/faq.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/faq.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/faq.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/getting-started.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/getting-started.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/getting-started.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/getting-started.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/automatic-instrumentation.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/getting-started.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/getting-started.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/getting-started.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/getting-started.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/automatic-instrumentation.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/faq.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/getting-started.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/getting-started.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/getting-started.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/how-tos.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/how-tos.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/how-tos.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/how-tos.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/how-tos.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/how-tos.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/how-tos.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/how-tos.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/how-tos.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/how-tos.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/how-tos.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/how-tos.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/how-tos.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/how-tos.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/how-tos.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/how-tos.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/how-tos.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/how-tos.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/how-tos.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/how-tos.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/how-tos.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/how-tos.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/how-tos.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/how-tos.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/index.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/index.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/manual-instrumentation.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/manual-instrumentation.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/manual-instrumentation.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/manual-instrumentation.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

* Update docs/reference/automatic-instrumentation.md

Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>

---------

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>
Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants