Skip to content

Commit

Permalink
Query transaction indices in getEnvironments()
Browse files Browse the repository at this point in the history
  • Loading branch information
dgieselaar committed Jul 1, 2020
1 parent b180c1b commit 83326f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export const getEnvironments = async ({
index: [
indices['apm_oss.metricsIndices'],
indices['apm_oss.errorIndices'],
indices['apm_oss.metricsIndices'],
indices['apm_oss.transactionIndices'],
],
body: {
size: 0,
Expand Down

0 comments on commit 83326f2

Please sign in to comment.