Skip to content

Commit

Permalink
update sending data to vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankcorn committed Sep 11, 2023
1 parent e5882a0 commit 2e89e56
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
34 changes: 31 additions & 3 deletions retype.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "3.0.3",
"created": "2023-09-02T09:14:51Z",
"version": "3.1.0",
"created": "2023-09-11T16:52:45Z",
"files": [
{
"path": ".nojekyll"
Expand Down Expand Up @@ -95,10 +95,16 @@
{
"path": "assets/images/illustrations/o11y-for-serverless/waterfall.png"
},
{
"path": "assets/images/illustrations/quickstart/api-key.png"
},
{
"path": "assets/images/illustrations/quickstart/connect.png",
"old": true
},
{
"path": "assets/images/illustrations/quickstart/lambda.png"
},
{
"path": "assets/images/illustrations/sending-data/apigateway.png"
},
Expand All @@ -108,12 +114,18 @@
{
"path": "assets/images/illustrations/sending-data/cloudtrail.png"
},
{
"path": "assets/images/illustrations/sending-data/ecs-illustration.png"
},
{
"path": "assets/images/illustrations/sending-data/ecs.png"
},
{
"path": "assets/images/illustrations/sending-data/lambda-extension.png"
},
{
"path": "assets/images/illustrations/sending-data/lambda-logs-illustration.png"
},
{
"path": "assets/images/illustrations/sending-data/lambda-logs.png"
},
Expand All @@ -135,6 +147,15 @@
{
"path": "assets/images/illustrations/sending-data/s3.png"
},
{
"path": "assets/images/illustrations/sending-data/vercel.png"
},
{
"path": "assets/images/illustrations/sending-data/xray-diagram.png"
},
{
"path": "assets/images/illustrations/sending-data/xray-waterfall.png"
},
{
"path": "assets/images/illustrations/sending-data/xray.png"
},
Expand Down Expand Up @@ -437,7 +458,8 @@
"path": "sending-data/opentelemetry/aws-lambda/node.js/index.html"
},
{
"path": "sending-data/opentelemetry/containers/node.js/index.html"
"path": "sending-data/opentelemetry/containers/node.js/index.html",
"old": true
},
{
"path": "sending-data/opentelemetry/index.html"
Expand All @@ -450,6 +472,9 @@
"path": "sending-data/opentelemetry/node.js/events/index.html",
"old": true
},
{
"path": "sending-data/opentelemetry/node.js/index.html"
},
{
"path": "sending-data/opentelemetry/node.js/lambda/events/index.html",
"old": true
Expand All @@ -472,6 +497,9 @@
{
"path": "sending-data/validation/index.html"
},
{
"path": "sending-data/vercel/index.html"
},
{
"path": "sending-data/xray/index.html",
"old": true
Expand Down
4 changes: 2 additions & 2 deletions sending-data/vercel.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Install the integration for free on the Vercel marketplace [https://vercel.com/i

## How to observe your application

Now you will get real time request monitoring, and error monitoring for your projects deployed to Vercel.
Now you will get real time request monitoring, and error detection for your projects deployed to Vercel.

In Baselime you can use this data to create advanced queries with our incredibly powerful and flexible query engine
In Baselime you can use this data to create advanced queries, dashboards, and alerts using all the information from your vercel logs.

0 comments on commit 2e89e56

Please sign in to comment.