Skip to content

Commit

Permalink
fix for moved struct
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollins-axway committed Dec 8, 2024
1 parent 835cfd0 commit 57e0269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traceability/pkg/apigee/pollapigeestats.go
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ func (j *pollApigeeStats) processMetric(logger log.FieldLogger, metData *metricD
StatusCode: code,
Count: count,
StartTime: metData.timestamp,
Observation: metric.ObservationDetails{
Observation: metricModels.ObservationDetails{
Start: metData.timestamp.Unix(),
End: time.Minute.Milliseconds(),
},
Expand Down

0 comments on commit 57e0269

Please sign in to comment.