We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2774d commit 618284dCopy full SHA for 618284d
server/src/main/java/org/opensearch/wlm/WorkloadGroupThreadContextStatePropagator.java
@@ -18,8 +18,8 @@
18
* This class is used to propagate WorkloadGroup related headers to request and nodes
19
*/
20
public class WorkloadGroupThreadContextStatePropagator implements ThreadContextStatePropagator {
21
- // TODO: move this constant to WorkloadGroupService class once the WorkloadGroup monitoring framework PR is ready
22
- public static List<String> PROPAGATED_HEADERS = List.of("queryGroupId");
+
+ public static List<String> PROPAGATED_HEADERS = List.of(WorkloadGroupTask.WORKLOAD_GROUP_ID_HEADER);
23
24
/**
25
* @param source current context transient headers
0 commit comments