Skip to content

Commit

Permalink
examples(get-start-tracetest-cloud): cleanup readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanrahic committed Sep 20, 2024
1 parent 5a88591 commit 331c9f1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ You can now run tests against your apps on `app:8080` by going to Tracetest and

1. Click create a test and select HTTP.
2. Add `http://app:8080` in the URL field.
3. Click Run. You’ll see the response data right away.
3. Click Run. You’ll see the response and trace data right away.
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ Go to the Trace Ingestion tab in the settings, select OpenTelemetry, and enable

## Run Trace-based Tests

You can now run tests against your apps on `app:8080` by going to Tracetest and creating a new HTTP test.
You can now run tests against your apps on `http://app.default.svc.cluster.local:8080` by going to Tracetest and creating a new HTTP test.

1. Click create a test and select HTTP.
2. Add `http://app.default.svc.cluster.local:8080` in the URL field.
3. Click Run. You’ll see the response data right away.
3. Click Run. You’ll see the response and trace data right away.

## (Optional) Use Helm to Deploy Tracetest Agent

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Running Node.js with OpenTelemetry and Cloud-based Managed Tracetest Locally

## Install deps
## Install Dependencies

```bash
npm install express \
Expand Down Expand Up @@ -38,8 +38,8 @@ Go to the Trace Ingestion tab in the settings, select OpenTelemetry, and enable

## Run Trace-based Tests

You can now run tests against your apps on `localhost:8080` by going to Tracetest and creating a new HTTP test.
You can now run tests against your apps on `http://localhost:8080` by going to Tracetest and creating a new HTTP test.

1. Click create a test and select HTTP.
2. Add `http://localhost:8080` in the URL field.
3. Click Run. You’ll see the response data right away.
3. Click Run. You’ll see the response and trace data right away.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Running Node.js with OpenTelemetry and Cloud-based Managed Tracetest Locally
# Running Node.js with OpenTelemetry and Cloud-based Managed Tracetest with Serverless

## Install deps
## Install Dependencies

```bash
npm install serverless \
Expand Down Expand Up @@ -45,17 +45,17 @@ This will deploy the serverless app and give you an output similar to this:

Deploying "otel-serverless-node" to stage "dev" (us-east-1)

✔ Service deployed to stack otel-serverless-node-dev (50s)
✔ Service deployed to stack otel-serverless-node-dev (52s)

endpoint: GET - https://<ID>.execute-api.us-east-1.amazonaws.com/dev/
endpoint: GET - https://<ID>.execute-api.us-east-1.amazonaws.com/
functions:
hello: otel-serverless-node-dev-hello (18 MB)
hello: otel-serverless-node-dev-hello (17 MB)
```

## Run Trace-based Tests

You can now run tests against your apps on `https://<ID>.execute-api.us-east-1.amazonaws.com/dev/` by going to Tracetest and creating a new HTTP test.
You can now run tests against your apps on `https://<ID>.execute-api.us-east-1.amazonaws.com/` by going to Tracetest and creating a new HTTP test.

1. Click create a test and select HTTP.
2. Add `https://<ID>.execute-api.us-east-1.amazonaws.com/dev/` in the URL field.
3. Click Run. You’ll see the response data right away.
2. Add `https://<ID>.execute-api.us-east-1.amazonaws.com/` in the URL field.
3. Click Run. You’ll see the response and trace data right away.

0 comments on commit 331c9f1

Please sign in to comment.