* Add more concepts
- Merge docs and overview documentation into new data sources page
- Add a what is OpenTelemetry page
- Move common instrumentation documentation to new instrumenting page
- Add a data collection page
Also move collector introduction section of getting started guide to
main collector page.
* Add initial Java documentation
This will supersede documentation currently captured in README. Separate
PRs will address this.
TODOs for future PRs:
- Exporters
- Sampling
Co-authored-by: snyder114 <31932630+snyder114@users.noreply.github.com>
In an attempt to make it easier for people to understand what data
sources OpenTelemetry supports as well as the various components, I
added a concepts section. In addition, created a glossary within this
new section (addresses #193). The idea was to provide basic information
and link to authoritative resources as much as possible.
CREDIT: The information included pulls from the prior work of other
including:
- OpenTelemetry READMEs
- OpenCensus documentation
- Kubernetes documentation structure
* Update Collector documentation
Attempt to make things clearer:
- collector-contrib is a superset of collector
- Demonstrate the same component can be defined multiple times
- Receivers/Exporter support push and pull based mechanisms
- Rename collector service to gateway
- Ensure receiver, processor and exporter sections are up to date
- Add proxy information
* update registry
* fix search elements not taking full width
* update colors/tagging
* add collector note
* add docsy
* refactor wip
* disable link check for now
* WIP
* progress
* initial work on pulling registry into theme
* dress up registry (filters broken)
* migrate about/community to new theme
* fixup registry,
* add link to registry page
* remove old layouts
* syncing
* point blog to medium for now
* remove docs accidentally added
* readd linkcheck