* add a note to 'Distributions' page to follow marketing and trademark guidelines.
* Tweaked paragraph
Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com>
* Update the references to the Collector Builder.
The tool now lives the in the collector repository.
Signed-off-by: Harold Dost <harolddost@gmail.com>
* collector: Add information about the distributions.
* Make clear where exactly someone can download a compile Collector.
* Add information about building a custom distribution mostly by
reference to the builder and to the opentelemetry-collector-releases
repository.
Signed-off-by: Harold Dost <harolddost@gmail.com>
* Add `Baggage` Signal to "Concepts"
Resolves#711
* Update data-sources.md
* Add missing space between wordds
Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com>
That page clearly existed once, and doesn't now.
I replaced the ones I could find, and removed the link for "resource" since I can't find a good definition of that in the docs anymore.
Addresses #627
The Metrics SDK Terminology link points to a non-existent page (sdk.md). This proposed change would link to the Metrics specification list for now, which shows that the Metrics SDK is not available yet. As soon as the SDK page is available and the metrics specification list gets updated, this link will still get people to the right place, and it could be updated later to link directly to the metrics SDK page once it exists.
* Update glossary.md
* Update glossary.md
* Update glossary.md
* Update glossary.md
* Update _index.md
* Update _index.md
* Added logo
* Adde image alt text and logo
* Added alt text and content edit
* added alt text
* Added alt text
* added logo alt text
* Improved content
* added alt text
* Added logo alt text
* Cleanup the component docs
Mostly minor cleanup, clarification, or slight restructuring. Added
repository information for instrumentation libraries to compliment #334
* Address feedback
* 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.
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