Skip to content

Commit

Permalink
ref: Add Rails 7 Health Endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT authored Oct 7, 2024
1 parent 52bc345 commit d368f32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions relay-filter/src/transaction_name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ mod tests {
"*/health",
"*/healthz",
"*/ping",
"*/up",
]
.map(|val| val.to_string())
.to_vec();
Expand Down Expand Up @@ -88,6 +89,8 @@ mod tests {
"123/health",
"123/healthz",
"123/ping",
"/up",
"123/up",
];

for name in transaction_names {
Expand Down Expand Up @@ -119,6 +122,7 @@ mod tests {
"delivery",
"notready",
"already",
"/upload",
];
let config = _get_config();

Expand Down

0 comments on commit d368f32

Please sign in to comment.