2 references to TimestampOptionName
aspire (2)
Agents\Hooks\AgentTelemetryHook.cs (1)
190
AgentTelemetryProtocol.
TimestampOptionName
, DateTimeOffset.UtcNow.ToString("yyyy-MM-ddTHH:mm:ssZ", CultureInfo.InvariantCulture),
Commands\AgentTelemetryCommand.cs (1)
87
private readonly Option<string?> _timestampOption = new(AgentTelemetryProtocol.
TimestampOptionName
)