Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.61 KB

File metadata and controls

34 lines (24 loc) · 1.61 KB

Ecosystem Explorer Documentation

This directory contains documentation for the OpenTelemetry Ecosystem Explorer project. It includes guides, references, and resources to help users understand and contribute to the project.

Also reference the project wiki for additional information.

Component Overview Diagram

Documentation

New contributors: Start with CONTRIBUTING.md for quick setup.

Understanding the system:

Deployment: The web app deploys automatically to production when changes merge to main. Registry updates run nightly via GitHub Actions.

Project Guiding Principles

  • Leverage automation as much as possible
  • Reduce burden/overhead on maintainers as much as possible
  • Keep maintenance burden and operational overhead of the web application low
    • Avoid backend servers/databases and use static hosting/CDN where possible
  • Prioritize responsiveness, accessibility and localization from the start