Skip to content

Commit

Permalink
Fix typo in metric_hub.md (#823)
Browse files Browse the repository at this point in the history
I *think* there's a typo in this documentation file and I *think* my new version is correct...
  • Loading branch information
Jeffrey Silverman authored Apr 3, 2024
1 parent 23d6561 commit 1e87767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/concepts/metric_hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ select_expression = "SUM(SAFE_CAST(SPLIT(event_string_value, ',')[OFFSET(1)] AS
# This is used to determine the method of aggregation to be applied.
# Either "scalar" or "histogram".
# scalar = a single value is returned
# histogram = an array of histograms is returned
# histogram = an array of scalars is returned
type = "scalar"

# A friendly metric name displayed in dashboards.
Expand Down

0 comments on commit 1e87767

Please sign in to comment.