We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 161bacf commit ae6e0e7Copy full SHA for ae6e0e7
opentelemetry-semantic-conventions/src/opentelemetry/semconv/_incubating/attributes/db_attributes.py
@@ -504,8 +504,8 @@ class DbSystemValues(Enum):
504
505
506
@deprecated(
507
- reason="Deprecated in favor of stable :py:const:`opentelemetry.semconv.attributes.db_attributes.DbSystemNameValues`."
508
-) # type: ignore
+ "Deprecated in favor of stable :py:const:`opentelemetry.semconv.attributes.db_attributes.DbSystemNameValues`."
+)
509
class DbSystemNameValues(Enum):
510
OTHER_SQL = "other_sql"
511
"""Some other SQL database. Fallback only."""
0 commit comments