Skip to content

Commit

Permalink
fix: few typo comments
Browse files Browse the repository at this point in the history
  • Loading branch information
maximepln committed Sep 28, 2023
1 parent b11b099 commit 40e86d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/providers/opensearch.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# OpenSearh
# OpenSearch

## Backend

Using the `OpenSearch` backend class, you can query any metrics available in OpenSearchBackend to create an SLO.
Using the `OpenSearch` backend class, you can query any metrics available in OpenSearch to create an SLO.

```yaml
backends:
Expand All @@ -26,7 +26,7 @@ backends:
- https://localhost:9201
```

The following method is available to compute SLOs with the `OpenSearch` backend:
The following method is available to compute SLOs with the `open_search` backend:

* `good_bad_ratio` method is used to compute the ratio between two metrics:

Expand Down

0 comments on commit 40e86d0

Please sign in to comment.