Commit Graph

8 Commits

Author SHA1 Message Date
Guspan Tanadi 12d8ab1106
[docs] Fix links `syslist.go` (#12388)
#### Description
2025-02-14 15:50:35 +00:00
Bogdan Drutu 59c083f830
Mark useOtelWithSDKConfigurationForInternalTelemetry as stable (#11202)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2024-09-18 06:52:21 -07:00
Alex Boten f1fe602ee7
Document collector's internal telemetry (#10695)
This documents is to provide guidelines for component authors when
making decisions about what the telemetry of their components should
look like in order to provide a consistent experience to end users.

---------

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Co-authored-by: Daniel Jaglowski <jaglows3@gmail.com>
Co-authored-by: Pablo Baeyens <pbaeyens31+github@gmail.com>
2024-08-20 11:37:05 -07:00
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
Alex Boten 834413537b
[telemetry] mark useOtelForInternalMetrics stable (#9102)
This marks the flag as stable. Leaving this as a draft until v0.92.0 is
released.

Closes https://github.com/open-telemetry/opentelemetry-collector/issues/8962
Fixes https://github.com/open-telemetry/opentelemetry-collector/issues/816

---------

Signed-off-by: Alex Boten <aboten@lightstep.com>
2024-01-16 15:38:21 -08:00
Alex Boten c1ec4f3fa6
add docs on how to use feature gates to enable OTLP export (#8797)
This documents how users can enable OTLP export for internal collector
telemetry. NOTE: This feature is all still behind feature gates and
subject to change

Signed-off-by: Alex Boten <aboten@lightstep.com>
2023-11-03 12:56:42 -07: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