Skip to content

Commit 2769c5b

Browse files
committed
feat(postgres): add error_logs collector
Add error_logs collector that starts immediately without DB connection. Exports error_logs_receiver for loki.source.file integration.
1 parent 807ff00 commit 2769c5b

File tree

6 files changed

+1153
-11
lines changed

6 files changed

+1153
-11
lines changed

docs/sources/reference/compatibility/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,10 @@ The following components, grouped by namespace, _export_ Loki `LogsReceiver`.
234234

235235
<!-- START GENERATED SECTION: EXPORTERS OF Loki `LogsReceiver` -->
236236

237+
{{< collapse title="database_observability" >}}
238+
- [database_observability.postgres](../components/database_observability/database_observability.postgres)
239+
{{< /collapse >}}
240+
237241
{{< collapse title="loki" >}}
238242
- [loki.echo](../components/loki/loki.echo)
239243
- [loki.enrich](../components/loki/loki.enrich)

docs/sources/reference/components/database_observability/database_observability.postgres.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ Replace the following:
230230
`database_observability.postgres` has exports that can be consumed by the following components:
231231

232232
- Components that consume [Targets](../../../compatibility/#targets-consumers)
233+
- Components that consume [Loki `LogsReceiver`](../../../compatibility/#loki-logsreceiver-consumers)
233234

234235
{{< admonition type="note" >}}
235236
Connecting some components may not be sensible or components may require further configuration to make the connection work correctly.

0 commit comments

Comments
 (0)