Skip to content

Commit 4505054

Browse files
authored
[CI] Update pkgs, including Hugo to 0.138.0; use new comment shortcode (#5573)
1 parent 268d082 commit 4505054

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

content/en/docs/collector/internal-telemetry.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,20 @@ Prometheus exporter, regardless of their origin, are prefixed with `otelcol_`.
257257
This includes metrics from both Collector components and instrumentation
258258
libraries. {{% /alert %}}
259259

260-
<!---To compile this list, configure a Collector instance to emit its own metrics to the localhost:8888/metrics endpoint. Select a metric and grep for it in the Collector core repository. For example, the `otelcol_process_memory_rss` can be found using:`grep -Hrn "memory_rss" .` Make sure to eliminate from your search string any words that might be prefixes. Look through the results until you find the .go file that contains the list of metrics. In the case of `otelcol_process_memory_rss`, it and other process metrics can be found in https://github.com/open-telemetry/opentelemetry-collector/blob/31528ce81d44e9265e1a3bbbd27dc86d09ba1354/service/internal/proctelemetry/process_telemetry.go#L92. Note that the Collector's internal metrics are defined in several different files in the repository.--->
260+
{{% comment %}}
261+
262+
To compile this list, configure a Collector instance to emit its own metrics to
263+
the localhost:8888/metrics endpoint. Select a metric and grep for it in the
264+
Collector core repository. For example, the `otelcol_process_memory_rss` can be
265+
found using:`grep -Hrn "memory_rss" .` Make sure to eliminate from your search
266+
string any words that might be prefixes. Look through the results until you find
267+
the .go file that contains the list of metrics. In the case of
268+
`otelcol_process_memory_rss`, it and other process metrics can be found in
269+
<https://github.com/open-telemetry/opentelemetry-collector/blob/31528ce81d44e9265e1a3bbbd27dc86d09ba1354/service/internal/proctelemetry/process_telemetry.go#L92>.
270+
Note that the Collector's internal metrics are defined in several different
271+
files in the repository.
272+
273+
{{% /comment %}}
261274

262275
#### `basic`-level metrics
263276

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@
113113
"ajv-errors": "^3.0.0",
114114
"ajv-formats": "^3.0.1",
115115
"autoprefixer": "^10.4.20",
116-
"cspell": "^8.15.5",
116+
"cspell": "^8.16.0",
117117
"gulp": "^5.0.0",
118-
"hugo-extended": "0.136.5",
118+
"hugo-extended": "0.138.0",
119119
"js-yaml": "^4.1.0",
120-
"markdown-link-check": "^3.12.2",
120+
"markdown-link-check": "^3.13.6",
121121
"markdownlint": "^0.36.1",
122122
"postcss-cli": "^11.0.0",
123123
"prettier": "^3.3.3",
@@ -134,8 +134,8 @@
134134
"@opentelemetry/auto-instrumentations-web": "^0.42.0",
135135
"@opentelemetry/context-zone": "^1.27.0",
136136
"@opentelemetry/core": "^1.27.0",
137-
"@opentelemetry/exporter-trace-otlp-http": "^0.54.0",
138-
"@opentelemetry/instrumentation": "^0.54.0",
137+
"@opentelemetry/exporter-trace-otlp-http": "^0.54.2",
138+
"@opentelemetry/instrumentation": "^0.54.2",
139139
"@opentelemetry/resources": "^1.27.0",
140140
"@opentelemetry/sdk-trace-base": "^1.27.0",
141141
"@opentelemetry/sdk-trace-web": "^1.27.0",
@@ -144,7 +144,7 @@
144144
},
145145
"optionalDependencies": {
146146
"netlify-cli": "^17.37.2",
147-
"npm-check-updates": "^17.1.9"
147+
"npm-check-updates": "^17.1.10"
148148
},
149149
"enginesComment": "Ensure that engines.node value stays consistent with the project's .nvmrc",
150150
"engines": {

0 commit comments

Comments
 (0)