Skip to content

Commit e767d5a

Browse files
authored
Remove trailing comma (#17390)
1 parent 4c6e814 commit e767d5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ray/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ metadata:
7070
"ray": {
7171
"instances": [
7272
{
73-
"openmetrics_endpoint": "http://%%host%%:8080",
73+
"openmetrics_endpoint": "http://%%host%%:8080"
7474
}
7575
]
7676
}
@@ -192,4 +192,4 @@ Need help? Contact [Datadog support][9].
192192
[11]: https://github.com/DataDog/integrations-core/blob/master/ray/datadog_checks/ray/data/conf.yaml.example#L59-L105
193193
[12]: https://docs.ray.io/en/latest/ray-observability/user-guides/configure-logging.html
194194
[13]: https://docs.datadoghq.com/agent/kubernetes/log/#setup
195-
[14]: https://docs.datadoghq.com/agent/kubernetes/log/#configuration
195+
[14]: https://docs.datadoghq.com/agent/kubernetes/log/#configuration

0 commit comments

Comments
 (0)