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: instrumentation/logback/logback-appender-1.0/library/src/logstashMarkerTest/java/io/opentelemetry/instrumentation/logback/appender/v1_0/LogstashMarkerTest.java
Copy file name to clipboardExpand all lines: instrumentation/logback/logback-appender-1.0/library/src/logstashStructuredArgsTest/java/io/opentelemetry/instrumentation/logback/appender/v1_0/LogstashStructuredArgsTest.java
Copy file name to clipboardExpand all lines: instrumentation/logback/logback-appender-1.0/library/src/main/java/io/opentelemetry/instrumentation/logback/appender/v1_0/OpenTelemetryAppender.java
+3-13Lines changed: 3 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -190,30 +190,20 @@ public void setCaptureArguments(boolean captureArguments) {
190
190
* Sets whether the Logstash attributes should be set to logs.
191
191
*
192
192
* @param captureLogstashAttributes To enable or disable capturing Logstash attributes
193
-
* @deprecated Use {@link #setCaptureLogstashStructuredArguments(boolean)} instead. This method is
193
+
* @deprecated Use {@link #setCaptureLogstashMarkerAttributes(boolean)} instead. This method is
194
194
* deprecated and will be removed in a future release.
0 commit comments