feat: initialize otel collector (#989)
This commit is contained in:
parent
75af1320f4
commit
35395969cd
3 changed files with 100 additions and 1 deletions
5
instrumentation.ts
Normal file
5
instrumentation.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { registerOTel } from '@vercel/otel';
|
||||
|
||||
export function register() {
|
||||
registerOTel({ serviceName: 'ai-chatbot' });
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue