Skip to content

Commit

Permalink
chore(geoip): clarify unit of $geoip_accuracy_radius in core filter d…
Browse files Browse the repository at this point in the history
…efs (#28233)
  • Loading branch information
havenbarnes authored Feb 3, 2025
1 parent 59c78cb commit ee89c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/taxonomy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ export const CORE_FILTER_DEFINITIONS_BY_GROUP = {
},
$geoip_accuracy_radius: {
label: 'GeoIP detection accuracy radius',
description: "Accuracy radius of the location matched to this event's IP address.",
description: "Accuracy radius of the location matched to this event's IP address (in kilometers).",
examples: ['50'],
},
$geoip_subdivision_1_confidence: {
Expand Down

0 comments on commit ee89c57

Please sign in to comment.