Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

Introduce metric on errors from kube api calls #16

Merged
merged 1 commit into from
Mar 27, 2018

Conversation

ffilippopoulos
Copy link
Member

  1. Add error handler to keep count of kube api errors
  2. Pin older go version to avoid certificates issue

1. Add error handler to keep count of kube api errors
2. Pin older go version to avoid certificates issue
@@ -9,7 +9,7 @@ RUN apk add --no-cache \
&& apk add --no-cache --virtual=.builddeps \
-X http://dl-cdn.alpinelinux.org/alpine/edge/community \
git \
go \
go=1.8.4-r0 \
Copy link
Member

Choose a reason for hiding this comment

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

Could you also make a card to remove this, that is blocked with the link to the go issue?

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure!

Copy link
Member

@hectorhuertas hectorhuertas left a comment

Choose a reason for hiding this comment

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

LGTM

@hectorhuertas
Copy link
Member

Out of curiosity, why does the name contains "IO", is that also used for interacting with APIs as well as storage?

@ffilippopoulos ffilippopoulos merged commit dd711c3 into master Mar 27, 2018
@ffilippopoulos ffilippopoulos deleted the kubernetes-io-metrics branch March 27, 2018 14:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants