Skip to content

Commit

Permalink
sync instance change
Browse files Browse the repository at this point in the history
  • Loading branch information
azhou-datadog committed Dec 20, 2024
1 parent 967a6db commit 1e3bbd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class TempdbFileSpaceUsageMetrics(BaseModel):
arbitrary_types_allowed=True,
frozen=True,
)
enabled: Optional[bool] = Field(None, examples=[False])
enabled: Optional[bool] = Field(None, examples=[True])


class XeMetrics(BaseModel):
Expand Down

0 comments on commit 1e3bbd5

Please sign in to comment.