Skip to content

Commit

Permalink
cleanupo
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar committed Sep 19, 2024
1 parent b1f8d04 commit 14e7bbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# "org" ensures this Service is used with the correct Serverless Framework Access Key.
org: adnankubeshop
service: otel-serverless-node

provider:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ api.diag.setLogger(new api.DiagConsoleLogger(), api.DiagLogLevel.ALL);
const provider = new NodeTracerProvider();
const spanProcessor = new BatchSpanProcessor(
new OTLPTraceExporter({
// Use the HTTP endpoint for the agent
url: 'https://agent-<ID>.tracetest.io:443',
}),
);
Expand Down

0 comments on commit 14e7bbd

Please sign in to comment.