-
I'm using v1.1.0 of this package (looks like it was just released yesterday?). I have gotten set up with the basics, but when I try to add a trackEvent or trackException in my JavaScript code, I get a…
-
Hello,
I've got connection issue with the client, even if i set the proxy correctly
`this._client.config.proxyHttpUrl= "http://proxyadress:port";`
It seems to happen randomly. Sometimes, data …
-
I've been working around this compilation error by throwing in `.withNumShards(10)` arbitrarily but I haven't been able to compile dataflow templates without such a patch. It is not a regression afaik…
-
While using applicationinsights@0.17.2, I noticed these errors in our logs. The node app is hosted on Heroku using an SSL endpoint addon. After doing some research, it looks like node isn't accepting …
-
/CC @CarlCorcoran @fbertsch
Now that we're properly applying schemas to the untrustedModules ping, it looks like it in about 14% of cases the pings aren't conforming:
Ingestion Data for…
-
but output of ParseUri is needed to determine schema to validate
relud updated
6 years ago
-
This is probably not easy to take action on, but wanted to at least make you aware of the failure mode. I saw a service die due to GC thrashing that eventually traced back to this library attempting t…
-
I see that there is a new Logary.Targets.Jaeger for 5.0.0-rc.1.
https://www.nuget.org/packages/Logary.Targets.Jaeger/5.0.0-rc.1
Jaeger and others build on top of OpenTracing. For example, you can …
-
With this configuration:
`var appInsights = require("applicationinsights");
appInsights.setup();// assuming ikey is in env var
appInsights.start();`
in my node app, I received a 500 error due to …
-
There doesn't seem to be any pricing info here or on the Monitor pricing page:
https://azure.microsoft.com/en-us/pricing/details/monitor/
Do the data ingestion and retention limits and prices apply to…