我在哪里可以找到 API 管理日志字段的列表
Where I can find list of API Management logging fields
我使用文章将 APIM 记录器配置为 EventHub
https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs
在示例中,给出了一些字段。
DateTime.UtcNow, context.Deployment.ServiceName, context.RequestId, context.Request.IpAddress
我想配置更多像谁是推荐人、结果、时间等。
我在哪里可以找到完整的字段列表?
我使用文章将 APIM 记录器配置为 EventHub
https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs
在示例中,给出了一些字段。
DateTime.UtcNow, context.Deployment.ServiceName, context.RequestId, context.Request.IpAddress
我想配置更多像谁是推荐人、结果、时间等。
我在哪里可以找到完整的字段列表?