Tyler Yahn
|
e39a02f568
|
Fix minor grammatical error in sdk/trace/internal/x README.md (#7211)
|
2025-08-18 10:44:47 +02:00 |
|
Robert Pająk
|
30a00f2103
|
Fix names in experimental readmes (#7106)
|
2025-07-30 15:51:06 +02:00 |
|
Matthieu MOREL
|
982391315f
|
chore: enable gocritic linter (#7095)
#### Description
Enable and fixes several rules from
[gocritic](https://golangci-lint.run/usage/linters/#gocritic) linter
---------
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
|
2025-07-29 09:20:32 -07:00 |
|
Robert Pająk
|
1737ab8666
|
docs: unify doc comments for functions returning bool (#7064)
Fixes https://github.com/open-telemetry/opentelemetry-go/issues/7063
If also fixes Go Doc comment for `SpanID.IsEmpty`.
The pattern is based on the way the Go standard library documents
functions returning a boolean.
|
2025-07-23 07:58:50 +02:00 |
|
Robert Pająk
|
186def7c56
|
sdk/trace: self-observability: span metrics (#7027)
Fixes https://github.com/open-telemetry/opentelemetry-go/issues/7003
Implement following self-observability metrics from
https://github.com/open-telemetry/semantic-conventions/blob/v1.36.0/docs/otel/sdk-metrics.md
for https://pkg.go.dev/go.opentelemetry.io/otel/sdk/trace:
- `otel.sdk.span.live`
- `otel.sdk.span.started`
|
2025-07-22 11:36:06 +02:00 |
|