This commit is contained in:
DingZQ
2025-02-15 15:27:34 +08:00
parent 6847b35813
commit 86cf0b1147

View File

@@ -1375,7 +1375,7 @@ def query_tags(bucket: str, measurement: str, client: InfluxDBClient=client) ->
for record in table.records:
tag_keys.append(record.get_value())
tag_keys
return tag_keys
# 示例调用
if __name__ == "__main__":