Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
38 views

I tried to add OAuth token refresh for OpenTelemetry metrics exports. The implementation involved creating an OAuthTokenProvider service to fetch access tokens via client credentials flow, and an ...
nikhitha chandana's user avatar
Tooling
1 vote
1 replies
44 views

I'm building a backend with about 8 TypeScript microservices. Right now I'm manually wiring up OpenTelemetry in each service - setting up the SDK, creating spans, propagating trace context through ...
Benny Sparr's user avatar
0 votes
0 answers
41 views

Azure App Insights with Container Apps (Cloud Native BuildPacks) is not working. I get "Not available: couldn't connect to your application" when I go to live metrics. This is a Spring Boot ...
M1X's user avatar
  • 5,382
0 votes
0 answers
98 views

We have a .NET Framework solution with multiple projects. Many projects reference an internal core library, and that core library contains all the package references, including our custom ...
lr-pal's user avatar
  • 399
0 votes
0 answers
90 views

I am using the OpenTelemetry java agent to read and push micrometer metrics from my Java app to Alloy, and from Alloy onwards onto Mimir, which is then read in grafana. micrometer -> opentel agent -...
JoBos's user avatar
  • 1
0 votes
1 answer
46 views

I've just updated my code for logging to application insights in my project to use the OpenTelementry SDKs, and for some reason I cant get the filtration of 404s Http status codes to work for stuff ...
H4p7ic's user avatar
  • 1,943
0 votes
1 answer
35 views

Using OpenObserve and its Collector I get a metric called system_filesystem_usage. The metric has a label "state" which is either of "used", "free", or "reserved&...
branch14's user avatar
  • 1,262
Best practices
0 votes
1 replies
74 views

After replicating services across multiple instances (replicas), we need to figure out what additional fields are required to identify instances in metrics, traces, logs, and health checks. For ...
DimaVmkMsu's user avatar
0 votes
1 answer
30 views

I'm trying to push system logs into Grafana Loki by using OpenTelemetry Colelctor. I've encountered a problem where Loki is not able to properly index data, because it require attributes to be ...
majkrzak's user avatar
  • 1,574
Tooling
1 vote
0 replies
68 views

I am architecting a "Bring Your Own Sink" logging platform. The goal is to allow users to register their own external endpoints (OTLP, S3, Webhooks), and have my platform route their ...
Janman's user avatar
  • 1,050
0 votes
0 answers
49 views

I have been trying to test OTEL auto instrumentation for Python and been having trouble getting metrics, traces, and logs to all be properly exporting consistently. I have been attempting this will ...
Shane Sanborn's user avatar
3 votes
1 answer
119 views

Setup: Created a local setup of Open Search 3.1 with jaegar to view traces. I am able to see http level traces but not detailed traces at node/shard level to debug slow DBQ queries. Configs used: ...
Deepti's user avatar
  • 118
-5 votes
1 answer
63 views

{"logRecords":[{"version":"1.11","category":"Management"}, {"version":"14.11","eventCategory":"update"}]} I ...
user2622678's user avatar
Tooling
0 votes
2 replies
21 views

I've been looking for a good metric storage system for a while. I've tried some of the older systems (Influx, graphite, etc.), but what I very much miss from those is some (standardized) annotation of ...
Matthijs Kooijman's user avatar
1 vote
0 answers
63 views

I am looking to move to Open Telemetry logging with injestion using Azure Monitor and Log Analytics. I wrote a multi threaded sample that writes logs and sends them to Azure Log Analytics. Under small ...
VinceSuperC's user avatar
1 vote
1 answer
347 views

After migrating from Spring Boot 3.5.6 to 4.0.1, I switched from Micrometer tracing tc OpenTelemetry (as Micrometer autoconfiguration is no longer supported). I don't need to export traces to a ...
Vijay's user avatar
  • 11
Advice
0 votes
1 replies
72 views

I am in the process of trying to implement OpenTelemetry in a React web application. I am wondering if there is a way to export a trace to the collector only when there is an error somewhere in the ...
devlord's user avatar
  • 4,195
