mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-20 05:23:44 +00:00
Update Proxy heartbeat & logging (#502)
This commit is contained in:
@ -403,6 +403,9 @@ class ProxyConfig(BaseModel):
|
||||
notification: str
|
||||
region: Region
|
||||
forwards: List[Forward]
|
||||
instrumentation_key: Optional[str]
|
||||
telemetry_key: Optional[str]
|
||||
instance_id: UUID
|
||||
|
||||
|
||||
class ProxyHeartbeat(BaseModel):
|
||||
|
Reference in New Issue
Block a user