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
0 answers

OpenTelemetry Operator - Not Able to Inject auto Instrumentation libraries

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…
Sajid
  • 21
  • 4
2
votes
1 answer

AddApplicationInsightsTelemetry not recognise in Azure Function

I am working on .NET CORE 6 net6.0 Azure Function application. I have install following libraries
K.Z
  • 5,201
  • 25
  • 104
  • 240
2
votes
0 answers

What Telemetry Channel I should use? InMemoryChannel or ServerTelemetryChannel?

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

How to Implement Application Insights Telemetry on ASP.NET 4.7.1 that uses Appsettings.json?

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…
Bmoe
  • 888
  • 1
  • 15
  • 37
2
votes
0 answers

Turning off Snowflake telemetry

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

Azure function is not logging custom events, dependencies to app insights

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…
Raj
  • 319
  • 1
  • 3
  • 18
2
votes
3 answers

How can I connecti Raspberry pi 4 to pixhawk?

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…
codcod4
  • 61
  • 1
  • 8
2
votes
1 answer

elastic apm for elixir and use of opentelemtry

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

How to mask PII data i.e. email in application insights from logging

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 :…
yuvraj
  • 181
  • 1
  • 12
2
votes
1 answer

Azure application insights - exclude custom event from sampling

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
Bartosz
  • 4,406
  • 7
  • 41
  • 80
2
votes
1 answer

Azure App insights Adaptive Sampling includedTypes not working

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

How does adding the Microsoft.ApplicationInsights NuGet for a .Net WebAPI project interfere with activating AI via the Azure Portal?

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

Bot Framework giving Telemetry ArgumentNullException telemetryClient errors

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…
pilcrowpipe
  • 2,528
  • 6
  • 29
  • 41
2
votes
1 answer

How to set up Lightbend's Telemetry Developer sandbox

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…
dade
  • 3,340
  • 4
  • 32
  • 53
2
votes
2 answers

Example to connect from container to host service

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…
San123
  • 86
  • 1
  • 7