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 2f931c2 commit d74b765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spaceone/monitoring/model/plugin_metadata_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class TemplateModel(Model):
class MetricPluginMetadataModel(Model):
supported_stat = ListType(StringType, required=True)
required_keys = ListType(StringType)
supported_providers = ListType(StringType)


class LogPluginMetadataModel(Model):
Expand Down

0 comments on commit d74b765

Please sign in to comment.