Skip to content

Commit

Permalink
doc: fix incorrect item number in accesslog design doc (#1854)
Browse files Browse the repository at this point in the history
* doc: fix incorrect item number in accesslog design doc

Signed-off-by: sh2 <shawnhxh@outlook.com>

* change ordered list to unordered list

Signed-off-by: sh2 <shawnhxh@outlook.com>

---------

Signed-off-by: sh2 <shawnhxh@outlook.com>
Co-authored-by: Xunzhuo <bitliu@tencent.com>
  • Loading branch information
shawnh2 and Xunzhuo authored Sep 5, 2023
1 parent a0769d6 commit cc5be74
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/latest/design/accesslog.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ type OpenTelemetryEnvoyProxyAccessLog struct {

### Example

1. The following is an example to disable access log.
- The following is an example to disable access log.

```yaml mdox-exec="sed '1,12d' examples/kubernetes/accesslog/disable-accesslog.yaml"
apiVersion: config.gateway.envoyproxy.io/v1alpha1
Expand All @@ -136,7 +136,7 @@ spec:
disable: true
```
2. The following is an example with text format access log.
- The following is an example with text format access log.
```yaml mdox-exec="sed '1,12d' examples/kubernetes/accesslog/text-accesslog.yaml"
apiVersion: config.gateway.envoyproxy.io/v1alpha1
Expand All @@ -158,7 +158,7 @@ spec:
path: /dev/stdout
```
1. The following is an example with json format access log.
- The following is an example with json format access log.
```yaml mdox-exec="sed '1,12d' examples/kubernetes/accesslog/json-accesslog.yaml"
apiVersion: config.gateway.envoyproxy.io/v1alpha1
Expand All @@ -181,7 +181,7 @@ spec:
path: /dev/stdout
```
1. The following is an example with OpenTelemetry format access log.
- The following is an example with OpenTelemetry format access log.
```yaml mdox-exec="sed '1,12d' examples/kubernetes/accesslog/otel-accesslog.yaml"
apiVersion: config.gateway.envoyproxy.io/v1alpha1
Expand All @@ -206,7 +206,7 @@ spec:
k8s.cluster.name: "cluster-1"
```
1. The following is an example of sending same format to different sinks.
- The following is an example of sending same format to different sinks.
```yaml mdox-exec="sed '1,12d' examples/kubernetes/accesslog/multi-sinks.yaml"
apiVersion: config.gateway.envoyproxy.io/v1alpha1
Expand Down

0 comments on commit cc5be74

Please sign in to comment.