Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datadog/datadog-for-intellij-platform
Datadog for IntelliJ IDEA
https://github.com/datadog/datadog-for-intellij-platform
apm continuous-profiling datadog intellij-plugin
Last synced: 20 days ago
JSON representation
Datadog for IntelliJ IDEA
- Host: GitHub
- URL: https://github.com/datadog/datadog-for-intellij-platform
- Owner: DataDog
- License: other
- Created: 2022-07-05T16:39:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T14:22:31.000Z (9 months ago)
- Last Synced: 2024-04-13T21:53:31.621Z (9 months ago)
- Topics: apm, continuous-profiling, datadog, intellij-plugin
- Homepage: https://docs.datadoghq.com/developers/ide_integrations/idea/
- Size: 44.9 KB
- Stars: 4
- Watchers: 8
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![Version](https://img.shields.io/jetbrains/plugin/v/19495)](https://plugins.jetbrains.com/plugin/19495-datadog) [![Downloads](https://img.shields.io/jetbrains/plugin/d/19495)](https://plugins.jetbrains.com/plugin/19495-datadog) [![Rating](https://img.shields.io/jetbrains/plugin/r/rating/19495)](https://plugins.jetbrains.com/plugin/19495-datadog)
# Datadog for JetBrains IDEs
The [Datadog](https://plugins.jetbrains.com/plugin/19495-datadog) plugin helps improve software performance by providing
meaningful code-level insights in the IDE
based on real-time observability data. It helps reduce application latency and lower cloud costs by highlighting
specific code lines that consume the most CPU, allocate the most memory and spend the most time on locks, disk I/O,
socket I/O, and more.The plugin is for developers that use Datadog products including [Error Tracking](https://docs.datadoghq.com/tracing/error_tracking/),
[Log Explorer](https://docs.datadoghq.com/logs/explorer/), and the [Continuous Profiler](https://docs.datadoghq.com/profiler/#pagetitle) for their Java, Go, Python and PHP services.### Plugin Features
The **Code Insights** view keeps you informed about:
- Issues from [Error Tracking](https://docs.datadoghq.com/tracing/error_tracking/)
- [Vulnerability](https://docs.datadoghq.com/security/application_security/vulnerability_management/) reports by Application Security Management
- [Flaky tests](https://docs.datadoghq.com/continuous_integration/guides/flaky_test_management/) detected by CI Visibility
- Profiling insights from [Watchdog Insights](https://docs.datadoghq.com/watchdog/insights/)The **Continuous Profiler** helps you to reduce latency and lower cloud costs by highlighting code lines that:
- Consume the most CPU
- Allocate the most memory
- Spend the most time on locks, disk I/O, and socket I/OThe **Logs support** shows observed logs in source code, as detected from [Log patterns](https://docs.datadoghq.com/logs/explorer/analytics/patterns/),
and provides links to the Datadog Log Explorer to view logs generated by a specific line of code.The **CI Test Runs** feature opens the Continuous Integration Visibility Explorer to show recent runs for a selected test.
The **[Static Analysis](https://docs.datadoghq.com/code_analysis/static_analysis/)** integration, in beta, analyzes your code (locally) against predefined rules to detect and
fix problems before you commit changes.### Help and Feedback
Checkout the [documentation](https://docs.datadoghq.com/developers/ide_integrations/idea/) to see more information about the
Datadog plugin. For any feedback reach out to us via the [issue tracker](https://github.com/DataDog/datadog-for-intellij-platform/issues) or send an email to [email protected]### Data and Telemetry
Datadog anonymously collects information about your usage of this IDE, including how you interact with it, whether errors occurred while using it, and what caused those errors, in accordance with the [Datadog Privacy Policy](https://www.datadoghq.com/legal/privacy/) and [Datadog's EULA](https://www.datadoghq.com/legal/eula/).If you don't wish to send this data to Datadog, you can opt out at any time in the settings: `Settings > Tools > Datadog > Data Sharing` and disable the `Send usage statistics` option.