Skip to content

Commit

Permalink
fixed typo in telemetry record latency
Browse files Browse the repository at this point in the history
  • Loading branch information
chillaq committed Dec 7, 2023
1 parent c468069 commit bec1e81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/splitclient-rb/clients/split_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,10 @@ def record_latency(method, start)
@telemetry_evaluation_producer.record_latency(Telemetry::Domain::Constants::TREATMENTS_BY_FLAG_SET, bucket)
when GET_TREATMENTS_BY_FLAG_SETS
@telemetry_evaluation_producer.record_latency(Telemetry::Domain::Constants::TREATMENTS_BY_FLAG_SETS, bucket)
when GET_TREATMENT_WITH_CONFIG
@telemetry_evaluation_producer.record_latency(Telemetry::Domain::Constants::TREATMENT_WITH_CONFIG, bucket)
when GET_TREATMENTS_WITH_CONFIG
@telemetry_evaluation_producer.record_latency(Telemetry::Domain::Constants::TREATMENTS_WITH_CONFIG, bucket)
when GET_TREATMENT_WITH_CONFIG_BY_FLAG_SET
@telemetry_evaluation_producer.record_latency(Telemetry::Domain::Constants::TREATMENTS_WITH_CONFIG_BY_FLAG_SET, bucket)
when GET_TREATMENTS_WITH_CONFIG_BY_FLAG_SETS
@telemetry_evaluation_producer.record_latency(Telemetry::Domain::Constants::TREATMENTS_WITH_CONFIG_BY_FLAG_SETS, bucket)
when TRACK
@telemetry_evaluation_producer.record_latency(Telemetry::Domain::Constants::TRACK, bucket)
end
Expand Down

0 comments on commit bec1e81

Please sign in to comment.