Skip to content

Commit

Permalink
remove nls
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed Feb 4, 2025
1 parent 0eb1118 commit 4568a4f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions holmes/plugins/toolsets/newrelic.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ def invoke(self, params: Any) -> str:
def get_parameterized_one_liner(self, params) -> str:
return f"newrelic GetLogs(app='{params.get('app')}', since='{params.get('since')}')"



class GetTraces(BaseNewRelicTool):
def __init__(self, toolset: "NewRelicToolset"):
super().__init__(
Expand Down Expand Up @@ -133,7 +131,6 @@ def get_parameterized_one_liner(self, params) -> str:
return f"newrelic GetTraces(trace_id='{params.get('trace_id')}')"
return f"newrelic GetTraces(duration={params.get('duration')})"


class NewrelicConfig(BaseModel):
nr_api_key: Optional[str] = None
nr_account_id: Optional[str] = None
Expand Down

0 comments on commit 4568a4f

Please sign in to comment.