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.
I have created my chatbot's knowledge base with Qna Maker and I am trying to visualize some statistics with Analytics Application Insights.
What I want to do
I would like to create a chart with the most requested Qna Maker questions.
My problem
I…
Im trying to setup health check alerts for critical functionality across my site. So for things like registrations, payments and critical emails I have started logging custom event telemetry using the telemetry client like so:
var tc = new…
We're running Application Insights on some of our sites and we want to aggregate logs from the windows event log. We are running on windows server 2016.
I know that other log-shippers like elastic has the possibility to send logs from the windows…
Application Insight is not displaying the server requests data in Azure Application Insight dashboard. During live streaming I have faced the below error.
Microsoft.ApplicationInsights.Web.OperationCorrelationTelemetryInitializer fail with…
I asked a question about a good book for this topic.
It's not getting many replies, so maybe there aren't any good books (although I find that strange; I must go search Amazon for myself).
In the absence of a book, maybe there is a good framework,…
I tried tracking custom metrics with and without flushing it. However, the metrics only intermittently shows up in Application Insights under the "Custom" section. First question: Is it required to run "flush()" after every single…
I am using app insights in my web forms application and I get always entries with undefined description equal to the entities with named descritions.
Here is a snapshot: https://i.stack.imgur.com/RTKvZ.jpg
Always I get entries like this:
Why is the…
I was trying to use openstack4j V3.0.1 to create alarm in openstack:
Alarm alarm = projectClient
.telemetry()
.alarms()
.create(Builders.alarm().name(alarmName + "@" + serverId).description(alarmName + "…
I have a client in NodeJS using the MQTT module (mqtt.js) to communicate with a topic of WebSphere MQ, redirected to a queue : I need the result to be on a queue so I use a topic between the source and the destination (since MQTT protocol…
I'm trying to send messages between an application using WebSphere MQ queues, and a nodeJS application using the Websphere MQ topics via the MQTT protocol.
I know we can create an alias queue :
pointing to a topic (in that case, the application…
I tried to get telemetry data from Naze32 (CleanFlight) via FrSky protocol with an Arduino Uno, but I didn't get any data.
I used this library:
https://github.com/jcheger/frsky-arduino
picture
Android Vers. > 4.3
Standard Android Beacon Library
Estimote Beacons.
Eddystone-UID package
Telemetry package.
I'm trying to read the temp sensor transmission from the Telemetry package of a Eddystone-UID package transmission. I can successfully…
I work with electronically tagged fish. A snippet of my telemetry data (dataframe "d") is below. Each timestamp represents a detection for a unique fish.
TagID Detection Location RiverKm
163 02/23/2012…
I'm working on small project based on STM32 and a custom board. I run into a wall trying to setup a working telemetry from STM to transmitter (FS-I6X). I wonder if anybody can guide me to the proper solution. The board uses single wire for receiving…