-
I am trying to add subsegments to my Lambda traces for DB queries, but subsegments are not showing up. I initially tried the `AWSXRay.capturePostgres` method, but this proved unsuccessful. I'm seeing …
-
## Is your feature request related to a problem? Please describe.
Currently this project uses `java.util.logging`, this has the following disadvantages:
- It is difficult to bridge to any other logg…
-
To follow logger coding conventions and to optimize performance by avoiding unnecessary object allocations, we should consider adding log flag queries to logging statements, at least to those that cre…
fh-ms updated
1 month ago
-
It will be great to have the ability to add dynamic implementations for logging purposes for `doOnError()` or `onErrorResumeNext`.
eg. imagine that we want to track logs for crash reporting reasons f…
-
```
We have an old legacy logging infrastructure where I work. We've got an slf4j
facade that pipes slf4j messages into our framework, but even if Issue 18 gets
solved, that would still mean two tra…
-
Hello,
I updated statamic and the plugin to latest version and getting an error after logging in to statamic cp
```
ERROR: Route [statamic.cp.redirect.index] not defined. (View: /vendor/statami…
-
```
We have an old legacy logging infrastructure where I work. We've got an slf4j
facade that pipes slf4j messages into our framework, but even if Issue 18 gets
solved, that would still mean two tra…
-
```
What steps will reproduce the problem?
1. Make a call that will output log information
What is the expected output? What do you see instead?
Output needs to happen through client application log …
-
## Describe the Bug
We have applications which currently are not sending traces to an endpoint (by design - right now we just want traceIds in our logs for correlating requests). When no reporters ar…
mpb7h updated
2 years ago
-
Imagine I'm instrumenting kafka:
- there could be some events I'd emit - e.g. cluster leader is unreachable - which are documented in the semconv
- there could also be things I just want to let my u…