Explore >> Select a destination


You are here

jessitron.com
| | opentelemetry.io
5.8 parsecs away

Travel
| | If you want to get logs from your Java application ingested into an OpenTelemetry-compatible logs backend, the easiest and recommended way is using an OpenTelemetry protocol (OTLP) exporter. However, some scenarios require logs to be output to files or stdout due to organizational or reliability needs. A common approach to centralize logs is to use unstructured logs, parse them with regular expressions, and add contextual attributes. However, regular expression parsing is problematic. They become complex and fragile quickly when handling all log fields, line breaks in exceptions, and unexpected log format changes. Parsing errors are inevitable with this method.
| | mherman.org
4.2 parsecs away

Travel
| | This tutorial details how to quickly spin up a reproducible development environment with Docker to manage a number of Node.js microservices.
| | timdeschryver.dev
3.3 parsecs away

Travel
| | How to configure .NET Aspire to enable browser OpenTelemetry data from an Angular application.
| | hjr265.me
27.5 parsecs away

Travel
| CodeMirror 6, a rewrite of the CodeMirror editor, brings several improvements. Toph has been using CodeMirror for its integrated code editor since its introduction. As CodeMirror 6 reached a stable interface with the promise of better touchscreen support, it was time for an upgrade! During which I wanted to introduce language server support. The goal was to provide code completion, diagnostics, and hover tooltips. And, CodeMirror 6 makes it easy to do all three.