Skip to content

Commit

Permalink
Update from fluxninja/aperture
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxninjaops committed Dec 15, 2023
1 parent 201c8f8 commit c7b5671
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ private String handleSuper2API(spark.Request req, spark.Response res) {
Map<String, String> labels = new HashMap<>();

// business logic produces labels
labels.put("key", "value");
labels.put("userId", "some_user_id");
labels.put("userTier", "gold");
labels.put("priority", "100");

Boolean rampMode = false;

Expand Down

0 comments on commit c7b5671

Please sign in to comment.