Viewing 15 posts - 76 through 90 (of 39,498 total)
I keep thinking about OT as well. I think xEvents do a lot of what OTEL would want, though perhaps not without some overhead of the fields being collected.
I do...
June 20, 2025 at 1:39 pm
It might be. I am not a huge fan of multiple instances, especially with trying to get RAM right, but if 4 instances vs 4 VMs is affected by licensing,...
June 13, 2025 at 9:27 pm
It's returned in an order, but technically that can be changed:
SELECT value
FROM GENERATE_SERIES(1, 10) ORDER BY value desc;
June 13, 2025 at 9:25 pm
It also means teamwork across dev, qa, ops, etc. is really important to solve problems efficiently.
June 13, 2025 at 9:10 pm
How do you control production deployments without source control? How can you be sure that the code that was tested is what gets deployed? In our world, nothing gets...
May 27, 2025 at 9:47 pm
I think the code can speak for itself often, but there are also "why"s for the implementation that code doesn't necessarily answer. A misunderstanding of the why can lead to...
May 27, 2025 at 5:15 pm
Viewing 15 posts - 76 through 90 (of 39,498 total)