Skip to content

Commit 6696eca

Browse files
authored
Merge branch 'main' into feat/add-language-python-index-pt
2 parents aed5e9e + c81613f commit 6696eca

File tree

238 files changed

+550
-466
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

238 files changed

+550
-466
lines changed

.cspell/en-words.txt

-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ quoteservice
111111
react-native-app
112112
recommendationservice
113113
redis
114-
relref
115114
Rexed
116115
runbook
117116
runbooks

.github/workflows/auto-update-community-members.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
auto-update-versions:
1111
name: Auto-update community members page
1212
runs-on: ubuntu-24.04
13-
# Remove the if statement below when testing againt a fork
13+
# Remove the if statement below when testing against a fork
1414
if: github.repository == 'open-telemetry/opentelemetry.io'
1515
steps:
1616
- name: Checkout

.github/workflows/auto-update-registry.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
auto-update-versions:
1111
name: Auto-update registry versions
1212
runs-on: ubuntu-20.04
13-
# Remove the if statement below when testing againt a fork
13+
# Remove the if statement below when testing against a fork
1414
if: github.repository == 'open-telemetry/opentelemetry.io'
1515
steps:
1616
- name: Checkout

.github/workflows/component-owners.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
contents: read
1111
issues: write
1212
pull-requests: write
13+
if: github.repository_owner == 'open-telemetry'
1314
steps:
1415
- uses: dyladan/[email protected]
1516
with:

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[submodule "content-modules/opentelemetry-specification"]
99
path = content-modules/opentelemetry-specification
1010
url = https://github.com/open-telemetry/opentelemetry-specification.git
11-
spec-pin = v1.40.0
11+
spec-pin = v1.41.0
1212
[submodule "content-modules/community"]
1313
path = content-modules/community
1414
url = https://github.com/open-telemetry/community

content/en/_index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ description: >-
55
observability
66
outputs:
77
- HTML
8-
- REDIRECTS # Include this `content/en` ONLY
8+
# Include the following for `content/en` ONLY
9+
- REDIRECTS
10+
- RSS
911
developer_note:
1012
The blocks/cover shortcode (used below) will use as a background image any
1113
image file containing "background" in its name.

content/en/blog/2023/exponential-histograms.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,13 @@ OpenTelemetry’s Exponential Histograms in Prometheus][]
190190
191191
_A version of this article was [originally posted][] to the author's blog._
192192
193-
<!-- prettier-ignore-start -->
194193
[Using OpenTelemetry’s Exponential Histograms in Prometheus]:
195194
https://www.youtube.com/watch?v=W2_TpDcess8
196-
[OTEP 149]: https://github.com/open-telemetry/oteps/blob/976c9395e4cbb3ea933d3b51589eba94b87a17bd/text/0149-exponential-histogram.md
197-
[specification for exponential histogram aggregations]: /docs/specs/otel/metrics/sdk/#base2-exponential-bucket-histogram-aggregation
198-
[Why Histograms?]: {{% relref "why-histograms" %}}
199-
[Histograms vs Summaries]: {{% relref "histograms-vs-summaries" %}}
195+
[OTEP 149]:
196+
https://github.com/open-telemetry/oteps/blob/976c9395e4cbb3ea933d3b51589eba94b87a17bd/text/0149-exponential-histogram.md
197+
[specification for exponential histogram aggregations]:
198+
/docs/specs/otel/metrics/sdk/#base2-exponential-bucket-histogram-aggregation
199+
[Why Histograms?]: ../why-histograms/
200+
[Histograms vs Summaries]: ../histograms-vs-summaries/
201+
200202
[originally posted]: {{% param canonical_url %}}
201-
<!-- prettier-ignore-end -->

content/en/blog/2023/histograms-vs-summaries/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Histograms vs Summaries
33
date: 2023-05-15
44
author: '[Daniel Dyla](https://github.com/dyladan)'
55
canonical_url: https://dyladan.me/histograms/2023/05/03/histograms-vs-summaries/
6-
cSpell:ignore: aggregatable Björn Ganesh Kovalov Rabenstein Ruslan Vernekar
6+
cSpell:ignore: aggregable Björn Ganesh Kovalov Rabenstein Ruslan Vernekar
77
---
88

