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.
We are planning to use open telemetry as a standard for all our applications and we have installed opentelemetry-operator one of our Kubernetes cluster. otl collector and instrumentation is running fine. When we add…
So I am creating webjob which will be processed in background of the webapp. I have configured my webjobs with InMemoryChannel because I thought there will be no power-cut issue or issues like latency in memory on App Service. In…
How can I configure application insights telemetry for an asp.net framework 4.7.1 web application that uses appsettings.json configuration files? I tried checking the Microsoft documentation but it just shows setup for ASP.NET apps that use…
I'm trying to turn off Snowflakes client telemetry and found this document:
https://community.snowflake.com/s/article/Connectors-or-Drivers-fail-due-to-invalid-client-telemetry-snowflakecomputing-com-Certificate
There are two options described the…
We have a Azure Function V3 developed in C#. We tried to log some custom events, dependencies, etc to Azure Application Insights. We are not able to log in app insights using TelemetryClient. The code runs fine without any errors. Also, could see…
I want to create a connection between pixhawk and raspberry pi 4 model B.
When I connect the Pixhawk to the usb port of raspberry via micro-usb, I can send commands to the pixhawk with the drone-kit scripts on raspberry.
However, when I connect…
We want to track our elixir phoenix app using elastic apm. But I could not find an apm agent from elastic.
Someone suggested to use opentelemetry along with exporter but I am unable to understand how to use that from the docs. I want to track…
I want to mask email id data being logged in HTPP dependency. I have written a my telemetry initializer as below. Can you please let me know how to configure this so it will be masked while logging.
public class MaskingTelemetryInitializer :…
I have a .NET Core web app which is sending some custom events telemetry to Application Insights.
The custom events are sent using telemetry client instace, e.g. like that:
telemetryClient.TrackEvent(Names.FileDownload, new Dictionary
I want to sample apply Adaptive Sampling only to "Dependency" itemType. I used the below code to achieve this,
builder.UseAdaptiveSampling(maxTelemetryItemsPerSecond: 250, includedTypes: "Dependency");
But the problem is the Adaptive Sampling is…
BASIC DESCRIPTION/CONFIGURATION:
We have a .Net Framework 4.6.1 (based upon ServiceStack) WebAPI hosted as Azure WebApp in the Cloud.
Each release-version of our API gets its own Application Insights telemetry endpoint, but we never activate…
After having a stable 4.5.3 bot with multiple dialogs for sometime now I decided to implement Telemetry. Following the docs and sample core bot I believe I have everything there but I get this error upon a lot of turns, often when replacing or…
I am trying to setup the developer's sandbox for the telemetry as provided by Lightbend.
From the introduction page about telemetry here it is stated that:
Using Lightbend Telemetry is free during development, but you must have a valid license to…
I am new to Docker and Drone Programming. I was able to deploy a python script (that contains dronekit code) to docker container on my Windows 10. To run the script, I need to connect to a service on my host. I have provided a snippet below, Windows…