From a2e600f97bee0c22fa0181060aaff82bda666fbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=85=E6=B0=94=E7=9A=84=E5=A4=9A=E5=95=A6A=E6=A2=A6?= Date: Sat, 20 Jul 2024 23:16:55 +0800 Subject: [PATCH 1/2] Update internal-telemetry.md (#4852) Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Co-authored-by: Phillip Carter --- content/en/docs/collector/internal-telemetry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/collector/internal-telemetry.md b/content/en/docs/collector/internal-telemetry.md index 2c4190b4a205..b86e113405f2 100644 --- a/content/en/docs/collector/internal-telemetry.md +++ b/content/en/docs/collector/internal-telemetry.md @@ -193,7 +193,7 @@ categorized by instrumentation type. | Metric name | Description | Type | | ------------------------------------------------------ | --------------------------------------------------------------------------------------- | --------- | -| `otelcol_exporter_enqueue_failed_`
`log_records` | Number of spans that exporter(s) failed to enqueue. | Counter | +| `otelcol_exporter_enqueue_failed_`
`log_records` | Number of logs that exporter(s) failed to enqueue. | Counter | | `otelcol_exporter_enqueue_failed_`
`metric_points` | Number of metric points that exporter(s) failed to enqueue. | Counter | | `otelcol_exporter_enqueue_failed_`
`spans` | Number of spans that exporter(s) failed to enqueue. | Counter | | `otelcol_exporter_queue_capacity` | Fixed capacity of the retry queue, in batches. | Gauge | From abe6c1e3837600bd39d5fbb28fb5099f6228c9ae Mon Sep 17 00:00:00 2001 From: Haidong Ji Date: Mon, 22 Jul 2024 02:46:40 -0500 Subject: [PATCH 2/2] Typo fix isNativ to isNative (#4856) --- layouts/partials/ecosystem/registry/entry.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/partials/ecosystem/registry/entry.html b/layouts/partials/ecosystem/registry/entry.html index 488269f342f4..7107e29ac8ba 100644 --- a/layouts/partials/ecosystem/registry/entry.html +++ b/layouts/partials/ecosystem/registry/entry.html @@ -48,7 +48,7 @@ "icon" "fab fa-rust") -}} - {{ $isNativ := and (eq .registryType "instrumentation") (.isNative) }} + {{ $isNative := and (eq .registryType "instrumentation") (.isNative) }} {{ $isFirstParty := and (eq .registryType "instrumentation") (.isFirstParty) }} {{ $currentTime := (time now) -}} {{ $delta := $currentTime.Sub (time.AsTime .createdAt) -}} @@ -64,7 +64,7 @@ {{ if $isNew -}} {{ $highlightStyle = "border-info" -}} {{ end -}} - {{ if $isNativ -}} + {{ if $isNative -}} {{ $highlightStyle = "border-success" -}} {{ end -}} {{ if $isFirstParty -}} @@ -87,7 +87,7 @@

{{ if $isNew -}} new {{ end -}} - {{ if $isNativ -}} + {{ if $isNative -}} native {{ end -}} {{ if $isFirstParty -}} @@ -205,4 +205,4 @@

Quick Install
{{- end -}} - {{ end -}} \ No newline at end of file + {{ end -}}