Skip to content

Releases: ClestiqShield/AgentCore

Enhanced Metrics & Observability

26 Dec 16:51
d4e6502

Choose a tag to compare

Release Notes - ClestiqShield-AgentCore

🚀 New Features & Enhancements

1. Granular User Telemetry (Eagle Eye)

  • User Tagging: Added user:{user_id} tag to the following Datadog metrics:
    • clestiq.eagleeye.apps.created
    • clestiq.eagleeye.apps.deleted
    • clestiq.eagleeye.api_keys.created
    • clestiq.eagleeye.api_keys.revoked
  • Benefit: Enables filtering and grouping of resource creation events by specific users in Datadog dashboards.

2. Load Testing Suite

  • Location: scripts/terraform/load_test.ps1
  • Functionality:
    • Automated user registration and login.
    • Application and API Key creation.
    • Synthetic chat traffic generation.

📊 Configured Metrics

Gateway Service

Metric Type Tags Description
clestiq.gateway.requests Count app, model, status, reason Total requests processed (passed) or blocked.
clestiq.gateway.latency Histogram app, model Processing time (end-to-end) in milliseconds.
clestiq.gateway.security_score Gauge app Calculated request threat score (0.0 - 1.0).
clestiq.gateway.tokens Count app, model, type LLM Token usage (input, output, total).
clestiq.gateway.tokens_saved Count app, model Tokens preserved via caching/optimization.
clestiq.gateway.threats Count app, model Number of security threats detected.
clestiq.gateway.pii_redacted Count app Count of PII entities redacted from input/output.
clestiq.guardian.hallucination Count app, model Hallucination events detected by Guardian.
clestiq.guardian.toxicity Gauge app Toxicity score of the LLM response.

Eagle Eye Service

Metric Type Tags Description
clestiq.eagleeye.users.created Count - Total new users registered.
clestiq.eagleeye.apps.created Count user New applications created.
clestiq.eagleeye.apps.deleted Count user Applications deleted.
clestiq.eagleeye.api_keys.created Count app, user New API keys generated.
clestiq.eagleeye.api_keys.revoked Count app, user API keys revoked.

🧹 Improvements

  • Gateway Metrics: Confirmed clestiq.gateway.tokens supports model and app tagging natively, removing the need for schema changes.

DataDog Compliant AgentCore

21 Dec 19:42
2d5b684

Choose a tag to compare

Release Notes - ClestiqShield-AgentCore

Date: December 21, 2025

This release for AgentCore focuses on a major observability migration to Datadog, the integration of Google Gemini for AI capabilities, and the addition of new services for enhanced metrics and security.

🚀 Key Highlights

1. Observability: OpenTelemetry to Datadog Migration

We have fully transitioned our observability stack from OpenTelemetry to Datadog.

  • Full Feature Parity: Replaced all previous OpenTelemetry functionality with Datadog's comprehensive suite.
  • Unified Telemetry: Enabled Datadog APM, Logs, and Infrastructure monitoring across gateway, guardian, security-agent, and eagle-eye.
  • Resolved Issues: Fixed telemetry connection and export errors (log exports, trace context propagation).

2. AI Engine: Migration to Google Gemini

The core intelligence has been upgraded to Google Gemini, replacing legacy Vertex AI models.

  • Gemini Integration: Implemented Google's Gemini models for faster and more accurate threat analysis.
  • Stability: Fixed "GenAi" initialization errors and improved prompt handling.
  • Security Agent: Enhanced security-agent to leverage Gemini's multimodal capabilities.

3. New Services & Features

  • Eagle-Eye Service: Introduced a new microservice, Eagle-Eye, dedicated to collecting and serving business metrics and dashboard data.
  • DNS Proxy: Added a DNS proxy component to facilitate network monitoring and security filtering.
  • Service Hardening: Conducted "Security Debugging" to harden the security-agent and improve resilience.

📜 Changelog

  • Feat: Integrated Google Gemini for AI-powered security analysis.
  • Feat: Added Eagle-Eye service for dashboard metrics.
  • Feat: Added DNS Proxy for network monitoring.
  • Refactor: Migrated logging and tracing from OpenTelemetry to Datadog.
  • Fix: Resolved GenAI initialization and execution errors.
  • Fix: Security debugging and stability fixes in security-agent.

App/User Management @Eagle_Eye

16 Dec 16:12
a0dc713

Choose a tag to compare

What's Changed

Full Changelog: v2.2...v2.3

Logging Configured @Datadog

16 Dec 02:13
f8f3a82

Choose a tag to compare

What's Changed

v2.1

15 Dec 17:55
f042040

Choose a tag to compare

What's Changed

  • v2.1 ready with Datadog compliance
  • Logs and Services are live on Datadog

Clestiq Shield is ready

15 Dec 17:45
6038d03

Choose a tag to compare

What's Changed