
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@mastra/datadog
Advanced tools
Affected versions:
Datadog LLM Observability exporter for Mastra - exports tracing data to Datadog's LLM Observability product
Datadog LLM Observability exporter for Mastra. Exports observability data to Datadog's LLM Observability product.
npm install @mastra/datadog
import { Mastra } from '@mastra/core/mastra';
import { Observability } from '@mastra/observability';
import { DatadogExporter } from '@mastra/datadog';
export const mastra = new Mastra({
observability: new Observability({
configs: {
datadog: {
serviceName: 'my-service',
exporters: [new DatadogExporter()],
},
},
}),
});
See the package changelog for version history and release notes.
We have an open community Discord. Come and say hello and let us know if you have any questions or need any help getting things running.
FAQs
Datadog LLM Observability exporter for Mastra - exports tracing data to Datadog's LLM Observability product
The npm package @mastra/datadog receives a total of 65,414 weekly downloads. As such, @mastra/datadog popularity was classified as popular.
We found that @mastra/datadog demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.