---
title: "OpenTelemetry Comes to IntelliJ IDEA, GoLand, PyCharm, and WebStorm"
url: https://daily.dev/posts/opentelemetry-comes-to-intellij-idea-goland-pycharm-and-webstorm-gripxwout
source_url: https://blog.jetbrains.com/platform/2026/08/opentelemetry-plugin-for-jetbrains-ides
type: article
source: "JetBrains"
published: 2026-08-26T08:30:23.482Z
updated: 2026-08-26T08:30:49.309Z
tags: ["devtools", "observability", "mcp", "opentelemetry"]
reading_time: 5
upvotes: 2
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.

# OpenTelemetry Comes to IntelliJ IDEA, GoLand, PyCharm, and WebStorm

**[JetBrains](https://daily.dev/sources/jetbrains)** · 5 min read · 2 upvotes · 0 comments

## Summary

JetBrains has expanded its OpenTelemetry plugin, previously exclusive to Rider, to IntelliJ IDEA, GoLand, PyCharm, and WebStorm starting with the 2026.2 release. The plugin surfaces logs, metrics, traces, and a service map from instrumented local applications directly inside the IDE, letting developers inspect runtime behavior without setting up a separate observability backend. It supports Java, Python, Go, and .NET applications by injecting OTLP environment variables into supported run configurations, or by pointing an app's exporter or an existing OpenTelemetry Collector at the plugin's built-in receiver. The plugin also includes experimental MCP support, exposing tools like get_log_records, get_spans, get_services, and get_service_map so coding agents can query collected telemetry.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.jetbrains.com/platform/2026/08/opentelemetry-plugin-for-jetbrains-ides>

## Questions this post answers

### Does the JetBrains OpenTelemetry plugin work in IntelliJ IDEA, GoLand, and PyCharm now, or only in Rider?

As of the 2026.2 release, the OpenTelemetry plugin works in IntelliJ IDEA, GoLand, PyCharm, and WebStorm in addition to Rider, where it was originally available. It shows logs, metrics, traces, and a service map from local applications directly in the IDE without needing a separate observability backend.

_Developers tracking new IDE tooling releases like this follow OpenTelemetry updates on daily.dev._

### Does the JetBrains OpenTelemetry plugin add instrumentation to my application automatically?

No, the plugin does not add OpenTelemetry libraries or agents to an application. It only configures where an already-instrumented application sends its telemetry data, either by passing OTLP environment variables to a supported IDE run configuration or by letting you point an exporter or existing OpenTelemetry Collector at the plugin's built-in receiver.

_Teams evaluating observability tooling setups can weigh options like this via daily.dev._

### Can a coding agent query OpenTelemetry traces and logs through MCP in JetBrains IDEs?

Yes, the OpenTelemetry plugin has experimental MCP support through the JetBrains MCP server, exposing tools including get_log_records, get_spans, get_services, and get_service_map. These let a compatible coding agent inspect logs and spans from a specific run or query the observed service relationships collected in the IDE.

_Developers wiring agents into observability workflows track features like this on daily.dev._

## Similar posts on daily.dev

- [Observing Apache NetBeans with OpenTelemetry and Dash0](https://daily.dev/posts/observing-apache-netbeans-with-opentelemetry-and-dash0-u449wcic9) · Foojay.io · 1 upvotes · 0 comments
- [Your JetBrains IDE Expertise, Now on LinkedIn](https://daily.dev/posts/your-jetbrains-ide-expertise-now-on-linkedin-nxso15gtt) · JetBrains .NET Blog · 9 upvotes · 0 comments
- [IntelliJ IDEA Goes LSP: Java and Kotlin Intelligence Comes to VS Code, Cursor, and Agentic Flows](https://daily.dev/posts/intellij-idea-goes-lsp-java-and-kotlin-intelligence-comes-to-vs-code-cursor-and-agentic-flows-tqkhupkzt) · JetBrains · 12 upvotes · 0 comments

---

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

[View this post on daily.dev](https://daily.dev/posts/opentelemetry-comes-to-intellij-idea-goland-pycharm-and-webstorm-gripxwout)
