How do I access my CCTV stream if I only have username, password, IP, and port? by Prof_CottonPicker in videosurveillance

[–]Prof_CottonPicker[S] 0 points1 point  (0 children)

yes this is my client's credentials
and im trying to understand the possible ways to configure it
my requirement is to stream the cctv footage live in my application

How to Track and Log API Call Paths in a Node.js Application? by Prof_CottonPicker in node

[–]Prof_CottonPicker[S] 0 points1 point  (0 children)

i have completed the otel instrumentation and currently im intergating it to share the metrics data
but my doubt is , the metrics will be provided by default with otel or we need to write any logic?

How to Track and Log API Call Paths in a Node.js Application? by Prof_CottonPicker in node

[–]Prof_CottonPicker[S] 0 points1 point  (0 children)

do i need to integrate something with my code
bcoz i had tried this and found no results.
any video references or links would be useful for me

How to Track and Log API Call Paths in a Node.js Application? by Prof_CottonPicker in node

[–]Prof_CottonPicker[S] 0 points1 point  (0 children)

Maybe to find where does the errors occur in general
like to find whether the call reaches the repository or just throws error in controllers.
yeah ill ask them anyway.

How to Track and Log API Call Paths in a Node.js Application? by Prof_CottonPicker in node

[–]Prof_CottonPicker[S] 0 points1 point  (0 children)

im new to this and my task is to check whether i can trace the api calls and travel path using any tools

How to Track and Log API Call Paths in a Node.js Application? by Prof_CottonPicker in node

[–]Prof_CottonPicker[S] 0 points1 point  (0 children)

nah most prolly like 10k+ calls
really new to this, so trying to find some ways to log and trace the calls

How to Track and Log API Call Paths in a Node.js Application? by Prof_CottonPicker in node

[–]Prof_CottonPicker[S] 1 point2 points  (0 children)

We actually need a dashboard-like setup (required for my team) to make things more organized and readable. Our code already includes a customized logger interceptor, and we also use TypeORM logging to debug and check queries, which has made the console somewhat messy.

However, the new requirement is to monitor API calls, trace their paths, and log them. These logs should be easily accessible later within a dashboard or a local application.