Skip to content

Commit 617cdb8

Browse files
authored
Remove extra space in metrics fixture (#20408)
* Remove extra space in metrics fixture * Fix caddy tests
1 parent 70291c5 commit 617cdb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

teleport/tests/docker/caddy/fixtures/metrics/get.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ teleport_cache_events{cache_component="auth"} 21
780780
teleport_cache_events{cache_component="node"} 11
781781
teleport_cache_events{cache_component="proxy"} 20
782782
# HELP teleport_cache_stale_events Number of stale events received by a Teleport service cache. A high percentage of stale events can indicate a degraded backend.
783-
# TYPE teleport_cache_stale_events counter
783+
# TYPE teleport_cache_stale_events counter
784784
teleport_cache_stale_events {cache_component="auth"} 1
785785
teleport_cache_stale_events {cache_component="node"} 2
786786
teleport_cache_stale_events {cache_component="proxy"} 3

teleport/tests/fixtures/metrics.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ teleport_cache_events{cache_component="auth"} 21
775775
teleport_cache_events{cache_component="node"} 11
776776
teleport_cache_events{cache_component="proxy"} 20
777777
# HELP teleport_cache_stale_events Number of stale events received by a Teleport service cache. A high percentage of stale events can indicate a degraded backend.
778-
# TYPE teleport_cache_stale_events counter
778+
# TYPE teleport_cache_stale_events counter
779779
teleport_cache_stale_events {cache_component="auth"} 1
780780
teleport_cache_stale_events {cache_component="node"} 2
781781
teleport_cache_stale_events {cache_component="proxy"} 3

0 commit comments

Comments
 (0)