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
|`/logs`| Exposes log events in JSON format. Each event contains a timestamp, metadata and the event content. |
71
71
|`/metrics`| Exposes metrics events in JSON format. Each metric contains name, metadata, metric type and labels (dimensions). |
72
-
|`/traces`| Exposes traces events in JSON format. Each trace contains a name, resource spans, spans, attributes, events information, and so on. |
72
+
|`/traces`| Exposes trace events in JSON format. Each trace contains a name, resource spans, spans, attributes, events information, and so on. |
73
73
74
-
The following example generates dummy log events which will be consuming by using `curl` HTTP command line client:
74
+
The following example generates dummy log events for consumption by using `curl` HTTP command line client:
75
75
76
-
1. Configure and start Fluent Bit
76
+
1. Configure and start Fluent Bit.
77
77
78
78
{% tabs %}
79
79
{% tab title="fluent-bit.yaml" %}
@@ -138,7 +138,7 @@ Vivo-Stream-End-ID: 3
138
138
139
139
### Streams and IDs
140
140
141
-
As mentioned previously, each stream buffers a `chunk` that contains `N` events, each chunk contains its own ID which is unique inside the stream.
141
+
As mentioned previously, each stream buffers a `chunk` that contains `N` events, with each chunk containing its own ID that's unique inside the stream.
142
142
143
143
After receiving the HTTP response, Vivo Exporter also reports the range of chunk IDs that were served in the response using the HTTP headers `Vivo-Stream-Start-ID` and `Vivo-Stream-End-ID`.
0 commit comments