Skip to content

Commit

Permalink
Resolve PR reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandShivansh committed Jun 18, 2024
1 parent 2c9f3db commit a51d5d7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
import java.time.Instant;
import org.hypertrace.core.graphql.common.schema.id.Identifiable;

@GraphQLDescription("Exclude span rules are the set of rules created using filters based on span attributes based on which we exclude spans at source from reaching the platform")
@GraphQLName(ExcludeSpanRule.TYPE_NAME)
@GraphQLDescription(
"Exclude span rules are the set of rules created using filters on span attributes based on which we exclude spans at source from reaching the platform")
public interface ExcludeSpanRule extends Identifiable, ExcludeSpanRuleInfo {
String TYPE_NAME = "ExcludeSpanRule";

Expand Down

0 comments on commit a51d5d7

Please sign in to comment.