Skip to content

Commit c75cc15

Browse files
committed
add links
1 parent 74d1d11 commit c75cc15

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

docs/contributing/documenting-instrumentation.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -140,23 +140,23 @@ If the instrumentation adheres to one or more specific semantic conventions, inc
140140

141141
List of possible options:
142142

143-
* HTTP_CLIENT_SPANS
144-
* HTTP_CLIENT_METRICS
145-
* HTTP_SERVER_SPANS
146-
* HTTP_SERVER_METRICS
147-
* RPC_CLIENT_SPANS
148-
* RPC_CLIENT_METRICS
149-
* RPC_SERVER_SPANS
150-
* RPC_SERVER_METRICS
151-
* MESSAGING_SPANS
152-
* DATABASE_CLIENT_SPANS
153-
* DATABASE_CLIENT_METRICS
154-
* DATABASE_POOL_METRICS
155-
* JVM_RUNTIME_METRICS
156-
* GRAPHQL_SERVER_SPANS
157-
* FAAS_SERVER_SPANS
158-
* GENAI_CLIENT_SPANS
159-
* GENAI_CLIENT_METRIC
143+
* [HTTP_CLIENT_SPANS](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/http/http-spans.md#http-client)
144+
* [HTTP_CLIENT_METRICS](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/http/http-metrics.md#http-client)
145+
* [HTTP_SERVER_SPANS](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/http/http-spans.md#http-server)
146+
* [HTTP_SERVER_METRICS](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/http/http-metrics.md#http-server)
147+
* [RPC_CLIENT_SPANS](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/rpc/rpc-spans.md#client-attributes)
148+
* [RPC_CLIENT_METRICS](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/rpc/rpc-metrics.md#rpc-client)
149+
* [RPC_SERVER_SPANS](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/rpc/rpc-spans.md#server-attributes)
150+
* [RPC_SERVER_METRICS](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/rpc/rpc-metrics.md#rpc-server)
151+
* [MESSAGING_SPANS](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/messaging/messaging-spans.md)
152+
* [DATABASE_CLIENT_SPANS](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/database/database-spans.md)
153+
* [DATABASE_CLIENT_METRICS](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/database/database-metrics.md)
154+
* [DATABASE_POOL_METRICS](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/database/database-metrics.md)
155+
* [JVM_RUNTIME_METRICS](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/runtime/jvm-metrics.md)
156+
* [GRAPHQL_SERVER_SPANS](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/graphql/graphql-spans.md)
157+
* [FAAS_SERVER_SPANS](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/faas/faas-spans.md)
158+
* [GENAI_CLIENT_SPANS](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/gen-ai/gen-ai-spans.md)
159+
* [GENAI_CLIENT_METRICS](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/gen-ai/gen-ai-metrics.md#generative-ai-client-metrics)
160160

161161
### Library Link
162162

0 commit comments

Comments
 (0)