Skip to content

Commit ce1dde0

Browse files
renovate[bot]trask
andauthored
chore(deps): update dependency markdownlint-cli2 to v0.19.1 (#925)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
1 parent 65fe367 commit ce1dde0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ lychee = "0.21.0"
33
k3d = "5.8.2"
44
"go:github.com/grafana/oats" = "0.4.1"
55
kubectl = "1.34.2"
6-
markdownlint-cli2 = "0.17.1"
6+
markdownlint-cli2 = "0.19.1"
77

88
[settings]
99
# Only install tools explicitly defined in the [tools] section above

resource-detection-gcp/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
An example application that shows what resource attributes will be detected by the [GCP Resource Detector](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/gcp-resources) and how the [Autoconfigure Resource Provider SPI](https://opentelemetry.io/docs/languages/java/configuration/#spi-service-provider-interface) automatically *attaches* the detected resource attributes to the generated telemetry.
44

5-
*For users looking to use the GCP Resource Detector with OpenTelemetry Java Agent for automatic instrumentation, refer to the instructions [here](https://opentelemetry.io/docs/languages/java/automatic/configuration/#enable-resource-providers-that-are-disabled-by-default).*
5+
*For users looking to use the GCP Resource Detector with OpenTelemetry Java Agent for automatic instrumentation, refer to the [instructions for enabling resource providers that are disabled by default](https://opentelemetry.io/docs/languages/java/automatic/configuration/#enable-resource-providers-that-are-disabled-by-default).*
66

77
## Prerequisites
88

@@ -53,7 +53,7 @@ gcloud artifacts repositories create ${ARTIFACT_REGISTRY} --repository-format=do
5353
## Running in Google Kubernetes Engine
5454

5555
> [!NOTE]
56-
> Make sure that kubectl is installed and configured to access a GKE cluster. Relevant documentation can be found [here](https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-access-for-kubectl#run_against_a_specific_cluster).
56+
> Make sure that kubectl is installed and configured to access a GKE cluster. Relevant documentation can be found in the [GKE cluster access guide](https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-access-for-kubectl#run_against_a_specific_cluster).
5757
5858
To spin it up on your own GKE cluster, run the following:
5959

@@ -74,7 +74,7 @@ The detected attributes will contain the attributes detected by the GCP resource
7474
## Running the application locally
7575

7676
> [!NOTE]
77-
> Resource attributes won't be detected in unsupported environments. You can find a list of environments supported by the GCP detector [here](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/gcp-resources).
77+
> Resource attributes won't be detected in unsupported environments. You can find a [list of supported environments in the GCP detector documentation](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/gcp-resources).
7878
7979
You can run the application locally as well:
8080

0 commit comments

Comments
 (0)