Commit Graph

7 Commits

Author SHA1 Message Date
Tiffany Hrabusa 2a19d55c4c
[docs] Clean up internal observability docs (#10454)
#### Description
Now that
[4246](https://github.com/open-telemetry/opentelemetry.io/pull/4246),
[4322](https://github.com/open-telemetry/opentelemetry.io/pull/4322),
and [4529](https://github.com/open-telemetry/opentelemetry.io/pull/4529)
have been merged, and the new [Internal
telemetry](https://opentelemetry.io/docs/collector/internal-telemetry/)
and
[Troubleshooting](https://opentelemetry.io/docs/collector/troubleshooting/)
pages are live, it's time to clean up the underlying Collector repo docs
so that the website is the single source of truth.

I've deleted any content that was moved to the website, and linked to
the relevant sections where possible. I've consolidated what content
remains in the observability.md file and left troubleshooting.md and
monitoring.md as stubs that point to the website.

I also searched the Collector repo for cross-references to these files
and adjusted links where appropriate.

~~Note that this PR is blocked by
[4731](https://github.com/open-telemetry/opentelemetry.io/pull/4731).~~
EDIT: #4731 is merged and no longer a blocker.

<!-- Issue number if applicable -->
#### Link to tracking issue
Fixes #8886
2024-06-28 10:25:13 +02:00
Pablo Baeyens 0f47010c6d
[docs] Remove roadmap.md (#8888)
The roadmap.md was useful in the old times, but it has outlived its
usefulness and we should remove it. We have achieved the goals set in it
and we have not kept it updated so far, resorting instead to github
issues, milestones and the like.

Note that the ga-roadmap.md document remains, since we have not yet
achieved the goals set in it. We can discuss removing/updating it, but I
think this is best done in a separate PR.
2023-11-14 12:33:23 -08:00
Tigran Najaryan 6a84c42c6a
Restore Vision document (#764)
This was lost accidentally in https://github.com/open-telemetry/opentelemetry-collector/pull/581
2020-04-01 14:49:29 -04:00
Steve Flanders 2e549c4cdd
Beta README.md (#581)
Beta README.md
2020-03-23 13:18:53 -07:00
Tigran Najaryan 256ec415ba
Add long-term Roadmap document (#487)
It is important to have a document that describes in more detail our vision
and what we want to achieve and help to ensure all contributors work in alignment.
2020-01-09 13:29:10 -05:00
Tigran Najaryan 7609eaa71b
Rename OpenTelemetry Service to Collector in docs and comments (#354)
This begins implementation of https://github.com/open-telemetry/opentelemetry-service/issues/352
2019-09-19 11:46:11 -04:00
Tigran Najaryan 3a985dac5a Add Observability Vision document (#188)
* Add Observability Vision document

This is a guidance document that developers can consult with when
working on improving own observability of OpenTelemetry Service.

* PR fixes
2019-08-01 11:10:37 -07:00