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
* Represents a Grafana Loki <a href="https://grafana.com/docs/loki/v3.4.x/get-started/overview/#loki-overview">stream</a>.
4
5
* Top-level log interface.
5
-
* Single stream has fixed label values.
6
+
* <p>
7
+
* Single stream has fixed {@link Labels}.
8
+
* <p>
9
+
* Optionally, custom <a href="https://grafana.com/docs/loki/v3.4.x/get-started/labels/structured-metadata/">structured metadata</a> may be added to the particular log entry.
6
10
*/
7
11
publicinterfaceILogStream {
8
12
9
13
/**
10
14
* Thread-safe method used to write log messages to a stream.
11
15
*
12
-
* @param timestampMs Usually System.currentTimeMillis().
13
-
* @param line Log content.
16
+
* @param timestampMs Usually System.currentTimeMillis().
0 commit comments