Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class EventsExceptionInfo(Model):
:type outer_type: str
:param outer_method: The outer method of the exception
:type outer_method: str
:param outer_assembly: The outer assmebly of the exception
:param outer_assembly: The outer assembly of the exception
:type outer_assembly: str
:param outer_message: The outer message of the exception
:type outer_message: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class EventsExceptionInfo(Model):
:type outer_type: str
:param outer_method: The outer method of the exception
:type outer_method: str
:param outer_assembly: The outer assmebly of the exception
:param outer_assembly: The outer assembly of the exception
:type outer_assembly: str
:param outer_message: The outer message of the exception
:type outer_message: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def get_multiple(

def get_metadata(
self, app_id, custom_headers=None, raw=False, **operation_config):
"""Retrieve metric metatadata.
"""Retrieve metric metadata.

Gets metadata describing the available metrics.

Expand Down