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
2
votes
1 answer

How to set session id or create custom field into ApplicationInsights from FunctionApp

Function app is as below: public static async Task Run([HttpTrigger(AuthorizationLevel.Function, "get", Route = null)]HttpRequestMessage request, ILogger log) { log.LogInformation("Information", infoOBject); …
user3711357
  • 1,425
  • 7
  • 32
  • 54
2
votes
3 answers

How to get the Qna Maker "Q" from Analytics Application Insights?

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…
2
votes
0 answers

Azure alerting for spaced out custom events

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…
2
votes
1 answer

Is it possible to log windows events to application insights?

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…
CosX
  • 1,920
  • 2
  • 15
  • 25
2
votes
2 answers

Failure in Telemetry Initializers: Could not load "Microsoft.AspNet.TelemetryCorrelation"

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…
2
votes
1 answer

Best framework or system architecture for telemetry / SCADA system design & programming

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,…
Mawg says reinstate Monica
  • 38,334
  • 103
  • 306
  • 551
2
votes
1 answer

TelemetryClient produces inconsistent results in Application Insights

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…
TheDude
  • 1,421
  • 4
  • 29
  • 54
2
votes
1 answer

App Insights Undefined Entries

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…
Rafael
  • 651
  • 13
  • 30
2
votes
0 answers

Unable to create alarm in aodh alrming service using openstack4j

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 + "…
2
votes
1 answer

IBM WebSphere / MQTT.js : Convert MQHRF2 to MQSTR format

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…
dng
  • 411
  • 1
  • 5
  • 18
2
votes
1 answer

How to create an alias topic pointing to a queue in IBM Websphere MQ?

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…
dng
  • 411
  • 1
  • 5
  • 18
2
votes
0 answers

Arduino FrSky Telemetry

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
ivj94
  • 21
  • 1
  • 5
2
votes
2 answers

Android Beacon Library Eddystone Telemetry. Temperature

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…
William
  • 43
  • 6
2
votes
2 answers

How to define encounter periods by using first and last timestamps within a time series in R

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…
Von
  • 156
  • 1
  • 11
1
vote
0 answers

Cant get telemetry working on STM32 & IBus

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…
PiotrS
  • 11
  • 1