Dimensions should be type: string, number or boolean #255
Labels
bug
Categorizes issue or PR as related to a bug.
triage/pending
Issue or PR is pending for triage and prioritization.
Description
According to documentation a dimension/attribute might be a string, number or boolean.
But we just support string ones https://github.com/newrelic/infra-integrations-sdk/blob/master/data/metric/metrics.go#L19
Expected Behavior
Change
metric.Dimensions
type.The text was updated successfully, but these errors were encountered: