You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,19 @@ cc_binary(
31
31
)
32
32
```
33
33
34
+
#### Docs
35
+
36
+
cpp2sky configration is based on protobuf, and docs are generated by [protodoc](https://github.com/etcd-io/protodoc). If you have any API change, you should run below.
cpp2sky provides simple configuration for tracer. API docs are available at `docs/README.md`.
39
47
The detail information is described in [official protobuf definition](https://github.com/apache/skywalking-data-collect-protocol/blob/master/language-agent/Tracing.proto#L57-L67).
| instance_name | Instance name | string | string |
11
+
| address | OAP address. | string | string |
12
+
| token | OAP token. | string | string |
13
+
| delayed_buffer_size | The size of buffer it stores pending messages. | uint32 | uint32 |
14
+
| ignore_operation_name_suffix | If the operation name of the first span is included in this set, this segment should be ignored. | (slice of) string | (slice of) string |
15
+
| cds_request_interval | CDS sync request interval. If this value is zero, CDS feature will be disabled. | uint32 | uint32 |
0 commit comments