Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1176,6 +1176,6 @@ We're continuously working to improve our Quickstart examples and value your fee
Join the discussion in our [discord channel](https://discord.com/channels/778680217417809931/953427615916638238).

## Next steps
Visit [this](https://docs.dapr.io/operations/resiliency/resiliency-overview//) link for more information about Dapr resiliency.
Visit [this](https://docs.dapr.io/operations/resiliency/resiliency-overview/) link for more information about Dapr resiliency.

{{< button text="Explore Dapr tutorials >>" page="getting-started/tutorials/_index.md" >}}
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ For this example, you will need:

### Step 1: Set up the environment

Clone the [sample provided in the Quickstarts repo](hhttps://github.com/dapr/quickstarts/tree/master/secrets_management/javascript/sdk).
Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/secrets_management/javascript/sdk).

```bash
git clone https://github.com/dapr/quickstarts.git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ For this example, you will need:

### Step 1: Set up the environment

Clone the [sample provided in the Quickstarts repo](hhttps://github.com/dapr/quickstarts/tree/master/state_management/go/sdk).
Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/state_management/go/sdk).

```bash
git clone https://github.com/dapr/quickstarts.git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:

## Configuring metrics for error codes

You can enable additional metrics for [Dapr API error codes](https://docs.dapr.io/reference/api/error_codes/) by setting `spec.metrics.recordErrorCodes` to `true`. Dapr APIs which communicate back to their caller may return standardized error codes. [A new metric called `error_code_total` is recorded]({{% ref errors-overview.md %}}), which allows monitoring of error codes triggered by application, code, and category. See [the `errorcodes` package](https://github.com/dapr/dapr/blob/master/pkg/messages/errorcodes/errorcodes.go) for specific codes and categories.
You can enable additional metrics for [Dapr API error codes](https://docs.dapr.io/developing-applications/error-codes/) by setting `spec.metrics.recordErrorCodes` to `true`. Dapr APIs which communicate back to their caller may return standardized error codes. [A new metric called `error_code_total` is recorded]({{% ref errors-overview.md %}}), which allows monitoring of error codes triggered by application, code, and category. See [the `errorcodes` package](https://github.com/dapr/dapr/blob/master/pkg/messages/errorcodes/errorcodes.go) for specific codes and categories.

Example configuration:
```yaml
Expand Down
2 changes: 1 addition & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ params:
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
user:
- name: YouTube
url: https://www.youtube.com/@darpdev
url: https://www.youtube.com/@daprdev
icon: fab fa-youtube
desc: Subscribe to our YouTube channel
- name: LinkedIn
Expand Down