Skip to content

Commit

Permalink
Drop /_metrics to x-internal
Browse files Browse the repository at this point in the history
  • Loading branch information
torcolvin committed Jan 20, 2025
1 parent df18184 commit b4ec751
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/api/metric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ servers:
paths:
/_ping:
$ref: ./paths/common/_ping.yaml
/_metrics:
$ref: ./paths/metric/_metrics.yaml

Check failure on line 38 in docs/api/metric.yaml

View workflow job for this annotation

GitHub Actions / OpenAPI Validation

Can't resolve $ref: ENOENT: no such file or directory '/github/workspace/docs/api/paths/metric/_metrics.yaml'

Check failure on line 38 in docs/api/metric.yaml

View workflow job for this annotation

GitHub Actions / OpenAPI Validation

Can't resolve $ref: ENOENT: no such file or directory '/github/workspace/docs/api/paths/metric/_metrics.yaml'

Check failure on line 38 in docs/api/metric.yaml

View workflow job for this annotation

GitHub Actions / OpenAPI Validation

Can't resolve $ref: ENOENT: no such file or directory '/github/workspace/docs/api/paths/metric/_metrics.yaml'

Check failure on line 38 in docs/api/metric.yaml

View workflow job for this annotation

GitHub Actions / OpenAPI Validation

Can't resolve $ref: ENOENT: no such file or directory '/github/workspace/docs/api/paths/metric/_metrics.yaml'
x-internal: true
/metrics:
$ref: ./paths/metric/metrics.yaml
/_expvar:
Expand Down

0 comments on commit b4ec751

Please sign in to comment.