Skip to content

1. About

Support Policy - experiment, share feedback, and help shape the future

This repository is part of an enablement project created by the Center of Excellence at Dynatrace. Our mission is to empower you to explore and adopt these resources to accelerate innovation. Support is community-driven and provided exclusively via GitHub Issues.

We will make every effort to assist and address reported problems, but please note:

  • The materials are provided “as-is”, without any warranties or guarantees.
  • Use of this technology is at your own discretion and risk.

We encourage you to experiment, share feedback, and help shape the future. Start building today!

dt-badge

This Codespace leverages the Dynatrace Enablement Framework, providing a robust and flexible development environment. Key features include:

  • Seamless operation within GitHub Codespaces, as a remote container, or locally via Docker.
  • Cross-compilation support for both AMD and ARM architectures, ensuring broad compatibility.
  • Adherence to industry standards and best practices to optimize the developer experience.
  • Real-time observability of Kubernetes clusters using Dynatrace Full-Stack monitoring.
  • Integrated Dynatrace MCP Server to deliver deep, actionable insights across distributed systems.

To learn more about the Dynatrace Enablement Framework and how it can enhance your development workflow, please refer to the official documentation

Overview#

This repository demonstrates how to build a secure, enterprise-grade AI agent is incapsulated within a simply Python application built using:

All of the observability telemetry of traces, logs, and metrics are collected using the Dynatrace distribution of the OpenTelemetry Collector for analysis within Dynatrace.

This diagram below depicts the setup consisting of:

  • Sample Python app - Used to generate prompts and send telemetry data to and OpenTelemetry Collector
  • OpenTelemetry Collector - Configured to send telemetry data to Dynatrace OTLP APIs
  • NVIDIA Build - free to use LLM models accessed via APIs and a Build API key
  • Tavily - Uses as Agentic tool to search the internet and accessed via APIs and a Build API key
  • Dynatrace - View and analyze OpenTelemetry metrics

Selfguided setup