Skip to content

Commit

Permalink
Fix kong port expectation in fixtures (#4480)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Mar 15, 2024
1 parent 3366983 commit c086186
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,8 +1,8 @@
resource_metrics:
- attributes:
http.scheme: http
net.host.port: "8001"
service.instance.id: localhost:8001
net.host.port: "18001"
service.instance.id: localhost:18001
service.name: kong
scope_metrics:
- instrumentation_scope:
Expand Down

0 comments on commit c086186

Please sign in to comment.