Skip to content

Commit

Permalink
Renaming the field Tags to Attributes (#92)
Browse files Browse the repository at this point in the history
* Renaming Tags to Attributes
  • Loading branch information
varsha-abhinandan authored Oct 6, 2023
1 parent 0b2334e commit 7e82382
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("org.hypertrace.repository-plugin") version "0.4.0"
id("org.hypertrace.ci-utils-plugin") version "0.3.0"
id("org.hypertrace.jacoco-report-plugin") version "0.2.0" apply false
id("org.hypertrace.jacoco-report-plugin") version "0.2.1" apply false
id("org.hypertrace.docker-java-application-plugin") version "0.9.0" apply false
id("org.hypertrace.docker-publish-plugin") version "0.9.0" apply false
id("org.hypertrace.integration-test-plugin") version "0.2.0" apply false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ commands = [
fqn: Span.attributes.tags,
key: spanTags,
value_kind: TYPE_STRING_MAP,
display_name: Tags,
display_name: Attributes,
scope: EVENT,
sources: [QS],
type: ATTRIBUTE,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ commands = [
fqn: Api.Trace.tags,
key: tags,
value_kind: TYPE_STRING_MAP,
display_name: Tags,
display_name: Attributes,
scope: API_TRACE,
sources: [QS],
type: ATTRIBUTE,
Expand Down

0 comments on commit 7e82382

Please sign in to comment.