telemetry Questions
0
At startup, I'd like to send the count of outstanding operations a server process fetched from a DB. I think this should be a gauge value, since it's not really a counter, but in opentelemetry-js t...
Wispy asked 22/1, 2023 at 18:45
3
I'm trying to call a map from google maps using ggmap. Example code:
get_googlemap(center = c(lon = -56.67, lat = 51.47), zoom = 8, size = c(640, 640), scale = 2,
format = "png8", maptype = "sat...
4
Solved
When updating my ubuntu system I saw the following messages.
**Telemetry
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't includ...
2
Solved
I couldn't find any information about an async implementation of application Insights, specifically the TelemetryClient for Microsoft.ApplicationInsights Nuget.
And by that I mean a full implement...
Clan asked 19/8, 2016 at 12:37
2
Solved
I have set up app insights in Asp.net core application. All my web api requests are tracked on app insights and if I have any failures I can simply find them in Failures section.
However, I have a...
Aggress asked 30/6, 2020 at 7:43
2
Solved
I want to exclude mulitple app groups from my query... Not sure how to go about it.. My thoughts are like this
count(master_build_state{app_group~! "oss-data-repair", "pts-plan-tech-...
Tarrasa asked 6/8, 2021 at 12:39
2
Solved
I have a NodeJS app in which I'm consuming the applicationinsights NodeJS package (this). According to ApplicationInsights data model described here, it says the property exists, but I am not able ...
Backswept asked 8/6, 2018 at 17:9
2
We can send 'application version' property with every insight in c# like in this tutorial by adding a initializer.
class AppVersionTelemetryInitializer : Microsoft.ApplicationInsights.Extensibili...
Dispend asked 15/6, 2017 at 10:13
2
Solved
I try to use Dependency injection in Azure Functions for TelemetryConfiguration. In my function I will have it resolved when I inject TelemetryConfiguration in the functions constructor. I suppose ...
Cubeb asked 15/10, 2019 at 14:55
2
I have created a basic console app with AI following the blog https://azure.microsoft.com/en-us/documentation/articles/app-insights-windows-desktop/, however no metrics are captured in AI of my Azu...
Lugsail asked 10/7, 2016 at 21:53
1
Solved
For Flush() method in Azure App Insights, I was wondering if it impacts the performance of the project?
I tried to remove Flush() and all the custom data are still sent to App Insights.So my ques...
Poeticize asked 21/8, 2018 at 18:8
1
I load custom data into an application insights app via a Azure Function programatically on a schedule. The workflow is essentially loading a json file onto an azure storage account, calling post t...
Hentrich asked 5/7, 2018 at 17:58
2
Solved
I am using application insights sdk for a wpf app I've been working on to capture some simple telemetry. I am loading the configuration file that looks like this
<?xml version="1.0" encoding="u...
Guardianship asked 4/5, 2018 at 21:14
0
Built from the latest sources.
I am trying to prevent vs code to make any network requests(checking for updates, telemetry, etc.).
I tried this
config: {
"telemetry.enableCrashReporter": false...
Daffie asked 20/4, 2018 at 5:13
2
We are using Autofac 4 for DI and I started experimenting with AI a short while ago. Now I created a IdentityTelemetryInitializer class which needs and IIdentityProvider to be able to get the ID of...
Marcela asked 10/6, 2016 at 14:38
2
Solved
Due to a bug in the sigar library version I am using (returns bogus values for swap), I tried using com.sun.management.OperatingSystemMXBean instead. This worked fine and gave me the desired result...
1
Solved
I would like to log the following in my telemetry for diagnostic and usage purposes:
Azure Subscription ID
AAD Tenant ID
AAD App Client ID
Should I treat them as secrets/PII and hash/encrypt th...
Maintopmast asked 13/8, 2017 at 13:55
1
I'm running an MVC app in VS 2015. During debug mode, everything is work just fine until when I try to create new user.
The create form works also the save button. But the new data is not showing...
Providing asked 20/4, 2016 at 2:45
2
Solved
I need to store telemetry data that is being generated every few minutes from over 10000 nodes (which may increase), each supplying the data over the internet to a server for logging. I'll also nee...
Colchester asked 9/5, 2012 at 21:34
1
© 2022 - 2024 — McMap. All rights reserved.