mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-29 16:14:42 +00:00
feat(statsreporter): add railway platform detection (#8467)
This commit is contained in:
parent
ba2ed3ad22
commit
b50127b567
@ -106,6 +106,8 @@ func detectPlatform() string {
|
||||
return "render"
|
||||
case os.Getenv("COOLIFY_RESOURCE_UUID") != "":
|
||||
return "coolify"
|
||||
case os.Getenv("RAILWAY_SERVICE_ID") != "":
|
||||
return "railway"
|
||||
}
|
||||
|
||||
// Try to detect cloud provider through metadata endpoints
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user