Leading your organization to use #OpenTelemetry is a challenge. In addition to all the usual project hurdles, you’ll face one of these two situations: convince your teams to use OTEL, or convince them to move from the telemetry tool they are already using to OTEL. Most people don’t want to change. You’ll need lots of effort and baby steps. My tip is the following: the fewer the changes, the higher your chances of success.

Leading your organization to use OpenTelemetry is a challenge. In addition to all the usual project hurdles, you’ll face one of these two situations: convince your teams to use OpenTelemetry, or convince them to move from the telemetry tool they are already using to OpenTelemetry. Most people don’t want to change. You’ll need lots of effort and baby steps. My tip is the following: the fewer the changes, the higher your chances of success.
I've been working on learning to build #AgentSpeak agents using #Jason. To that end, I did some exploring how to use #JMX MBeans to publish telemetry from inside the Agent's execution of the Reasoning Cycle. And also how to block execution until an operation is triggered on the MBean (basically a cheap debugger).
Source code at https://github.com/mindcrime/jason-tutorials
Debugging effectively requires a nuanced approach, similar to using tongs that tightly grip the problem from both sides. While low-level tools have their place in system-level service debugging, today's focus shifts towards a more sophisticated segme...
Debugging effectively requires a nuanced approach, similar to using tongs that tightly grip the problem from both sides. While low-level tools have their place in system-level service debugging, today's focus shifts towards a more sophisticated segme...
Configurar JMX para Tomcat con Docker
https://www.ochobitshacenunbyte.com/2023/09/07/configurar-jmx-para-tomcat-con-docker/
Why is remote #JMX connectivity such a pain to configure? It's 2023 for gods sake. Is it really too much to ask that this works in a #docker environment without sacrificing a goat?
I just want to be able to bind my JMX port to localhost and access it via a SSH tunnel. Good luck finding out whatever value to pass via java.rmi.server.hostname