99
In many ways, histograms and summaries appear quite similar. They both roll up
@@ -34,9 +34,9 @@ could be off by as much as 60ms (`360 - 300`), a relative error of 17%
3434
(`60 / 360`). This error can be mitigated by configuring more and smaller
3535
buckets around your SLO values, but never eliminated.
3636

37-
One important property of histograms is that they are _aggregatable_, meaning
38-
that as long as the bucket boundaries line up, an arbitrary number of histograms
39-
can be combined into a single histogram with no loss of data or precision. This
37+
One important property of histograms is that they are _aggregable_, meaning that
38+
as long as the bucket boundaries line up, an arbitrary number of histograms can
39+
be combined into a single histogram with no loss of data or precision. This
4040
means that an arbitrary number of hosts can report histogram data structures to
4141
a server, which can aggregate and compute quantiles from all of them as if they
4242
were reported by a single host. By collecting histograms from 1 or more hosts

content/en/blog/2023/humans-of-otel.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linkTitle: Humans of OTel
44
date: 2023-12-22
55
author: '[Adriana Villela](https://github.com/avillela) (Lightstep)'
66
# prettier-ignore
7-
cSpell:ignore: adiana alex aronoff bogdan boten caramanolis constance dapr drutu jacob juraci kanal kröhling paixāo purvi tyler utopic villela yahn youtube
7+
cSpell:ignore: alex aronoff bogdan boten caramanolis constance dapr drutu jacob juraci kanal kröhling paixāo purvi tyler utopic villela yahn youtube
88
---
99

1010
What a year it has been for OpenTelemetry!

content/en/blog/2023/otel-in-focus-09.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linkTitle: OTel in Focus 2023/09
44
date: 2023-10-01
55
author: '[Austin Parker](https://github.com/austinlparker)'
66
# prettier-ignore
7-
cSpell:ignore: attributesprocessor Autoscaler checkapi Contribfest coreinternal gopkg jaegerthrifthttp obsreport ottl resourcedetection resourceprocessor structs tailsampling ucum unmanaged
7+
cSpell:ignore: attributesprocessor Autoscaler checkapi Contribfest coreinternal jaegerthrifthttp obsreport ottl resourcedetection resourceprocessor structs tailsampling ucum unmanaged
88
---
99

1010
Welcome back to **OpenTelemetry in Focus** for September, 2023! The autumn winds

content/en/blog/2023/otel-in-focus-10.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linkTitle: OTel in Focus 2023/10
44
date: 2023-11-01
55
author: '[Austin Parker](https://github.com/austinlparker)'
66
# prettier-ignore
7-
cSpell:ignore: Contribfest distro dockerstats dockerstatsreceiver k8sclusterreceiver parquetexporter pdata Pekko receiver resourcetype signalfxexporter splunkhecexporter structs
7+
cSpell:ignore: Contribfest distro dockerstatsreceiver k8sclusterreceiver parquetexporter pdata Pekko resourcetype signalfxexporter splunkhecexporter structs
88
---
99

1010
Welcome back to **OpenTelemetry in Focus** for October, 2023! It's been another

content/en/blog/2024/_index.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
22
title: 2024
33
weight: -2024
4-
outputs: [HTML, RSS]
54
---

content/en/blog/2024/llm-observability.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title:
55
linkTitle: LLM Observability
66
date: 2024-06-04
77
author: '[Ishan Jain](https://github.com/ishanjainn) (Grafana)'
8-
cSpell:ignore: associated chatbots Ishan ishan_jainn ishanjainn Jain llm
8+
cSpell:ignore: chatbots Ishan ishan_jainn ishanjainn Jain llm
99
---
1010

1111
Large Language Models (LLMs) are really popular right now, especially

content/en/blog/2024/otel-generative-ai/index.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The [Semantic Conventions for Generative AI](/docs/specs/semconv/gen-ai/) focus
4848
on capturing insights into AI model behavior through three primary signals:
4949
[Traces](/docs/concepts/signals/traces/),
5050
[Metrics](/docs/concepts/signals/metrics/), and
51-
[Events](/docs/specs/otel/logs/event-api/).
51+
[Events](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.40.0/specification/logs/event-api.md).
5252

