---
title: "Observing Apache NetBeans with OpenTelemetry and Dash0"
url: https://daily.dev/posts/observing-apache-netbeans-with-opentelemetry-and-dash0-u449wcic9
source_url: https://foojay.io/today/observing-apache-netbeans-with-opentelemetry-and-dash0
type: article
source: "Foojay.io"
published: 2026-06-14T22:03:28.190Z
updated: 2026-06-14T22:03:52.438Z
tags: ["observability", "opentelemetry", "jvm"]
reading_time: 10
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Observing Apache NetBeans with OpenTelemetry and Dash0

**[Foojay.io](https://daily.dev/sources/foojayio)** · 10 min read · 1 upvotes · 0 comments

## Summary

A hands-on experiment attaching the OpenTelemetry Java agent to Apache NetBeans IDE instead of a production service. By patching netbeans.conf with three JVM flags and one config file change, the author routes JVM metrics, outbound HTTP spans, and bridged log records to Dash0. The result: real heap usage breakdowns by GC pool, thread counts, startup HTTP calls to update servers, deprecation warnings, and exit codes — all without writing a single line of plugin code. The post argues this approach can be applied fleet-wide to track IDE startup regressions, detect plugin-induced thread leaks, and correlate developer-side events with application-side telemetry in the same observability backend.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://foojay.io/today/observing-apache-netbeans-with-opentelemetry-and-dash0>

## Similar posts on daily.dev

- [Complete Observability for Java: Spring Boot and Kubernetes with Dash0](https://daily.dev/posts/complete-observability-for-java-spring-boot-and-kubernetes-with-dash0-ak4svyfqx) · Foojay.io · 0 upvotes · 0 comments
- [OpenTelemetry Comes to IntelliJ IDEA, GoLand, PyCharm, and WebStorm](https://daily.dev/posts/opentelemetry-comes-to-intellij-idea-goland-pycharm-and-webstorm-gripxwout) · JetBrains · 2 upvotes · 0 comments
- [From Zero \(Really Zero\) to OpenTelemetry](https://daily.dev/posts/from-zero-really-zero-to-opentelemetry-ufju0okal) · Foojay.io · 2 upvotes · 0 comments

---

Tags: [#observability](https://daily.dev/tags/observability), [#opentelemetry](https://daily.dev/tags/opentelemetry), [#jvm](https://daily.dev/tags/jvm)

[View this post on daily.dev](https://daily.dev/posts/observing-apache-netbeans-with-opentelemetry-and-dash0-u449wcic9)
