Hector Hernandez

Results 177 comments of Hector Hernandez

Investigate if OpenTelemetry HTTP isntrumentation support this

@sylvain-bodin following code works fine to me, is possible something is wrong with the value you set in the actual environment variable, please double check and let us know. `process.env["APPLICATIONINSIGHTS_CONNECTION_STRING"]...

@sylvain-bodin please load your environment variables before importing applicationinsights module to solve the issue. ```typescript import express from 'express'; import { config } from 'dotenv'; config(); import { setup, start...

We will need to investigate this one a little further to ensure environment variables are not read when the SDK is imported.

@jonathanblancor I'm not familiar with sveltekit framework, did you got this working?, is there a specific issue with our SDK you are having?

@timtucker-dte I never used Timer triggers before but looking at the example in the docs you shared, looks like "context" object should be available, so example [code](https://github.com/microsoft/ApplicationInsights-node.js#azure-functions-example) should work, are...

@vinnieking06 is this still happening on your side?, are you sampling any data?, if you are not please disabled pre aggregated metrics to ensure this is not causing the issue,...

@vinnieking06 no, you should not turn it off because your metrics will be for only the data you are not sampling, that was the case for data you were sending...

@vinnieking06 can you query your Request data and take a look at the duration in there? I would like to understand where the incorrect data could be generated. Also are...

Same for selectAggregationTemporality this should be part of MetricReader and not Exporter, unless I'm missing how the PushMetric Exporter should work