rsnext/test/e2e/opentelemetry
Jan Kaifer a3acbf4f55
Add documentation on OTEL support (#47194)
Added docs that mention:
- important code-snippets from example
- links to official OTEL docs
- document NEXT_VERBOSE_OTEL
- explain what we provide out of the box
- what we don’t
- explain how you can add tracing yourself
- explain how instrumentation.js works
- it can be used for different types of instrumentation that don't use
OTEL. It's just a hook called when starting up a new node environment.

- list of all spans we instrument by default
 
fix NEXT-799 ([link](https://linear.app/vercel/issue/NEXT-799))

---------

Co-authored-by: S3Prototype <liuqahs15@gmail.com>
2023-04-04 14:24:46 +00:00
..
app Remove unneeded waiting in otel tests (#47431) 2023-03-27 10:50:06 +00:00
pages Add more spans into OTEL instrumentation to wrap all user defined functions (#47368) 2023-03-22 12:01:33 +00:00
.gitignore Add OTEL tests (#47149) 2023-03-16 16:35:07 +00:00
constants.ts Improve OTEL spans naming (#47209) 2023-03-20 17:17:23 +00:00
instrumentation-node-test.ts Hide internal fetches OTel traces in dev mode and assert duplicate OTel spans are present only in dev mode (#47822) 2023-04-03 16:56:29 +00:00
instrumentation-node.ts Add documentation on OTEL support (#47194) 2023-04-04 14:24:46 +00:00
instrumentation.ts Add OTEL tests (#47149) 2023-03-16 16:35:07 +00:00
next.config.js Add OTEL tests (#47149) 2023-03-16 16:35:07 +00:00
opentelemetry.test.ts Add documentation on OTEL support (#47194) 2023-04-04 14:24:46 +00:00
package.json Add more spans into OTEL instrumentation to wrap all user defined functions (#47368) 2023-03-22 12:01:33 +00:00