Skip to content

Commit f1b3e81

Browse files
authored
Merge branch 'main' into feat/add-doc-pt-observability-primer
2 parents 73a97e4 + 5d26b8a commit f1b3e81

File tree

332 files changed

+3375
-1365
lines changed

Some content is hidden

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

332 files changed

+3375
-1365
lines changed

.cspell.yml

+29-156
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
# For settings, see
33
# https://www.streetsidesoftware.com/vscode-spell-checker/docs/configuration/
44
version: '0.2'
5+
language: en-US
6+
import:
7+
- '@cspell/dict-es-es/cspell-ext.json'
8+
- '@cspell/dict-pt-br/cspell-ext.json'
59
caseSensitive: true
610
ignorePaths:
711
- '*.svg'
8-
- 'vendors.yaml'
9-
# words here are only listed for their spelling, if there is a certain way
10-
# to write a word (e.g. OpenTelemetry vs Opentelemetry or cloud native vs
11-
# cloud-native), edit the text-lint rules in .textlintrc.yml
12+
- vendors.yaml
13+
- content/ja
14+
- content/zh
1215
patterns:
1316
- name: CodeBlock
1417
pattern: |
@@ -22,156 +25,26 @@ languageSettings:
2225
- languageId: markdown
2326
ignoreRegExpList:
2427
- CodeBlock
25-
words:
26-
- accountingservice
27-
- actix
28-
- adservice
29-
- alibaba
30-
- Alloc
31-
- Alolita
32-
- APAC
33-
- appdynamics
34-
- appender
35-
- appenders
36-
- aspecto
37-
- autoconfiguration
38-
- autoconfigure
39-
- autoinstrumentation
40-
- autoload
41-
- autoloaded
42-
- autoloader
43-
- autoloading
44-
- backoff
45-
- caml
46-
- cartservice
47-
- cassandra
48-
- checkoutservice
49-
- Chronosphere
50-
- classpath
51-
- cncf
52-
- currencyservice
53-
- daemonset
54-
- datadog
55-
- declarators
56-
- discoverability
28+
dictionaryDefinitions:
29+
- name: en-words
30+
path: .cspell/en-words.txt
31+
- name: es-palabras
32+
path: .cspell/es-palabras.txt
33+
- name: pt-palavras
34+
path: .cspell/pt-palavras.txt
35+
dictionaries:
36+
# Natural languages
37+
- es-es
38+
- pt-br
39+
# Local word lists
40+
- en-words
41+
- es-palabras
42+
- pt-palavras
43+
# Programming languages and software terms
44+
- cpp
5745
- dotnet
58-
- Dyla
59-
- dynatrace
60-
- emailservice
61-
- EMEA
62-
- erlang
63-
- errorf
64-
- featureflagservice
65-
- frauddetectionservice
66-
- frontendproxy
67-
- github
68-
- gitpod
69-
- grafana
70-
- gzipped
71-
- Hausenblas
72-
- hugo
73-
- initializers
74-
- instana
75-
- istio
76-
- jaeger
77-
- jaegertracing
78-
- javaagent
79-
- javadoc
80-
- jboss
81-
- jdbc
82-
- julia
83-
- Juraci
84-
- knative
85-
- kotlin
86-
- Kröhling
87-
- kubecon
88-
- kubernetes
89-
- laravel
90-
- lifecycles
91-
- lightstep
92-
- linux
93-
- Loffay
94-
- Mancuso
95-
- microservices
96-
- mongodb
97-
- mysql
98-
- ndjson
99-
- netlify
100-
- Neumann
101-
- nginx
102-
- ocaml
103-
- opamp
104-
- opencensus
105-
- opensearch
106-
- opentelemetry
107-
- opentracing
108-
- openzipkin
109-
- OSTIF
110-
- otel
111-
- otel-comms
112-
- otel-endusers
113-
- otelcol
114-
- otep
115-
- otlp
116-
- outro
117-
- overridable
118-
- packagist
119-
- pageinfo
120-
- Paixão
121-
- parentbased
122-
- Pavol
123-
- paymentservice
124-
- pluggable
125-
- postgresql
126-
- Pranay
127-
- Prateek
128-
- prepper
129-
- Println
130-
- productcatalogservice
131-
- prometheus
132-
- proto
133-
- protobuf
134-
- quantile
135-
- quantiles
136-
- quarkus
137-
- quoteservice
138-
- recommendationservice
139-
- redis
140-
- relref
141-
- Rexed
142-
- roadmap
143-
- runtimes
144-
- Rynn
145-
- semconv
146-
- servlet
147-
- Severin
148-
- Sharma
149-
- shippingservice
150-
- shortcode
151-
- snmp
152-
- Socha
153-
- sqlite
154-
- Stalnaker
155-
- stdoutmetric
156-
- Strimzi
157-
- subdir
158-
- symfony
159-
- tabpane
160-
- textlint
161-
- thanos
162-
- tocstop
163-
- tracecontext
164-
- traceidratio
165-
- traceloop
166-
- traceparent
167-
- traefik
168-
- Trask
169-
- uids
170-
- unsampled
171-
- unshallow
172-
- upstreamed
173-
- Villela
174-
- wordpress
175-
- WSGI
176-
- zend
177-
- zipkin
46+
- golang
47+
- node
48+
- softwareTerms
49+
# Other
50+
- companies

