Skip to content

Commit

Permalink
feat: add supported_providers in LogPluginMetadataModel
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyungSong committed Mar 17, 2023
1 parent 8c57644 commit 2f931c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/spaceone/monitoring/model/plugin_metadata_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ class MetricPluginMetadataModel(Model):
class LogPluginMetadataModel(Model):
required_keys = ListType(StringType)
view = DictType(BaseType)
supported_providers = ListType(StringType)

0 comments on commit 2f931c2

Please sign in to comment.