Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.39 KB

File metadata and controls

41 lines (31 loc) · 1.39 KB

Dynatrace Tools

A collection of internal Dynatrace utilities hosted on GitHub Pages.

Live site: mark-dt.github.io

Tools

Tool File Description
Audit Log Analyser audit-log.html Query Dynatrace audit logs via API, filter results, and export to CSV
Extension Configurator extension-configurator.html Configure Dynatrace OneAgent extensions and deploy to entities
Dashboard Marketplace dashboards/index.html Browse and deploy pre-built dashboards to a Dynatrace tenant

Project Structure

index.html                    # Landing page
audit-log.html                # Audit Log Analyser
extension-configurator.html   # Extension Configurator
dashboards/
  index.html                  # Dashboard Marketplace
  js/main.js                  # Dashboard-specific utilities
  css/main.css                # Dashboard-specific styles
css/
  main.css                    # Shared Dynatrace-themed styles
  styles.css                  # Landing page component styles
js/
  main.js                     # Shared utilities (CSV export, JSON highlighting)
  script.js                   # Navigation helpers

Development

No build tools required. Open any HTML file in a browser or serve locally:

python3 -m http.server 8000

Deploy by pushing to master — GitHub Pages serves automatically.