Skip to content

Commit

Permalink
trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpatel96 committed May 6, 2024
1 parent 52e2091 commit 38a2e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .chloggen/datatype-type-interface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ change_type: enhancement
component: component

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "Change Type to an interface, the new types ComponentType and DataType now implement it."
note: "Change Type to an interface, introduce the new types ComponentType and DataType now implement it."

# One or more tracking issues or pull requests related to the change
issues: [9429]
Expand All @@ -16,7 +16,7 @@ issues: [9429]
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext: |
Creates ComponentType and DataType - ComponentType represents the names of components and DataType is an enum for Traces,Logs, and Metrics.
Creates ComponentType and DataType - ComponentType represents the names of components and DataType is an enum for Traces,Logs, and Metrics (and future signal types!).
NewType will now automatically create a DataType instead of ComponentType for the strings "traces", "logs", and "metrics". In addition, ID's zero value now contains a null value for Type - since it is now an interface."
Expand Down

0 comments on commit 38a2e96

Please sign in to comment.