Commit Graph

196 Commits

Author SHA1 Message Date
Joe Blubaugh 9ce9bd6cb5
Docs: OTLP is not the OpenTelemetry Line Protocol (#1270)
Most of the docs refer to OTLP and the OpenTelemetry Line Protocol, save docs/concepts/components.md
2022-04-03 21:50:02 -04:00
Severin Neumann d9528dde86
Remove unnecessary img tags and add missing alternative descriptions (#1221)
* Remove unnecessary img tags
* add title to logo.svg
2022-03-23 11:33:32 -04:00
Patrice Chalin 977b13756f
Concepts > Instr libs: copyedits (#1208) 2022-03-15 12:27:37 -04:00
Severin Neumann e9155ac05f
Add a note to 'Distributions' page to follow marketing and trademark guidelines (#1150)
* add a note to 'Distributions' page to follow marketing and trademark guidelines.

* Tweaked paragraph

Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com>
2022-02-24 15:31:50 -05:00
Justin Schell 344bd29cc6
Fix typo in Concepts > Components page (#1107) 2022-02-08 05:46:27 -05:00
Patrice Chalin f054f9b923
Java docs: fix redirects and rename files to use site convention (#1068) 2022-01-22 10:16:29 -05:00
David Duke 6faaf1a3e9
Update _index.md (#1020)
Grammar fix, verb form match with the subject.
2022-01-05 12:50:13 -05:00
Phillip Carter c9102ad368
Refresh go docs again (#1012)
* Refresh go docs again

* Update now that stuff's merged downstream

* update glossary link
2021-12-23 15:24:49 -05:00
Phillip Carter 89dc64e978
Refresh go docs and fix links (#1003) 2021-12-21 14:30:27 -05:00
Harold Dost 179e61d4e7
Update the references to the Collector Builder. (#994)
* 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>
2021-12-20 09:10:33 -05:00
roman-76 f22ac247eb
Update components.md (#986)
nit: typo
2021-12-16 13:33:50 -05:00
Phillip Carter 74b39ec909
Sorta redo the components page (#955)
* Sorta redo the components page

* Update proto link in glossary

* I suck at links

* Updates from code review
2021-12-02 09:44:06 -05:00
Patrice Chalin e5977a74c0
Move languages under /docs/instrumentation (#963) 2021-12-01 10:41:49 -05:00
Martin Kuba 24fa0bbf43
added Client-side apps to glossary (#961) 2021-11-24 11:40:29 -05:00
Phillip Carter e1143db853
Add Span Links to glossary (#923) 2021-11-16 12:15:39 -05:00
Patrice Chalin 91b6f561a0
Link to intra-site pages using a local reference (#924) 2021-11-16 10:36:31 -05:00
Patrice Chalin c81bbcd38d
Glossary: for Label, see Attribute (#914) 2021-11-15 10:55:42 -05:00
Patrice Chalin 32b9c7f2c1
Change spec refs so they link to spec section (#910) 2021-11-12 14:43:18 -05:00
Achyuth 5e4f3ffbff
Spelling correction (#877) 2021-11-02 09:19:16 -04:00
Stefano Frazzetto ca4092850f
Fix typos and improve page readability (#831)
I noticed a few typos here and there, and some sentences that could be rewritten to improve readability
2021-10-25 09:52:10 -04:00
Patrice Chalin 8b1716fa23
Fix top 404s (#851) 2021-10-21 09:27:06 -04:00
Alex Hong baf9594196
fix typo in instrumenting libraries (#818) 2021-10-12 21:57:31 -04:00
Patrick Peeters 85e9545963
Fix typos instrumenting-library.md (#819)
Change `you library` to `your library` on occassions.
2021-10-12 12:57:10 -04:00
Liudmila Molkova 032a2ebe8f
Add native library instrumentation guidance (#783)
* Add native instrumentation doc

* review

* Apply suggestions from code review

Co-authored-by: Sergey Kanzhelev <S.Kanzhelev@live.com>

* Add registry link, events, named tracers, minor improvements

Co-authored-by: Sergey Kanzhelev <S.Kanzhelev@live.com>
2021-10-01 16:48:20 -04:00
Patrice Chalin 05bcaadefe
Concepts > Data sources: copyedits (#777)
- Only use code font for API element names, otherwise use bold on first use of a term.
- Add "for more info" to new Baggage section
2021-09-24 13:26:43 -04:00
Gary White c2bc0bea7d
Add `Baggage` Signal to "Concepts" (#740)
* 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>
2021-09-24 10:55:14 -04:00
Jessica Kerr da5036b692
Fix or remove broken links to concepts/overview (#708)
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
2021-09-09 11:12:27 -04:00
Rodolfo Carvalho cc8bfbf524
distributions: Fix typo / grammar (#596) 2021-06-01 14:12:48 -07:00
Andrew Wichmann 20bbb1acd8
fix: typo. understand => understanding (#558) 2021-05-06 13:35:27 -04:00
Seyed Hossein Hosseini 7843c4f1a6
Fix a typo in the "glossary.md". (#553)
Changing "data oints" to "data points".
2021-04-23 10:26:25 -04:00
svoegeli d607e93b66
Fix broken Metrics SDK terminology link (#552)
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.
2021-04-19 19:43:11 -04:00
KeisukeYamashita 21f56859b3
Fix URL anchor to #trace-signal (#536) 2021-04-15 00:11:27 -07:00
KeisukeYamashita 011d38ecfe
Fix URL anchor to #log-signal (#535) 2021-04-15 00:11:15 -07:00
Serge Bishyr d3d3d17ddc
Fix URL anchor to #metric-signal (#530)
Seems that the #metric anchor in the URL is an outdated one and the new one should be #metric-signal
2021-04-12 16:46:42 -04:00
Harshita Srinivas b4cf044e9e
Updated dead links in glossary (#509)
* 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
2021-04-06 17:26:01 -04:00
Granville Schmidt 0489f71b02
fixed typo found in issue #465 (#466)
Signed-off-by: Granville Schmidt <1246157+gramidt@users.noreply.github.com>
2021-02-26 10:54:46 -05:00
Steve Flanders fb0fff07ee
Add Collector icons to documentation (#393)
* Add Collector icons to documentation

Also add reference architecture information.

* Fix links
2021-02-16 08:53:51 -05:00
Steve Flanders 8019e1c75a
Add initial distributions information (#391)
* Add initial distributions information

Addresses #381

* Add more info
2021-02-16 08:53:06 -05:00
Steve Flanders 16aff06510
Cleanup the component docs (#378)
* Cleanup the component docs

Mostly minor cleanup, clarification, or slight restructuring. Added
repository information for instrumentation libraries to compliment #334

* Address feedback
2021-02-15 09:46:11 -05:00
Bogdan Drutu 537434d3fb
Update org links to use main, prepare change to main branch (#366)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2021-01-29 16:39:26 -05:00
Louis DeLosSantos 8da1c0878b
Update what-is-opentelemetry.md (#363) 2021-01-21 10:25:22 -08:00
Noah Treuhaft 845133fd96
Fix a typo in data-source.md (#362) 2021-01-21 08:46:14 -05:00
Tom Bentley 998bc2d893
Fix typo (#339) 2020-12-10 10:04:04 -05:00
Jonah Kowall 543832dd2b
update components.md (#335)
I have added a paragraph to clarify the two builds for the collector and why they both exist.
2020-12-10 10:03:43 -05:00
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
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