Skip to content

Commit

Permalink
Merge branch 'main' into spring-starter-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger authored Jul 22, 2024
2 parents 7fb0b3b + abe6c1e commit ae6d814
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/collector/internal-telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ categorized by instrumentation type.

| Metric name | Description | Type |
| ------------------------------------------------------ | --------------------------------------------------------------------------------------- | --------- |
| `otelcol_exporter_enqueue_failed_`<br>`log_records` | Number of spans that exporter(s) failed to enqueue. | Counter |
| `otelcol_exporter_enqueue_failed_`<br>`log_records` | Number of logs that exporter(s) failed to enqueue. | Counter |
| `otelcol_exporter_enqueue_failed_`<br>`metric_points` | Number of metric points that exporter(s) failed to enqueue. | Counter |
| `otelcol_exporter_enqueue_failed_`<br>`spans` | Number of spans that exporter(s) failed to enqueue. | Counter |
| `otelcol_exporter_queue_capacity` | Fixed capacity of the retry queue, in batches. | Gauge |
Expand Down
8 changes: 4 additions & 4 deletions layouts/partials/ecosystem/registry/entry.html
Original file line number Diff line number Diff line change
Expand Up @@ -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) -}}
Expand All @@ -64,7 +64,7 @@
{{ if $isNew -}}
{{ $highlightStyle = "border-info" -}}
{{ end -}}
{{ if $isNativ -}}
{{ if $isNative -}}
{{ $highlightStyle = "border-success" -}}
{{ end -}}
{{ if $isFirstParty -}}
Expand All @@ -87,7 +87,7 @@ <h4 class="card-title mb-0 d-flex flex-row">
{{ if $isNew -}}
<span class="badge rounded-pill text-bg-info"><i class="fa-regular fa-star"></i> new</span>
{{ end -}}
{{ if $isNativ -}}
{{ if $isNative -}}
<span class="badge rounded-pill text-bg-success text-white"><i class="fa-solid fa-puzzle-piece"></i> native</span>
{{ end -}}
{{ if $isFirstParty -}}
Expand Down Expand Up @@ -205,4 +205,4 @@ <h6><i class="fa-solid fa-forward"></i> Quick Install</h6>
{{- end -}}
</div>
</li>
{{ end -}}
{{ end -}}

0 comments on commit ae6d814

Please sign in to comment.