Skip to content

Commit

Permalink
error.type and db.response.status_code all dbs
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Feb 21, 2025
1 parent 276c1b6 commit 7454b42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
import static java.util.Collections.singleton;

import io.opentelemetry.instrumentation.api.incubator.semconv.db.SqlClientAttributesGetter;
import io.vertx.pgclient.PgException;
import java.util.Collection;
import javax.annotation.Nullable;
import io.vertx.pgclient.PgException;

public enum VertxSqlClientAttributesGetter
implements SqlClientAttributesGetter<VertxSqlClientRequest, Void> {
Expand Down

0 comments on commit 7454b42

Please sign in to comment.