.cspell/en-words.txt

+139
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
# Words listed here are only for their spelling. If there is a certain way to
2+
# capitalize the word, add capitalization rules to text-lint rules in
3+
# .textlintrc.yml
4+
5+
accountingservice
6+
actix
7+
adservice
8+
alibaba
9+
Alolita
10+
APAC
11+
appdynamics
12+
appender
13+
appenders
14+
aspecto
15+
autoconfiguration
16+
autoinstrumentation
17+
autoloaded
18+
autoloader
19+
autoloading
20+
backoff
21+
caml
22+
cartservice
23+
cassandra
24+
checkoutservice
25+
Chronosphere
26+
classpath
27+
cncf
28+
comms
29+
currencyservice
30+
daemonset
31+
datadog
32+
discoverability
33+
dotnet
34+
Dyla
35+
dynatrace
36+
emailservice
37+
EMEA
38+
erlang
39+
errorf
40+
featureflagservice
41+
frauddetectionservice
42+
frontendproxy
43+
github
44+
gitpod
45+
grafana
46+
Hausenblas
47+
hugo
48+
initializers
49+
instana
50+
istio
51+
jaeger
52+
jaegertracing
53+
javaagent
54+
javadoc
55+
jboss
56+
jdbc
57+
julia
58+
Juraci
59+
knative
60+
kotlin
61+
Kröhling
62+
kubecon
63+
kubernetes
64+
laravel
65+
lifecycles
66+
lightstep
67+
Loffay
68+
Mancuso
69+
microservices
70+
mongodb
71+
ndjson
72+
Neumann
73+
nginx
74+
ocaml
75+
opamp
76+
opencensus
77+
opensearch
78+
opentelemetry
79+
opentracing
80+
openzipkin
81+
OSTIF
82+
otel
83+
otel-comms
84+
otel-endusers
85+
otelcol
86+
otep
87+
otlp
88+
packagist
89+
pageinfo
90+
Paixão
91+
parentbased
92+
Pavol
93+
paymentservice
94+
postgresql
95+
Pranay
96+
Prateek
97+
prepper
98+
productcatalogservice
99+
prometheus
100+
proto
101+
protobuf
102+
quantile
103+
quantiles
104+
quarkus
105+
quoteservice
106+
recommendationservice
107+
redis
108+
relref
109+
Rexed
110+
Rynn
111+
semconv
112+
servlet
113+
Severin
114+
Sharma
115+
shippingservice
116+
Socha
117+
Stalnaker
118+
stdoutmetric
119+
Strimzi
120+
symfony
121+
tabpane
122+
textlint
123+
thanos
124+
tocstop
125+
tracecontext
126+
traceidratio
127+
traceloop
128+
traceparent
129+
traefik
130+
Trask
131+
uids
132+
unsampled
133+
unshallow
134+
upstreamed
135+
Villela
136+
wordpress
137+
WSGI
138+
zend
139+
zipkin

.cspell/es-palabras.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
observabilidad
2+
telemetría

.cspell/pt-palavras.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
desserializa

.github/component-label-map.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ lang:pt:
1818
- changed-files:
1919
- any-glob-to-any-file:
2020
- content/pt/**
21+
lang:es:
22+
- changed-files:
23+
- any-glob-to-any-file:
24+
- content/es/**
2125
sig:cpp:
2226
- changed-files:
2327
- any-glob-to-any-file:
@@ -36,7 +40,7 @@ sig:java:
3640
- any-glob-to-any-file:
3741
- content/en/docs/languages/java/**
3842
- content/en/docs/zero-code/java/**
39-
sig:js:
43+
sig:javascript:
4044
- changed-files:
4145
- any-glob-to-any-file:
4246
- content/en/docs/languages/js/**

.github/component-owners.yml

+3
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,6 @@ components:
7777
content/pt:
7878
- open-telemetry/docs-maintainers
7979
- open-telemetry/docs-pt-approvers
80+
content/es:
81+
- open-telemetry/docs-maintainers
82+
- open-telemetry/docs-es-approvers

.github/workflows/check-spelling.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13+
- uses: actions/setup-node@v4
14+
with:
15+
node-version-file: .nvmrc
16+
- run: npm run _install:dict --ignore-scripts
1317
- uses: streetsidesoftware/cspell-action@v6
1418
with:
1519
# Files should be consistent with check:spelling files
1620
files: |
17-
content/en
21+
content
1822
data
1923
layouts/**/*.md
2024
config: .cspell.yml

0 commit comments

Comments
 (0)