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

docs(examples-tutorials): clean up lists #3447

Merged
merged 1 commit into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
32 changes: 18 additions & 14 deletions docs/docs/examples-tutorials/recipes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,35 +44,39 @@ This integration point uses the OpenTelemetry Collector as a router to send trac
- [Sending traces to Dynatrace and Tracetest from the OpenTelemetry Demo with OpenTelemetry Collector](/examples-tutorials/recipes/running-tracetest-with-dynatrace)
- [Sending traces to SigNoz and Tracetest from the Pokeshop API with OpenTelemetry Collector](/examples-tutorials/recipes/running-tracetest-with-signoz-pokeshop)

### Jaeger
### AWS X-Ray

- [Sending traces to Jaeger from a Node.js app and fetching them from Jaeger with Tracetest](/examples-tutorials/recipes/running-tracetest-with-jaeger)
- [Running Tracetest on AWS Fargate with Terraform](/examples-tutorials/recipes/running-tracetest-with-aws-terraform)
- [Running Tracetest with AWS X-Ray (AWS X-Ray Node.js SDK)](/examples-tutorials/recipes/running-tracetest-with-aws-x-ray)
- [Running Tracetest with AWS X-Ray (AWS X-Ray Node.js SDK & AWS Distro for OpenTelemetry)](/examples-tutorials/recipes/running-tracetest-with-aws-x-ray-adot)
- [Running Tracetest with AWS X-Ray (AWS Distro for OpenTelemetry & Pokeshop API)](/examples-tutorials/recipes/running-tracetest-with-aws-x-ray-pokeshop)
- [Running Tracetest with AWS Step Functions, AWS X-Ray and Terraform](/examples-tutorials/recipes/running-tracetest-with-step-functions-terraform)

### OpenSearch
### Azure App Insights

- [Sending traces to OpenSearch from a Node.js app and fetching them from OpenSearch with Tracetest](/examples-tutorials/recipes/running-tracetest-with-opensearch)
- [Running Tracetest with Azure App Insights (AppInsights Otel Node.js SDK)](/examples-tutorials/recipes/running-tracetest-with-azure-app-insights)
- [Running Tracetest with Azure App Insights (Otel Node.js SDK & OpenTelemetry Collector)](/examples-tutorials/recipes/running-tracetest-with-azure-app-insights-collector)
- [Running Tracetest with Azure App Insights (OpenTelemetry Collector & Pokeshop API)](/examples-tutorials/recipes/running-tracetest-with-azure-app-insights-pokeshop)

### Elastic

- [Sending traces to Elastic APM from a Node.js app and fetching them from Elasticsearch with Tracetest](/examples-tutorials/recipes/running-tracetest-with-elasticapm)

### OpenSearch

- [Sending traces to OpenSearch from a Node.js app and fetching them from OpenSearch with Tracetest](/examples-tutorials/recipes/running-tracetest-with-opensearch)

### Grafana Tempo

- [Sending traces to Tempo from a Node.js app and fetching them from Tempo with Tracetest](/examples-tutorials/recipes/running-tracetest-with-tempo)

### AWS X-Ray
### Jaeger

- [Running Tracetest with AWS X-Ray (AWS X-Ray Node.js SDK)](/examples-tutorials/recipes/running-tracetest-with-aws-x-ray)
- [Running Tracetest with AWS X-Ray (AWS X-Ray Node.js SDK & AWS Distro for OpenTelemetry)](/examples-tutorials/recipes/running-tracetest-with-aws-x-ray-adot)
- [Running Tracetest with AWS X-Ray (AWS Distro for OpenTelemetry & Pokeshop API)](/examples-tutorials/recipes/running-tracetest-with-aws-x-ray-pokeshop)
- [Running Tracetest with AWS Step Functions, AWS X-Ray and Terraform](/examples-tutorials/recipes/running-tracetest-with-step-functions-terraform)
- [Sending traces to Jaeger from a Node.js app and fetching them from Jaeger with Tracetest](/examples-tutorials/recipes/running-tracetest-with-jaeger)
- [Running Tracetest on AWS Fargate with Terraform](/examples-tutorials/recipes/running-tracetest-with-aws-terraform)

