Skip to content

Commit

Permalink
blog(add article): add relevant links to otel
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanrahic authored and tekton-robot committed Sep 7, 2023
1 parent cf7a9a1 commit cdad459
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: >

[Tekton](https://github.com/tektoncd/pipeline) is an open-source framework for creating efficient CI/CD systems. This empowers developers to seamlessly construct, test, and deploy applications across various cloud environments and on-premise setups.

[Tracetest](https://github.com/kubeshop/tracetest), an open-source testing tool that uses OpenTelemetry traces for testing, offers a sophisticated test harness for distributed cloud-native apps. It empowers users to test their apps by harnessing data from distributed traces produced by OpenTelemetry. This enables creating test specs and assertions that validate whether an application aligns with the intended behavior, as defined by pre-established test parameters.
[Tracetest](https://github.com/kubeshop/tracetest), an open-source testing tool that uses [OpenTelemetry](https://opentelemetry.io/) traces for testing, offers a sophisticated test harness for distributed cloud-native apps. It empowers users to test their apps by harnessing data from distributed traces produced by OpenTelemetry. This enables creating test specs and assertions that validate whether an application aligns with the intended behavior, as defined by pre-established test parameters.

## Why use distributed traces for testing?

Expand Down Expand Up @@ -244,7 +244,7 @@ spec:
kubectl apply -f ./install-and-run-tracetest.yaml
```

Make sure to use the Tracetest service as the endpoint for your `tracetest configure` command. This may vary depending on your installation.
Make sure to use the Tracetest service as the endpoint for your [`tracetest configure` command](https://docs.tracetest.io/cli/reference/tracetest_configure/). This may vary depending on your installation.

```bash
http://tracetest.tracetest.svc.cluster.local:11633/
Expand Down

0 comments on commit cdad459

Please sign in to comment.