Replies: 1 comment
-
Please add more details. What are you auditing? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looking at the documentation I see the use of azureCosmosDataProvider, how do I get the AzureCosmosDataProvider? From DI?
IQueryable query = azureCosmosDataProvider.QueryEvents()
.Where(ev => ev.Environment.MachineName == "HP")
.OrderByDescending(ev => ev.Duration)
.Take(10);
Beta Was this translation helpful? Give feedback.
All reactions