diff --git a/processor/resourcedetectionprocessor/README.md b/processor/resourcedetectionprocessor/README.md index 0fdc7b13ca9e..d5500d70b587 100644 --- a/processor/resourcedetectionprocessor/README.md +++ b/processor/resourcedetectionprocessor/README.md @@ -18,7 +18,7 @@ The resource detection processor can be used to detect resource information from the host, -in a format that conforms to the [OpenTelemetry resource semantic conventions](https://github.com/open-telemetry/opentelemetry-specification/tree/main/specification/resource/semantic_conventions/), and append or +in a format that conforms to the [OpenTelemetry resource semantic conventions](https://github.com/open-telemetry/semantic-conventions/tree/main/docs/resource), and append or override the resource value in telemetry data with this information. ## Supported detectors @@ -133,7 +133,7 @@ We map these environment variables to resource attributes as follows: | `HEROKU_RELEASE_VERSION` | `service.version` | | `HEROKU_SLUG_COMMIT` | `heroku.release.commit` | -For more information, see the [Heroku cloud provider documentation](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/semantic_conventions/cloud_provider/heroku.md) under the [OpenTelemetry specification semantic conventions](https://github.com/open-telemetry/opentelemetry-specification). +For more information, see the [Heroku cloud provider documentation](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/resource/cloud-provider/heroku.md) under the [OpenTelemetry specification semantic conventions](https://github.com/open-telemetry/semantic-conventions). ```yaml processors: @@ -334,21 +334,21 @@ processors: Uses the AWS Lambda [runtime environment variables](https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-runtime) to retrieve the following resource attributes: -[Cloud semantic conventions](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/semantic_conventions/cloud.md) +[Cloud semantic conventions](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/resource/cloud.md) * `cloud.provider` (`"aws"`) * `cloud.platform` (`"aws_lambda"`) * `cloud.region` (`$AWS_REGION`) -[Function as a Service semantic conventions](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/semantic_conventions/faas.md) -and [AWS Lambda semantic conventions](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/instrumentation/aws-lambda.md#resource-detector) +[Function as a Service semantic conventions](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/resource/faas.md) +and [AWS Lambda semantic conventions](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/faas/aws-lambda.md) * `faas.name` (`$AWS_LAMBDA_FUNCTION_NAME`) * `faas.version` (`$AWS_LAMBDA_FUNCTION_VERSION`) * `faas.instance` (`$AWS_LAMBDA_LOG_STREAM_NAME`) * `faas.max_memory` (`$AWS_LAMBDA_FUNCTION_MEMORY_SIZE`) -[AWS Logs semantic conventions](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/semantic_conventions/cloud_provider/aws/logs.md) +[AWS Logs semantic conventions](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/resource/cloud-provider/aws/logs.md) * `aws.log.group.names` (`$AWS_LAMBDA_LOG_GROUP_NAME`) * `aws.log.stream.names` (`$AWS_LAMBDA_LOG_STREAM_NAME`)