Skip to content

Commit

Permalink
more nits
Browse files Browse the repository at this point in the history
  • Loading branch information
steveny91 committed Nov 18, 2024
1 parent d341291 commit 67b4629
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nvidia_nim/assets/configuration/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ files:
openmetrics_endpoint.required: true
openmetrics_endpoint.value.example: http://localhost:8000/metrics
openmetrics_endpoint.description: |
Endpoint exposing the Nvidia NIM's Prometheus metrics. For more information refer to:
Endpoint exposing the NVIDIA NIM's Prometheus metrics. For more information refer to:
https://docs.nvidia.com/nim/large-language-models/latest/observability.html
2 changes: 1 addition & 1 deletion nvidia_nim/datadog_checks/nvidia_nim/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def _submit_version_metadata(self):
}
self.set_metadata('version', version_raw, scheme='semver', part_map=version_parts)
else:
self.log.debug("Invalid Nvidia NIM release format: %s", version)
self.log.debug("Invalid NVIDIA NIM release format: %s", version)

def check(self, instance):
super().check(instance)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ init_config:
instances:

## @param openmetrics_endpoint - string - required
## Endpoint exposing the Nvidia NIM's Prometheus metrics. For more information refer to:
## Endpoint exposing the NVIDIA NIM's Prometheus metrics. For more information refer to:
## https://docs.nvidia.com/nim/large-language-models/latest/observability.html
#
- openmetrics_endpoint: http://localhost:8000/metrics
Expand Down

0 comments on commit 67b4629

Please sign in to comment.