Sascha
Sascha
If I follow a URL (http://configserver/ui/status) and need to login, i will be redirected to the Login-Form. After Login i will not be redirected to the origin URL i would...
**Is your feature request related to a problem? Please describe.** It would be great, if there is a way to start a trace from a synthetic Test-Framework like Selenium or...
Add a "[continuous profiling](https://github.com/jvm-profiling-tools/async-profiler)" function to inspect-IT agent, like [Pyroscope](https://pyroscope.io/docs/) or [parca](https://www.parca.dev/docs/parca) or [Pixie](https://docs.pixielabs.ai/about-pixie/what-is-pixie/). With this function, as a alternative to "auto-tracing" we could get better overview of the "work"...
Use the "HDR Histogram" for latency + duration to store the measurements. See [HdrHistogram](https://github.com/HdrHistogram/HdrHistogram) and [OpenHistogram](https://openhistogram.io) So we get a god and standardize way for histograms, with also could aggregated...
For OTel there is a OpAMProtocol specification. We should check if we could use this for Agent-configuration. eg. Config-Server inspect-IT Agent It is based on WebSocket or POST http/json [Open...
Sqlcommenter is an open source library that enables ORMs to augment SQL statements before execution, with comments containing information about the code that caused its execution. This helps in easily...
Hi everybody, i need to check End2End my OC-Service deployment and to see if there are OC-Services with do not forward there traces. I would use icinga "check_http" (this is...
**Write your question here** How does this panel compares to the Grafana Node Graph Panel? [Grafana Node Graph Panel](https://grafana.com/docs/grafana/latest/visualizations/node-graph/) I see the Grafana Node Graph Panel in this fosdem presentation:...
**Is your feature request related to a problem? Please describe.** Add a little extra icon to DBs icon, that indecates the DB type/creator (is it MySQL; MS SQL; DB2 PGSQL;...
The new "standard" for Tracing-context Correlation is the "W3C Trace-Context http-Header. [W3C Trace-context http header ](https://www.w3.org/TR/trace-context/)