Skip to content

Commit 2473503

Browse files
committed
Merge branch 'main' of https://github.com/open-telemetry/opentelemetry.io into refactor-java-api
2 parents b8f0ec6 + 12fb856 commit 2473503

File tree

522 files changed

+2912
-446
lines changed

Some content is hidden

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

522 files changed

+2912
-446
lines changed

.cspell/en-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ adservice
88
alibaba
99
Alolita
1010
APAC
11+
apidocs
1112
appdynamics
1213
appender
1314
appenders

.cspell/pt-palavras.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
desserializa
22
autoinstrumentação
33
autoconsistentes
4+
serialização
5+
verbosidade

.htmltest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ CheckMailto: false
88
TestFilesConcurrently: true
99
IgnoreDirs:
1010
- ^blog/(\d+/)?page/\d+
11+
# TODO drop after https://github.com/open-telemetry/opentelemetry.io/issues/5267 is fixed:
12+
- zh/docs/contributing/pr-checks
1113
IgnoreInternalURLs: # list of paths
1214
IgnoreURLs: # list of regexs of paths or URLs to be ignored
1315
- ^((/..)?/docs/languages/\w+|\.\.)/(api|examples|registry)/$

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
!/layouts/shortcodes
88
/layouts/shortcodes/*
99
!/layouts/shortcodes/docs
10+
/layouts/shortcodes/pt
1011

1112
/content/ja
1213
/content/zh

content/en/api-docs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: API Documentation
33
linkTitle: Docs
4-
cSpell:ignore: apidocs
54
---
65

76
{{% blocks/section color="white" %}}

content/en/blog/2023/otel-arrow/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ repository that supports this protocol. This protocol, designed to complement
2424
the OTLP protocol in situations with substantial telemetry data volumes, has
2525
been under discussion and development for two years. It represents a
2626
collaborative effort between [F5](https://f5.com),
27-
[ServiceNow Cloud Observability](https://www.servicenow.com/products/observability.html)
28-
, and numerous technical leaders from the OpenTelemetry community (see
27+
[ServiceNow Cloud Observability](https://www.servicenow.com/products/observability.html),
28+
and numerous technical leaders from the OpenTelemetry community (see
2929
[donation](https://github.com/open-telemetry/community/issues/1332)). The
3030
compression benefits are significant, demonstrating a **40% improvement
3131
compression efficiency** for the majority of workloads and even greater

content/en/blog/2024/otel-arrow-production/index.md

Lines changed: 418 additions & 0 deletions
Large diffs are not rendered by default.
151 KB
Loading

content/en/blog/2024/otel-operator-q-and-a/index.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ is a
2020
that manages OTel for you in your Kubernetes cluster to make life a little
2121
easier. It does the following:
2222

23-
- Manages deployment of the
24-
[OpenTelemetry Collector](http://localhost:1313/docs/collector/), supported by
25-
the
23+
- Manages deployment of the [OpenTelemetry Collector](/docs/collector/),
24+
supported by the
2625
[`OpenTelemetryCollector`](https://github.com/open-telemetry/opentelemetry-operator?tab=readme-ov-file#getting-started)
2726
[custom resource (CR)](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/).
2827
- Manages the configuration of a fleet of OpenTelemetry Collectors via
@@ -42,8 +41,7 @@ cool things, so I thought it might be helpful to share some little OTel Operator
4241
goodies that I’ve picked up along the way, in the form of a Q&A.
4342

4443
Please note that this post assumes that you have some familiarity with
45-
OpenTelemetry, the
46-
[OpenTelemetry Collector](http://localhost:1313/docs/collector/), the
44+
OpenTelemetry, the [OpenTelemetry Collector](/docs/collector/), the
4745
[OpenTelemetry Operator](https://github.com/open-telemetry/opentelemetry-operator)
4846
(including the
4947
[Target Allocator](https://adri-v.medium.com/prometheus-opentelemetry-better-together-41dc637f2292)),

0 commit comments

Comments
 (0)