惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
H
Help Net Security
N
Netflix TechBlog - Medium
Apple Machine Learning Research
Apple Machine Learning Research
P
Proofpoint News Feed
A
About on SuperTechFans
V
V2EX
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
宝玉的分享
宝玉的分享
aimingoo的专栏
aimingoo的专栏
F
Fortinet All Blogs
博客园 - 【当耐特】
Microsoft Security Blog
Microsoft Security Blog
Martin Fowler
Martin Fowler
I
InfoQ
Google DeepMind News
Google DeepMind News
人人都是产品经理
人人都是产品经理
Engineering at Meta
Engineering at Meta
腾讯CDC
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog RSS Feed
U
Unit 42
The Cloudflare Blog
Y
Y Combinator Blog

Datadog | The Monitor blog

Introducing our open source AI-native SAST Instrument and monitor Boomi integration flows with OpenTelemetry and Datadog Not all index scans are equal: How we cut query latency by over 99% Platform engineering metrics: What to measure and what to ignore Integrate Recorded Future threat intelligence with Datadog Cloud SIEM CI/CD security: threat modeling using a MITRE-style threat matrix CI/CD security: How to secure your GitHub ecosystem Ingress NGINX is EOL: A practical guide for migrating to Kubernetes Gateway API Operating agentic AI with Amazon Bedrock AgentCore and Datadog LLM Observability: Lessons from NTT DATA Introducing the Datadog Code Security MCP Capture and analyze custom heatmaps in Session Replay Understand session replays faster with AI summaries and smart chapters Monitor ClickHouse query performance with Datadog Database Monitoring How we designed empathetic alert sounds for on-call engineers Search and act across Datadog to resolve issues faster with Bits Assistant Measure the business impact of every product change with Datadog Experiments Analyzing round trip query latency Configuring JavaScript caches for better performance Introducing Bits AI Dev Agent for Code Security Datadog achieves ISO 42001 certification for responsible AI Monitor Nutanix clusters, hosts, and VMs with Datadog Monitor Juniper Mist in Datadog A new Host Map for modern infrastructure Annotate traces to improve LLM quality with Datadog LLM Observability What’s new in Cloud SIEM: AI-powered investigations, enhanced threat intelligence, and scalable security operations Explore Kubernetes with native OpenTelemetry data Monitor Oracle Fusion Cloud Applications with Datadog Announcing the Datadog Terraform provider v4.0.0 Scaling Kubernetes workloads on custom metrics How to design cloud environments for AI-powered threat analysis
Evaluate LLMs and LLM applications for accuracy with NVID...
2025-04-23 · via Datadog | The Monitor blog

Generative AI applications are becoming a core component of how modern enterprises solve customer needs. However, measuring the quality and performance of the underlying models can be a challenge given the nondeterministic nature of their output. NVIDIA NeMo Evaluator—part of NVIDIA’s NeMo platform—is a microservice with an easy-to-use API that simplifies the end-to-end evaluation of generative AI applications, including retrieval-augmented generation (RAG) and agentic AI. It supports evaluation for a wide range of custom tasks and domains, including reasoning, coding, retrieval, and instruction-following.

With NVIDIA NeMo Evaluator, developers can automatically evaluate their models against academic benchmarks or custom datasets, or score them with standard metrics including accuracy, ROUGE, BLEU, or LLM-as-a-judge scoring. NVIDIA NeMo Evaluation returns structured scores for each model response. You can seamlessly integrate NeMo Evaluator into your CI/CD pipelines and build data flywheels for continuous evaluation.

In this post, we’ll look at how you can use Datadog LLM Observability to monitor NVIDIA NeMo Evaluator’s model evaluation scores alongside telemetry data from the rest of your LLM stack to better track changes in model quality.

Collect NeMo Evaluator scores in LLM Observability

Datadog LLM Observability provides end-to-end visibility into the health and performance of your LLM applications. For example, you can trace requests as they propagate across RAG components and model inference and evaluation steps, and you can collect and visualize key model metrics and metadata such as latency, token usage, prompt input, and more. Once you integrate NeMo Evaluator with Datadog, the evaluation scores appear as evaluation metrics tied to the original LLM trace, giving you a complete view of each request.

To integrate NeMo Evaluator with Datadog, use the LLM Observability SDK to submit each evaluation score along with its trace and span IDs. This links model quality metrics directly to the corresponding LLM request for unified analysis​. For example, in the image below, you can see that the LLM Observability span for a question from a dataset with the generated metric from NeMo Evaluator.

Collect and visualize NVIDIA NeMo Evaluator scores in your LLM app traces.
Datadog displays NVIDIA NeMo Evaluator score in the relevant LLM trace
Collect and visualize NVIDIA NeMo Evaluator scores in your LLM app traces.

You can visualize and monitor NeMo evaluation metrics on dashboards or from your app’s overview page. You can easily filter by model version, task type, or environment in order to surface any performance changes across your models.

View evaluation metrics in context

Datadog places your NeMo Evaluation metrics in context with other telemetry data from other parts of your LLM-powered apps. For example, each trace displays data like the total latency, token count, and input size. This enables you to correlate drops in model quality with potential system issues. You can also set Datadog alerts on your evaluation metrics (e.g., NeMo Evaluator’s accuracy or helpfulness scores) to notify you if model quality falls below a threshold.

The LLM Observability Cluster Map groups trace data based on different input or output criteria. Because each evaluation score is tied to the originating LLM span, you can visualize clusters based on input or output of public benchmarks used by NeMo Evaluator to identify potential broader patterns or underperforming clusters.

Get started

NVIDIA NeMo Evaluator and Datadog LLM Observability make it easier to measure and monitor the quality and reliability of your LLM applications. You can see our guide for a walkthrough of using both tools to trace requests and evaluate responses of a sample app, and learn how to visualize and alert on model quality metrics in real time. If you’re not already a Datadog customer, sign up for a 14-day free trial.