1,418 questions
-1
votes
0
answers
43
views
I'm trying to implement token refresh in OpenTelemetry exporter
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 ...
Tooling
1
vote
1
replies
47
views
How to get distributed tracing across TypeScript microservices without manual instrumentation
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 ...
0
votes
0
answers
43
views
Azure App Insights with Container Apps (Cloud Native BuildPacks)
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 ...
0
votes
0
answers
99
views
How should a .NET Framework solution handle OpenTelemetry wrapper dependencies when using packages.config?
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 ...
0
votes
0
answers
93
views
Losing metrics with the same name and different tags using Otel-java agent, alloy and mimir
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 -...
0
votes
1
answer
49
views
Updated Logging to application insights to use the OpenTelemetry SDK, this broke HTTP status code filtration
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 ...
0
votes
1
answer
37
views
PromQL label matching in OpenObserve
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&...
Best practices
0
votes
1
replies
75
views
What additional fields are needed to identify instances of services in metrics, traces, logs - After replicating services across multiple replicas?
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 ...
0
votes
1
answer
30
views
How to use groupbyattrs processor? [closed]
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 ...
Tooling
1
vote
0
replies
74
views
Multi-Tenant Log Routing with OpenTelemetry?
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 ...
0
votes
0
answers
60
views
OTEL Auto Instrumentation for Python Logging
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 ...
3
votes
1
answer
119
views
Open search 3.1 not showing traces at node level for DBQ query
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:
...
-5
votes
1
answer
65
views
Extracting data from JSON field containing array data [closed]
{"logRecords":[{"version":"1.11","category":"Management"}, {"version":"14.11","eventCategory":"update"}]}
I ...
Tooling
0
votes
2
replies
24
views
FOSS Opentelemetry storage backends that stores all metadata (value type, unit, etc.)
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 ...
1
vote
0
answers
69
views
Open Telemetry - Logs Are Missing in Azure Log Analytics
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 ...