Commit Graph

861 Commits

Author SHA1 Message Date
Steve Flanders b0bb309664
Add more concepts (#306)
* 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.
2020-11-10 09:32:51 -05:00
John Watson f3ddb187dd
update the versions referenced in the auto-instrumentation docs (#315) 2020-11-09 21:36:47 -05:00
John Watson ace8c99d7e
Update the docs for the 0.10.0 APIs. (#313) 2020-11-09 18:00:55 -05:00
Steve Flanders b243d59d01
Add link to Java Inst Snapshot (#310)
Also fixing header issue
2020-11-09 10:32:28 -05:00
Steve Flanders 77bcd8b0a2
Add initial Java documentation (#304)
* 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>
2020-11-09 09:29:41 -05:00
Steve Flanders b83f1d0d00
Add concepts section (#293)
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
2020-11-05 09:29:17 -05:00
Steve Flanders f143fa166b
Update Collector documentation (#291)
* 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
2020-11-03 11:43:24 -05:00
Albert 89dd294fb5
Fix example paths (#280)
* Fix example paths

The paths to `main.go` and `otel-config.yaml` have changed. This PR fixes the paths in the documentation.

* Update binary path
2020-10-23 12:07:03 -04:00
Albert a301c2a203
Update link to Jaeger (#272)
jaeger-opentelemetry-collector has been archived, and the link to jaeger within the archived repo is broken anyway.
2020-10-22 11:23:32 -04:00
Austin Parker b88302b7cd
Fix blog link (#275)
* 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
2020-10-21 19:36:55 -07:00
Austin Parker 2b4c3ebd9f
Site Refresh (#247)
- Switch to Docsy theme.
- Refactor content architecture to prep for docs
2020-10-16 13:04:06 -04:00