1 vote
0 answers
76 views

I have a simple Azure Function that I'm trying to setup logging and tracing with open telemetry. I managed to get the logs to show in Application Insights, but I can't get the traces to be correlated ...
Guilherme Takata's user avatar
0 votes
0 answers
55 views

Describe the issue you're reporting I have a scenario where multiple log files are generated every 3 minutes, and each log file contains around 10 log entries per minute. Example log files: testlog-...
om makwana's user avatar
1 vote
1 answer
136 views

I have a Camel, spring boot app that reads a message from a kafka topic. I have a spring boot test that places a message on an embedded kafka broker and add an open teleletry 'traceparent' header, ...
TheCoder's user avatar
  • 9,033
0 votes
1 answer
50 views

I am developing a framework for running LLM-based agents, and I am collecting telemetry from my framework via otel. I have a central function where the agent functionality is being intercepted step by ...
user32068318's user avatar
2 votes
1 answer
544 views

I have an ASP.NET Core web application running as an Azure App Service. Recently I have noticed our costs for Application Insights has rocketed up. I think this might be due to upgrading to a newer ...
Paul Houghton's user avatar
-1 votes
1 answer
104 views

I have a Hono app that I want to instrument for observability with OpenTelemetry and Pino logger. Specifically, I want to generate logs that have the trace_id and span_id attributes, but in the ...
firegloves's user avatar
  • 5,727
Best practices
2 votes
1 replies
71 views

I’m creating UI dashboard which I want to measure things like How many requests are made from the web application from a particular screen along with the organisation location of the user. There are ...
Raj Kumar's user avatar
  • 357
0 votes
1 answer
148 views

I’m planning to use the OpenTelemetry C++ SDK in a high-performance, low-latency application to export metrics. However, during my POC, I’ve observed non-trivial latency impact when instrumenting even ...
user2456835's user avatar
-2 votes
1 answer
81 views

I have an ASP.NET Core Web API service and now I need to put performance monitoring check on it. So I apply all Http, EF Core, Redis subscriber and it works very well. But at some points, I have time ...
Navid_pdp11's user avatar
  • 4,174
1 vote
0 answers
44 views

I recently had an issue of hitting an APM's payload limit, so I adjusted the BatchProcessor's values downward until the batch sizes were adequate, but I also noticed the exporthelper's batch sizer. I ...
Devin Fields's user avatar
  • 2,624
Advice
0 votes
0 replies
69 views

I have been using: "@opentelemetry/api": "=1.4.1",    " @opentelemetry/exporter-jaeger": "^1.13.0",     "@opentelemetry/instrumentation-express": &...
Lexter Seoul's user avatar
Best practices
0 votes
0 replies
45 views

I am running a Java application with an OpenTelemetry JavaAgent for auto-instrumentation. For my use case, I would like to create an agent extension that introduces a new, additional Tracer. The new ...
FloW's user avatar
  • 239
0 votes
1 answer
260 views

I have a fairly simple requirement where I have a message based endpoint that consumes messages from Azure Service Bus. Pretty standard setup. However, when I receive the message I want the log that ...
Dr Schizo's user avatar
  • 4,508
0 votes
0 answers
118 views

There are many services that are migrating one by one to Java 21 and Spring Boot 3.5. This means not all services will be migrated to newer versions at the same time. Opentracing has been abandoned ...
Jarvis's user avatar
  • 413
1 vote
0 answers
137 views

I have an app written with Effect TS. For integrating Effect TS's Spans and Tracing with OpenTelemetry, there is an example in the docs where ConsoleSpanExporter is used. DataDog had that way of doing ...
Andrei Koch's user avatar
  • 1,207
0 votes
0 answers
110 views

I’m trying to configure Grafana Alloy to resolve my Angular application’s stack traces using source maps, but the mapping isn’t working as expected. Even though I have the sourcemaps downloaded ...
Tirtha's user avatar
  • 97
0 votes
0 answers
250 views

