2 references to AgentEventTimestamp
aspire (1)
Commands\AgentTelemetryCommand.cs (1)
140AddIfValid(tags, TelemetryConstants.Tags.AgentEventTimestamp, parseResult.GetValue(_timestampOption), IsValidTimestamp);
Aspire.Cli.Tests (1)
Commands\AgentTelemetryCommandTests.cs (1)
44Assert.Equal("2026-01-01T00:00:00Z", tags[TelemetryConstants.Tags.AgentEventTimestamp]);