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

Fix broken links #5423

Merged
merged 2 commits into from
Feb 22, 2022
Merged
Changes from 1 commit
Commits
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
12 changes: 6 additions & 6 deletions docs/standalone-library-instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
This repository also publishes standalone instrumentation for several libraries (and growing)
that can be used if you prefer that over using the Java agent:

* [Apache Dubbo](../instrumentation/apache-dubbo-2.7/library)
* [Apache Dubbo](../instrumentation/apache-dubbo-2.7/library-autoconfigure)
* [Armeria](../instrumentation/armeria-1.3/library)
* [AWS Lambda](../instrumentation/aws-lambda-1.0/library)
* [AWS Lambda](../instrumentation/aws-lambda/aws-lambda-core-1.0/library)
* [AWS SDK 1.11](../instrumentation/aws-sdk/aws-sdk-1.11/library)
* [AWS SDK 2.2+](../instrumentation/aws-sdk/aws-sdk-2.2/library)
* [gRPC](../instrumentation/grpc-1.6/library)
* [Guava](../instrumentation/guava-10.0/library)
* [JDBC](../instrumentation/jdbc/library)
* [Lettuce](../instrumentation/lettuce/lettuce-5.1/library)
* [Log4j appender](../instrumentation/log4j/log4j-2.16/library)
* [Log4j thread context](../instrumentation/log4j/log4j-2.16/library-autoconfigure)
* [Logback](../instrumentation/logback-1.0/library)
* [Log4j appender](../instrumentation/log4j/log4j-appender-2.16/library)
* [Log4j thread context](../instrumentation/log4j/log4j-context-data/log4j-context-data-2.16/library-autoconfigure)
* [Logback](../instrumentation//logback/logback-appender-1.0/library)
trask marked this conversation as resolved.
Show resolved Hide resolved
* [MongoDB Driver](../instrumentation/mongo/mongo-3.1/library)
* [OkHttp](../instrumentation/okhttp/okhttp-3.0/library)
* [OSHI](../instrumentation/oshi/library)
* [Reactor](../instrumentation/reactor-3.1/library)
* [Reactor](../instrumentation/reactor/reactor-3.1/library)
* [RocketMQ](../instrumentation/rocketmq-client-4.8/library)
* [Runtime metrics](../instrumentation/runtime-metrics/library)
* [RxJava 1.0](../instrumentation/rxjava/rxjava-1.0/library)
Expand Down