5353
Together, these signals provide a comprehensive monitoring framework, enabling
5454
better cost management, performance tuning, and request tracing.
@@ -74,13 +74,19 @@ model responses, providing a granular view of model interactions. These insights
7474
are invaluable for debugging and optimizing AI applications where unexpected
7575
behaviors may arise.
7676

77-
{{% alert title="Note" color="info" %}} Note that we decided to use
78-
[events emitted](/docs/specs/otel/logs/api/#emit-an-event) with the
77+
{{% alert title="Note" color="info" %}}
78+
79+
Note that we decided to use [events emitted] with the
7980
[Logs API](/docs/specs/otel/logs/api/) specification in the Semantic Conventions
8081
for Generative AI. Events allows for us to define specific
8182
[semantic conventions](/docs/specs/semconv/general/events/) for the user prompts
8283
and model responses that we capture. This addition to the API is in development
83-
and considered unstable.{{% /alert %}}
84+
and considered unstable.
85+
86+
[events emitted]:
87+
https://github.com/open-telemetry/opentelemetry-specification/blob/v1.40.0/specification/logs/api.md#emit-an-event
88+
89+
{{% /alert %}}
8490

8591
### Extending Observability with Vendor-Specific Attributes
8692

content/en/blog/2024/prometheus-compatibility-survey/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,10 @@ existing conventions.
175175

176176
For the most part, this feedback aligns with the future plans in the
177177
OpenTelemetry and Prometheus communities. The OpenTelemetry semantic conventions
178-
SIG is working on stabilizing conventions for a a wide variety of
179-
instrumentation. The OpenTelemetry Prometheus interoperability SIG is working on
180-
incorporating the results of this survey into the compatibility specification.
181-
The Prometheus community has
178+
SIG is working on stabilizing conventions for a wide variety of instrumentation.
179+
The OpenTelemetry Prometheus interoperability SIG is working on incorporating
180+
the results of this survey into the compatibility specification. The Prometheus
181+
community has
182182
[ambitious plans](https://prometheus.io/blog/2024/03/14/commitment-to-opentelemetry/)
183183
to add support for OpenTelemetry concepts.
184184

content/en/blog/2025/_index.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: 2025
33
weight: -2025
4-
outputs: [HTML, RSS]
54
---
65

76
## Happy New Year!

content/en/blog/_index.md

+12-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
---
22
title: Blog
33
menu: { main: { weight: 50 } }
4-
redirects:
5-
# Every January, update the year number in the paths below
6-
- { from: '', to: '2024/ 302!' }
7-
# Workaround to https://github.com/open-telemetry/opentelemetry.io/issues/4440:
8-
- { from: 'index.xml', to: '2024/index.xml 302!' }
94
outputs: [HTML, RSS]
105
htmltest:
116
# 2024-11-07 DO NOT COPY the following IgnoreDirs to non-en pages because it handles all locales.
@@ -14,4 +9,16 @@ htmltest:
149
- ^(../)?blog/(\d+/)?page/\d+
1510
# Ignore old blog posts
1611
- ^(../)?blog/20(19|21|22|23)/
12+
description: OpenTelemetry blog
1713
---
14+
15+
<script>
16+
document.addEventListener("DOMContentLoaded", function () {
17+
if (window.location.pathname.includes('/page/')) return;
18+
19+
var checkbox = document.getElementById("m-blog2025-check");
20+
if (checkbox) checkbox.checked = true;
21+
checkbox = document.getElementById("m-blog2024-check");
22+
if (checkbox) checkbox.checked = true;
23+
});
24+
</script>

content/en/docs/collector/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Collector
33
description: Vendor-agnostic way to receive, process and export telemetry data.
44
aliases: [collector/about]
55
cascade:
6-
vers: 0.117.0
6+
vers: 0.118.0
77
weight: 270
88
---
99

0 commit comments

Comments
 (0)