Skip to content

Commit

Permalink
rename event reference
Browse files Browse the repository at this point in the history
  • Loading branch information
vordimous committed May 8, 2024
1 parent 6e8621b commit 1ece567
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
4 changes: 2 additions & 2 deletions src/.vuepress/sidebar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ export const enSidebar = sidebar({
link: "telemetry/",
children: [
{
text: "Logs",
link: "logs.md",
text: "Events",
link: "events.md",
},
{
text: "Metrics",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
---
shortTitle: Logs
description: Zilla runtime telemetry logs
shortTitle: Events
description: Zilla runtime telemetry events
category:
- Telemetry
tag:
- Logs
- Events
---

# Telemetry Logs
# Telemetry Events

Named events logged by Zilla.
Named events from Zilla that can be exported and logged.

:::: note Properties

- [Catalog Errors](#catalog-errors)
- [Filesystem Errors](#filesystem-errors)
- [Guard Errors](#guard-errors)
- [HTTP Access](#http-access)
- [Kafka Errors](#kafka-errors)
Expand All @@ -28,16 +27,14 @@ Named events logged by Zilla.

### Catalog Errors

> REMOTE_ACCESS_REJECTED :method :url :status
A remote access error happened in the schema registry catalog.

### Filesystem Errors

> FILE_NOT_FOUND :location
No file was found at the specified location.

> REMOTE_ACCESS_REJECTED :method :url :status
A remote access error happened in the schema registry catalog.

### Guard Errors

> AUTHORIZATION_FAILED :identity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tag:

# Stdout Exporter

The Zilla runtime stdout exporter publishes telemetry [logs](../logs.md) to the application standard out.
The Zilla runtime stdout exporter logs telemetry [events](../events.md) to the application standard out.

```yaml
exporters:
Expand Down

0 comments on commit 1ece567

Please sign in to comment.