Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to fix build error #79

Merged
merged 3 commits into from
Dec 16, 2024
Merged

Changes to fix build error #79

merged 3 commits into from
Dec 16, 2024

Conversation

lawwong1
Copy link
Contributor

Fix build error due to go.mod

@lenhattan86
Copy link
Collaborator

@lawwong1 CI failed. please fix it.

}

// This method parses the datadogV2 time series response and return a map with key hostname, value an array of watcher.Metric
func getMetricsFromTimeSeriesResponse(resp datadogV2.TimeseriesFormulaQueryResponse) (map[string][]watcher.Metric, error) {
func GetMetricsFromTimeSeriesResponse(resp datadogV2.TimeseriesFormulaQueryResponse) (map[string][]watcher.Metric, error) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need to make this public as GetMetricsFromTimeSeriesResponse is used within the package.

@lenhattan86 lenhattan86 merged commit 878098f into paypal:master Dec 16, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants