Skip to content

Commit

Permalink
Fix formatting error from merging
Browse files Browse the repository at this point in the history
Signed-off-by: Yao Hong Kok <[email protected]>
  • Loading branch information
yhk-mw committed Aug 29, 2022
1 parent 92f077a commit 428f101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exporter/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type JSONMetric struct {
ValueJSONPath string
LabelsJSONPaths []string
ValueType prometheus.ValueType
ValueConverter config.ValueConverterType
ValueConverter config.ValueConverterType
EpochTimestampJSONPath string
}

Expand Down
2 changes: 1 addition & 1 deletion exporter/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func CreateMetricsList(c config.Module) ([]JSONMetric, error) {
ValueJSONPath: valuePath,
LabelsJSONPaths: variableLabelsValues,
ValueType: valueType,
ValueConverter: valueConverters,
ValueConverter: valueConverters,
EpochTimestampJSONPath: metric.EpochTimestamp,
}
metrics = append(metrics, jsonMetric)
Expand Down

0 comments on commit 428f101

Please sign in to comment.