-
Updated
Jul 3, 2020 - C#
application-insights
Here are 161 public repositories matching this topic...
Hello!
In the previous version (v1) of appinsights js sdk we had appInsights.setAuthenticatedUserContext method. I think it was used to override user id with a custom value from the application.
This method seem to exist in the latest version of appinsights js sdk (2.5.4):
Initialization.prototype.setAuthenticatedUserContext = function (authenticatedUserId, accountId, storeInCook
-
Updated
Jun 9, 2020 - C#
Validate timeout response from SDK. Original suspicion was that ingestion service timeouts cause SDK to timeout and retry. We are lacking documentation on what happens on endpoint timeouts.
a. What’s the default timeout on SDK?
b. Do we retry on timeout?
c. Is it a good idea to increase the number of workers to a very big number to prevent timeout-caused delays?
We leverage Azure Service Bus heavily in our applications.
We write a lot of code that semantically looks like this:
while(true){
const message = servicebus.getMessage();
if(message){
ProcessMessage(message);
}
}
function ProcessMessage(message){
request.get('http://some-service/get-stuff', (res) => {
if(res.statusCode == 200){
request.post('http://some--
Updated
May 6, 2020 - PHP
The documentation for the sampling configuration is out of date - XML Element names have changed from what is documented,
https://github.com/microsoft/ApplicationInsights-Java/wiki/Sampling
For example, adaptive sampling should be like: (values here are the defaults configured if not provided)
<Sampling>
<Adaptive>
<MaxTelemetryItemsPerSecond>100</MaxTelemet
-
Updated
Oct 31, 2019 - C#
-
Updated
Jun 12, 2019 - Python
-
Updated
Jul 1, 2020 - TypeScript
-
Updated
Mar 24, 2020 - Python
-
Updated
Sep 13, 2019 - C#
-
Updated
Oct 31, 2019 - C#
Check misspelling
Run this: https://goreportcard.com/report/github.com/Microsoft/ApplicationInsights-Go
misspell
95%
Misspell Finds commonly misspelled English words
ApplicationInsights-Go/appinsights/contracts/remotedependencydata.go
Line 29: warning: "successfull" is a misspelling of "successful" (misspell)
Line 29: warning: "unsuccessfull" is a misspelling of "unsuccessful" (misspell)
ApplicationInsigh
-
Updated
May 17, 2020 - PHP
Please make the 'request.Timespan' & 'request.Interval' (found in azure-k8s-metrics-adapter/pkg/azure/appinsights/appinsights.go) configurable for end users. Through a helm install param or a yaml file or something like that.
I have a scenario where we are unable to collect metrics because the metrics interval specified is too small.
The angular-applicationinsights.js file has the following statement
//# sourceMappingURL=angular-applicationinsights.js.map
However, I don't see the angular-applicationinsights.js.map file in either the master branch or in the zip files for the Releases.
Is it possible for the angular-applicationinsights.js.map file to be added?
-
Updated
Jan 23, 2019 - C#
-
Updated
Jul 23, 2017 - JavaScript
-
Updated
Jan 29, 2019 - PowerShell
-
Updated
May 1, 2020 - PowerShell
-
Updated
Feb 17, 2018
-
Updated
Jul 13, 2018 - TypeScript
-
Updated
Aug 13, 2018 - C#
-
Updated
May 21, 2020 - Ruby
-
Updated
Dec 3, 2019
ApplicationInsights provides Adaptive and Fixed-rate sampling methods to reduce the telemetry volume. How does Petabridge.Tracing.ApplicationInsights expose these? For example the Jaeger C# SDK allows Samplers to
-
Updated
Jul 2, 2020 - Rust
Improve this page
Add a description, image, and links to the application-insights topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the application-insights topic, visit your repo's landing page and select "manage topics."
For support questions, please consider using Gitter - Chat
I'm submitting a ...
bug report
feature request
question about the decisions made in the repository
What is the expected behavior?
There is no documentation or code to help out mock the Analytics. If there are, please put them in your README or wi