Hector Hernandez

Results 177 comments of Hector Hernandez

@ntziolis there is a plan for this SDK to fully support [Open Telemetry](https://github.com/open-telemetry/opentelemetry-js) next semester, that kind of filtering functionality would be available as part of [Http automatic Instrumentation package](https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-instrumentation-http)...

@apotterri you can use isAppCrashing flag to force flush to run synchronously, we have that flag to be able to capture exception telemetry when there is an unhandled error in...

@apotterri that is correct I just realized it will not be actually send to ensure telemetry is not lost, flush method is asynchronous but we only support callbacks to handle...

This by design [node-diagnostic-channel](https://github.com/microsoft/node-diagnostic-channel) will send telemetry for time and timeEnd methods in the console https://github.com/microsoft/node-diagnostic-channel/blob/master/src/diagnostic-channel-publishers/src/console.pub.ts#L41

That functionally had been there for a while, I don't know the rationale used several years ago unfortunately as I was not part of that discussion, the problem now is...

@vladiibine are you using [Open Census SDK](https://docs.microsoft.com/en-us/azure/azure-monitor/app/opencensus-python) in Python side?, if you do correlation would be handled automatically in Azure Functions and you can just add [code](https://github.com/microsoft/ApplicationInsights-node.js#setting-up-auto-correlation-for-azure-functions) to handle it...

@robadurbin-gp which version of Node.js are you using?, can you share some hostname example, I tried apostrophes and tons of other ASCII characters and I'm not getting any error. Is...

Updating the contracts would be a breaking change and will require a major version update, I'm trying to figure out what would be the best strategy here without breaking anyone,...

@kbalazs-ms do you have a repo where we can reproduce this issue?, or if can provide more details to reproduce on our end would be good as well.

ETIMEDOUT is by design, we try to call local IP in Azure environments to get information about the machine, if you run outside of Azure you will see this error...