All Questions
Tagged with open-telemetry logging
40 questions
0
votes
1
answer
73
views
Azure OpenTelemetry Exporter duplicates logs
I have a simple python script to export logs into an app insights trace table by following this example, however, the log entries get duplicated. What could be the reason?
# example.py
import ...
0
votes
1
answer
17
views
How libraries logs depenencies when then don't directly reference Application Insights?
In Application Insights, I can see dependencies like SQL, Http, etc being logged and associated with http request.
I wonder how are these logs produced, when those libraries does not reference ...
0
votes
1
answer
58
views
How to assign log messages to service in Instana via OpenTelemetry?
I am integrating OpenTelemetry to our C# stack and I am stuck with logging. I can emit logs, and those are correctly assigned to trace via traceId, and I can browse them accordingly, but they are not ...
0
votes
2
answers
360
views
How to send logs from NextJS to Azure Application Insights using OpenTelemetry and Winston?
I am using winston to log throughout my NextJS application. I want these logs to be collected in Azure Application Insights. Microsoft advises to do so using OpenTelemetry. My setup is as follows:
...
1
vote
0
answers
58
views
opentelemetry java autoconfigure agent: is it possible to send error log lines only?
According to the java agent config here: https://opentelemetry.io/docs/languages/java/configuration/
There is a property to control log exporting (we use new relic via OTLP)
otel.logs.exporter
which ...
0
votes
1
answer
48
views
transitioning Azure Monitor log configuration file from using OpenCensus to OpenTelemetry
Good Morning,
I am working on transitioning our Azure Monitor log configuration file from using OpenCensus to OpenTelemetry.
This is because Azure Monitor support for OpencCensus will end on 30 ...
2
votes
0
answers
96
views
Custom JSON Console Formatter in OpenTelemetry: How to align a Custom Log Exporter
I have two services: one in .NET and one in Java. I have a custom log formatter in the Java service and I want to align the .NET app to match this Java service.
LogTemplatejava.json:
{
"@...
0
votes
1
answer
52
views
Should I replace logging by ActivitySource AddEvent using opentelemetry?
I have a ASP.NET MVC web application which logs with EventSource as input and ElasticSearch or application insights as output based on configuration with azure/eventflow library.
I am going to add ...
0
votes
1
answer
1k
views
How to log traces in Opentelemetry Collector to stdout
we're using an OTel collector to funnel and sample traces from several microservices. We would like to log those traces (the actual trace) as single-line JSONs, crucially including attributes, to ...
1
vote
1
answer
394
views
Jaeger doesn't receive OpenTelemetry logs from ASP.NET Core app
I'm experimenting with collecting telemetry data from ASP.NET Core Web API project using OpenTelemetry and Jaeger. As Web API project I use the standard WeatherForecast sample project.
Jaeger is ...
1
vote
0
answers
127
views
OpenTelemetry Web: instrumentation package for exceptions
Consider a web page (pure front-end, html/js/css), i want to configure opentelemetry to automatically get all the console logs (in particular exceptions) and send all the data to otel collector.
Is it ...
0
votes
1
answer
652
views
While using OpenTelemetry to log to AppInsights: type Trace is logged with severity Verbose
I have an ASP.NET Core 8 Web API written in C#, and I'm using OpenTelemetry, without the collector, to log telemetry to AppInsights. I've achieved this using the AddAzureMonitorTraceExporter method, ...
2
votes
2
answers
3k
views
OpenTelemetry logging to console in JSON format
Hello I need to have OpenTelemetry logs/metrics/traces sent to console of my application, but in JSON fromat. It's a .NET 8 ASP.NET application set up loosely following: https://learn.microsoft.com/en-...
0
votes
0
answers
148
views
How to count API clients using application insights, Web API .NET
I have created Web API service which is connected to the Azure Application Insights and also use OpenTelemetry to send data there.
I would like to count the number of users which use my API. Whenever ...
1
vote
1
answer
1k
views
OpenTelemetry not logging messages with exception details to Application Insights from python code
I am in process of migrating a python 3.10 project from OpenCensus to OpenTelemetry as the former is being sunsetted this year.
The logs are working correctly for standard info, warning, error, etc ...
0
votes
0
answers
324
views
Auto instrument Next.js 13 API endpoint request & response
I'm running a small Next.js project. It has some API endpoints that get called by other applications. I'd like to instrument these endpoints so that the incoming request and the response are ...
1
vote
2
answers
735
views
Masking multiple instances of sensitive data in logs of Azure Monitor Application Insights for Java
In trying to implement masking of sensitive data in logs sent to Azure Application Insights, with official documentation:
Masking sensitive data in log message
Only single instance of sensitive data ...
-1
votes
2
answers
428
views
quarkus telemetry logging disable at runtime
Is it possible to turn off open telemetry logging while opentelementry is enabled in Quarkus 2.x?
Looking for something similar to io.opentelemetry.level = OFF
Basically, i want to provide the ability ...
0
votes
1
answer
2k
views
Capturing exceptions in OpenTelemetry .NET and Sentry.io
I've setup a simple .NET web api appto play around with OpenTelemetry, specifically their .NET SDK of the project. I've got it working and otel data is feeding into Sentry.io to easily view the trace ...
1
vote
0
answers
60
views
Increasing the throttling in JBOSS log
I am facing an issue regarding the throttling on my application and I am not aware of any changes that can increase this limitation.
Applications runs on Quarkus Framework and has imported the ...
3
votes
1
answer
876
views
OpenTelemetry Swift - how to send **logs** to an OpenTelemetry Collector?
I'm making an iPhone app and want to use an OpenTelemetry Collector on my server to collect Metrics, Traces and Logs. I've implemented Metrics and Traces using this package, and it works just fine!
...
0
votes
1
answer
41
views
Linode Exporter in Opentelemetry Collector
Is there a Linode Exporter that i can use in the opentelemetry collector?. I want to use it to export logs into Linode Object storage.
I tried configuring the exporter in the configuration file as ...
1
vote
1
answer
1k
views
awscloudwatchlogs exporter in opentelemetry collector
How do I configure my opentelemetry collector to export logs to Amazon awscloudwatchlogs?
I have created a log-group called log-group-test-1 and under it a log-stream-test-1
Right now, I am using the ...
1
vote
0
answers
1k
views
Access the keys of an attribute with Map type in Opentelemetry Collector
I am implementing Opentelemetry Collector in Kubernetes. I have a fluentbit set up for log forwarding. Logs are forwarded to OpenTelemetry fluentforward endpoint and I need to parse the log data and ...
0
votes
2
answers
107
views
Python logging MemoryHandler not passing logs to handler
I have this as python logging configuration in a project with the intention to batch the logs before printing it. But it seems none of the logs are getting printed..
logging.config.dictConfig({
...
1
vote
1
answer
2k
views
Parsing traceId, spanId from log line using Opentelemetry logprocessor
We need to parse attributes from log line so as to make them queryable on backends(eg: ES).
Now I tried using otel filelog receiver which supports stanza operators, but the reason I had to drop it and ...
11
votes
1
answer
7k
views
How to use opentelemetry logs in javascript(nodejs)
I am trying to understand how to use and send logs using opentelemetry but find it is confusing. Suppose I am developing an application(preferable using javascript) and want to log things in the app ...
0
votes
1
answer
1k
views
How to deal with clock skew in a multi-node Kubernetes cluster?
The issue is that the logs for a specific request (identified by a traceId printed in each log line) are being collected by loki-stack in a Kubernetes cluster, but the logs are not being displayed in ...
2
votes
1
answer
2k
views
How to set different logging levels in openelemetry-java?
We are planning to use open-telemetry as the logging tool in a new Spring-boot based micro-service. We have explored two ways to use otel, first is using manual instrumentation provided by Java and ...
3
votes
1
answer
917
views
no matches for kind "OpenTelemetryCollector" in version "opentelemetry.io/v1alpha1"
I tried instrumenting the open telemetry by deploying the following script.
apiVersion: opentelemetry.io/v1alpha1
kind: Instrumentation
metadata:
name: my-instrumentation
spec:
exporter:
...
0
votes
2
answers
833
views
Could open-telemetry collector be used without instrumentation?
We are building application with argo workflows. We are wondering if we could just set up opentelemetry collector inside of our kubernetes cluster, and start using it as stdout exporter into elastic ...
3
votes
2
answers
2k
views
Injected traces data into Logs is not showing on Loki-Grafana
SETUP:
i'm using the python-logging-loki library to manually instrument my code for logs. I have a single running instance of Loki (promtail not used, i'm pushing directly to loki).
On Grafana i have ...
1
vote
1
answer
409
views
Are time-related OpenTelemetry metrics an anti-pattern?
When setting up metrics and telemetry for my API, is it an anti-pattern to track something like "request-latency" as a metric (possibly in addition to) tracking it as a span?
For example, ...
2
votes
1
answer
4k
views
OpenTelemetry java manual instrumentation without exporter
Currently I am trying to POC OpenTelemetry for a web project (war)
and upon reading lots of different documentations I still don't have a proper grasp on some issues, wonder if someone could help ...
1
vote
1
answer
1k
views
Emitting logs to Open Telemetry Collector
I am new to Open Telemetry and I am trying its C++ API with a toy example that emit logs. I am using the OtlpHttpLogExporter to emit to the Open Telemetry Collector via http. And I configured the ...
1
vote
1
answer
552
views
Is there any way to config otel-collector to send telemetry data to a desire ip address?
I want to configure an otel-collector to pass telemetry data to an IP address.
I can't send data through HTTP because my backend does not support http(so i cant use otel and otelhttp).
Is there any ...
5
votes
1
answer
5k
views
Standardized opentelemetry log format
Is there something like standardized opentelemetry log format?
If the answer is yes where can I find example of that? :)
0
votes
1
answer
4k
views
Add logs to spans using OTEL instrumentation with Jaegar backend
At present, Open Telemetry (OTEL) spans have no mechanism to add logs as found in implementations such as Jaegar.
So is there a workaround to add application logs to a span?
2
votes
2
answers
7k
views
Opentelemetry: How to add logs to a span
I am using OpenTelemetry java auto instrumentation in my spring boot app. Is there a way to make the application logs part of the spans that are created?
My autoconfig settings are as below:
-Dotel....
2
votes
1
answer
2k
views
How to Viewing trace logs from OpenTelemetry in Elastic APM
I receive logs from opentelemetry-collector in Elastic APM
logs structure :
"{Timestamp:HH:mm:ss} {Level:u3} trace.id={TraceId} transaction.id={SpanId}{NewLine}{Message:lj}{NewLine}{Exception}&...