### Azure App Insights
### Sumo Logic

- [Running Tracetest with Azure App Insights (AppInsights Otel Node.js SDK)](/examples-tutorials/recipes/running-tracetest-with-azure-app-insights)
- [Running Tracetest with Azure App Insights (Otel Node.js SDK & OpenTelemetry Collector)](/examples-tutorials/recipes/running-tracetest-with-azure-app-insights-collector)
- [Running Tracetest with Azure App Insights (OpenTelemetry Collector & Pokeshop API)](/examples-tutorials/recipes/running-tracetest-with-azure-app-insights-pokeshop)
- [Sending traces to Sumo Logic from a Node.js app and fetching them from Sumo Logic with Tracetest](/examples-tutorials/recipes/running-tracetest-with-sumologic)

## CI/CD Automation

Expand Down
8 changes: 7 additions & 1 deletion docs/docs/examples-tutorials/tutorials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Check out the following blog posts with Tracetest-related content.

### Tools

- [Synthetic Monitoring with the Tracetest GitHub Action](https://tracetest.io/blog/synthetic-monitoring-with-the-tracetest-github-action)
- [Event-driven Kubernetes testing with Testkube and Tracetest](https://tracetest.io/blog/event-driven-kubernetes-testing-with-testkube-and-tracetest)
- [Announcing the Tracetest integration with Keptn](https://tracetest.io/blog/announcing-the-tracetest-integration-with-keptn-the-control-plane-for-cloud-native-application-life-cycle-orchestration)
- [Tracetest + k6: Deep Load Testing of your Cloud Native System](https://tracetest.io/blog/announcing-the-tracetest-integration-with-k6-deep-load-testing-of-your-cloud-native-system)
Expand All @@ -43,6 +44,8 @@ Check out the following blog posts with Tracetest-related content.

### OpenTelemetry

- [Level Up Node.js E2E + Integration Testing with OpenTelemetry](https://tracetest.io/blog/level-up-node-js-e2e-and-integration-testing-with-opentelemetry)
- [The Power of Traces: Learn by Contributing to OpenTelemetry](https://tracetest.io/blog/the-power-of-traces-learn-by-contributing-to-opentelemetry)
- [Why did OpenTelemetry Ditch Black-box Tests?](https://tracetest.io/blog/why-did-opentelemetry-ditch-black-box-tests)
- [Running Trace-Based Tests on the OpenTelemetry Demo App with Nomad](https://tracetest.io/blog/tracetest-in-action-running-trace-based-tests-on-the-opentelemetry-demo-app-with-nomad)

Expand All @@ -54,12 +57,15 @@ Check out the following blog posts with Tracetest-related content.
- [Detect & Fix Performance Issues Using Tracetest](https://tracetest.io/blog/detect-fix-performance-issues-using-tracetest)
- [Where Does Trace-Based Testing Fit in the Testing Pyramid?](https://thenewstack.io/where-does-trace-based-testing-fit-in-the-testing-pyramid/)

### Testing Event-driven Systems

- [Testing Event-driven Systems with OpenTelemetry](https://tracetest.io/blog/testing-event-driven-systems-with-opentelemetry)

### Observability-driven development

- [Observability-driven development with Go and Tracetest](https://tracetest.io/blog/observability-driven-development-with-go-and-tracetest)
- [The difference between test-driven & observability-driven development](https://tracetest.io/blog/the-difference-between-tdd-and-odd)


### Contributions to the OpenTelemetry Community

- [Trace-based Testing the OpenTelemetry Demo](https://opentelemetry.io/blog/2023/testing-otel-demo/)
Expand Down