I'm using springboot 3.4.1 and opentelemetry java agent v2.20.1, it works well. I want to capture http request body and http response body but opentelemetry does not offer this out of the box. does ...
Walid's user avatar
  • 162
0 votes
0 answers
50 views

I have a question when using opentelemetry and skywalking. In java project, use opentelemetry to generate trace and span infomation, then I want to collect these trace to skywalking aop to analysis ...
user9515133's user avatar
1 vote
0 answers
236 views

Background I have a containerized Python Flask application that is deployed on Google Cloud Run. I want to extract custom metrics from this app and send them to Google Cloud Monitoring. I followed the ...
Charlie Brown's user avatar
1 vote
1 answer
333 views

I have this easy setup in my ASP.NET Core web application: using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions....
MakePeaceGreatAgain's user avatar
0 votes
0 answers
91 views

I am trying to send telemetry data from ASP.NET app to elastic search. (logs, metrics, traces). I tried to log data without APM. Logs are sent to elastic without APM, but trace does not work. To ...
user19291301's user avatar
1 vote
0 answers
72 views

I'm trying to setup Langchain tracing in Azure Monitor (via Application Insights) and I use the following test code if __name__ == "__main__": configure_azure_monitor(connection_string=...
Sergey's user avatar
  • 1,371
0 votes
1 answer
186 views

I am using OpenTelemetry with Node.js in my application running on Google Kubernetes Engine (GKE). The traces are successfully sent to Google Cloud Trace, but in Google Cloud Trace Explorer the ...
Vrushabh Ranpariya's user avatar
1 vote
0 answers
279 views

I’m using OpenTelemetry in a TypeScript project to send metrics to an OTLP endpoint over HTTPS. import { MeterProvider } from "@opentelemetry/sdk-metrics"; import { OTLPMetricExporter } from ...
Amit Yaari's user avatar
1 vote
1 answer
835 views

I am trying to add an ASP.NET Core app to an Aspire dashboard. I did that using this code: builder.AddExternalService("FirstApp", new Uri("http://localhost:5027")) ....
user19291301's user avatar
0 votes
0 answers
112 views

I am using OpenTelemetry, and would like to force a round of meter observations. Normally, I have the metrics report every 10 seconds, but would like to trigger observations of my meter at program ...
charlesw's user avatar
  • 612
1 vote
1 answer
226 views

I'm writing a Pingora proxy instance. It uses multiple async functions from a trait to indicate various stages. There is a common context that I can provide. I am trying to instrument the whole ...
Daniel A. White's user avatar
0 votes
0 answers
86 views

In kubernetes pod container, there are 2 different dotnet processes, one for the main application and the other for monitoring the application. I have configured Entrypoint as shown below in both ...
anandarc's user avatar
1 vote
1 answer
240 views

I am using lofgire to send traces, logs and metrics to grafana-otel container. However, in the grafana UI (reachable unter http://localhost:3000 and login is pw: admin & user: admin), only traces ...
JKupzig's user avatar
  • 1,315
0 votes
1 answer
110 views

To make the export work at all for a native image build, it needs to be enabled during AOT processing. So we have this for the profile used for the build: management.otlp.tracing.export.enabled: true ...
codesimplicity's user avatar
0 votes
1 answer
217 views

I would like to use opentelemetry-cpp ABI version 2 in a Windows VS2022 project. To do this, i am trying to use vcpkg. By default the vcpkg build of opentlemetry-cpp creates ABI version 1 libraries. ...
darnell_a's user avatar
  • 135
0 votes
0 answers
80 views

I've compiled and linked a simple otlp grpc exporter sample program and run it successfully under Ubuntu 22, but can't seem to include the correct libraries to get the program to link under Windows ...
darnell_a's user avatar
  • 135
0 votes
0 answers
89 views

I want to calculate the percentage of error-free calls in Honeycomb. Whenever there is an error in any child span, I add it like this: span.AddAttributes(trace.StringAttribute("error", "...
mrasoolmirza's user avatar

1
2 3 4 5
29