Questions tagged [telemetry]

Telemetry refers to software which automates the process of measuring physical hardware status information, mapping it to a metadata format, and transmitting the results

Telemetry is used for remote monitoring of software and hardware events to facilitate the discovery, control, and troubleshooting of performance issues in a released application.

References

314 questions
0
votes
1 answer

Trace Telemetry not showing up on Azure Portal

I have an MVC app running on local IIS server. I have an existing App Insights resource on Azure where I want Telemetry from my app to show up. However, Trace messages are not showing up on Azure Portal. I have added ApplicationInsights to my…
aka17
  • 73
  • 1
  • 1
  • 9
0
votes
1 answer

Visualize App Insights Data Stored in SQL

I have an asp.net application which uses App Insights SDK to get the telemetry data. I can see the data in the Azure portal. All is good. Now, I export that data to a SQL database. It gets exported in JSON format continuously. After many days, I…
Rafael
  • 651
  • 13
  • 30
0
votes
1 answer

Application Insights from a non web app returns 404

I' writing an Azure webJob which is ultimately a console app before it is deployed. I'm trying to add Application Insights to this so I can have Telemetry Results. However since this is not a Web app of any sort Telemetry isnt a recognised part of…
DubMan
  • 430
  • 3
  • 16
0
votes
0 answers

FileBeat doesn't see to be doing anything

I have FileBeat installed as a service and I've set the following config: filebeat: prospectors: - paths: - C:\LogFiles\log.log input_type: filebeat registry_file: "C:/ProgramData/filebeat/registry" output: …
BanksySan
  • 27,362
  • 33
  • 117
  • 216
0
votes
3 answers

Docker telemetry and performance monitoring

What will telemetry and monitoring tools show if I lunch in (2 options) docker container host system Will they show cpu\memory and etc usage of container only or of host system? What are best practise? Monitoring software in each container or in…
xander27
  • 3,014
  • 8
  • 30
  • 42
0
votes
1 answer

adehabitatHR KD ID and XY assignement

I am fairly new to R. I would like to use the adehabitatHR package to create kernel density and isopleths from my sea turtle GPS data. I’m running into some issues… Basically I am having trouble assigning IDs and XY fields within R to create KDs…
gemme001
  • 1
  • 2
0
votes
1 answer

Where are Telemetry files generated in Firefox for Android (Fennec)

In Firefox for Android (Fennec), after each iteration i.e. opening a website from Fennec, it will auto-generate a telemetry file in your profile saved-telemetry-pings directory. This generated file is using a random filename. So I want to know where…
Ravi
  • 102
  • 1
  • 1
  • 11
0
votes
3 answers

Blue Pelican Java project "Masking Telemetry Data"; compiling but not running?

I've been trying this project in Blue Pelican Java for over an hour, and I'm not quite sure why it's not working. Basically what I have to do is turn a regular number into a binary number, and, assuming that 1 means the switch is open and 0 means…
-1
votes
0 answers

data fetching using swagger UI or some other source like API

I am not able to fetch data using swagger UI. I am using things board community edition. By using a API given in swagger doc to get Keys, I am getting keys but not getting values. Please suggest anything. Thanks in advance. I tried swagger UI and…
Rashmika
  • 1
  • 1
-1
votes
1 answer

UnityMain not showing in Systrace

I ran a Systrace and opened 2 Unity apps. I configured atrace to use these 2 categories: "am", and "view". However, when I go to view it in the trace viewer I see the Unity apps but I don't see UnityMain. I tried using 2 additional categories:…
FestiveHydra235
  • 473
  • 1
  • 7
  • 23
-1
votes
1 answer

How can I connect to the local wifi network opened via ESP32 via C# and transfer the data from the sensors?

I want to connect to the wifi network opened from esp32 via c# program and view the data sent from esp32. I was doing this project before using arduino via serialport, but I need to do it with local wifi network and I couldn't find the necessary…
-1
votes
1 answer

Track usage of third-party application on Teams

How can I track how often is my company's (third-party application) is being accessed via Teams using a Telemetry in comparison to it being accessed directly on web ?
NewCoder
  • 1
  • 3
-1
votes
1 answer

Call telemetryclient from azure api policy

How to call TelemetryClient trackevent within azure api policy. To log all unhandled and custom exception and informative logging from azure api policy to application insights.
-1
votes
1 answer

Correct way to write invalid behavior of user

i.e. I have a controller action: public ActionResult Details(int? id) { telemetryClient.TrackEvent("CompanyDetailPage"); if (id == null) { return RedirectToAction("Error", "Error", new { Text = "id is not…
Oleg Sh
  • 8,496
  • 17
  • 89
  • 159
1 2 3
20
21