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: content/en/blog/2023/opamp-status/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ want to use OpAMP both as an collector extension, with limited functionality, as
53
53
well as as an (collector-external) supervisor that implements a broader set of
54
54
OpAMP capabilities.
55
55
56
-
{{% alert title="Note" color="info" %}} For a deeper dive, see
56
+
{{% alert title="Note" %}} For a deeper dive, see
57
57
[OpAMP for OpenTelemetry Collector document](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/cmd/opampsupervisor/specification),
58
58
which describes how to implement both options while minimizing code duplication.
59
59
{{% /alert %}}
@@ -113,7 +113,7 @@ to be deployed by the OpenTelemetry Operator:
113
113
114
114

115
115
116
-
{{% alert title="Note" color="info" %}} Currently, we don't have support for
116
+
{{% alert title="Note" %}} Currently, we don't have support for
117
117
deployment via Helm chart, however, if you'd like to contribute to this, you're
Copy file name to clipboardExpand all lines: content/en/blog/2024/collecting-otel-compliant-java-logs-from-files/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ This blog post shows how to set up this solution step by step.
50
50
51
51
## Configure Java application to output OTLP/JSON logs
52
52
53
-
{{% alert title="Note" color="info" %}}
53
+
{{% alert title="Note" %}}
54
54
55
55
Blog post instructions can easily get outdated. In case of issues, check this
56
56
[sample application deployed on Kubernetes](https://github.com/open-telemetry/opentelemetry-java-examples/blob/main/logging-k8s-stdout-otlp-json/README.md),
@@ -100,7 +100,7 @@ The `-Dotel.logs.exporter=experimental-otlp/stdout` JVM argument and the
100
100
environment variable `OTEL_LOGS_EXPORTER="experimental-otlp/stdout"` can be used
101
101
interchangeably.
102
102
103
-
{{% alert title="Note" color="info" %}}
103
+
{{% alert title="Note" %}}
104
104
105
105
The OTLP logs exporter is experimental and subject to change. Check the
0 commit comments