Skip to content

Commit

Permalink
Remove metric limit for Avi Vantage (#14167)
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhan289 authored Mar 15, 2023
1 parent c9d13f9 commit 0db5a35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions avi_vantage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ No additional installation is needed on your server.

2. [Restart the Agent][5].

**Note**: This check has a limit of 2000 metrics per instance. To see the number of returned metrics, run the Datadog Agent [status command][6]. You can specify the metrics you are interested in by editing the configuration. If you need to monitor more metrics, [contact Datadog support][9].

### Validation

[Run the Agent's status subcommand][6] and look for `avi_vantage` under the Checks section.
Expand Down
2 changes: 2 additions & 0 deletions avi_vantage/datadog_checks/avi_vantage/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
class AviVantageCheck(OpenMetricsBaseCheckV2, ConfigMixin):
__NAMESPACE__ = "avi_vantage"

DEFAULT_METRIC_LIMIT = 0

def __init__(self, name, init_config, instances):
super(AviVantageCheck, self).__init__(name, init_config, instances)
# Required for storing the auth cookie
Expand Down

0 comments on commit 0db5a35

Please sign in to comment.