Skip to content

Conversation

JonathanWamsley
Copy link
Contributor

Description: Add New Component: Apache Flink Metric Receiver

Link to tracking Issue: New Component: Apache Flink Metric Receiver

Testing: A series of testing was added including:

  • config_test.go
  • client_test.go
  • scraper_test.go
  • factory_test.go
  • integration_test.go

Documentation: README.md documentation.md

@JonathanWamsley JonathanWamsley force-pushed the flinkmetricsreceiver branch 2 times, most recently from d086817 to 5744c6e Compare May 18, 2022 09:57
@JonathanWamsley JonathanWamsley force-pushed the flinkmetricsreceiver branch 2 times, most recently from 32ced72 to f8eed3a Compare May 18, 2022 17:54
@JonathanWamsley JonathanWamsley marked this pull request as ready for review May 18, 2022 19:40
@JonathanWamsley JonathanWamsley requested review from a team and djaglowski May 18, 2022 19:40
@JonathanWamsley JonathanWamsley force-pushed the flinkmetricsreceiver branch 5 times, most recently from 553ec66 to 1743f8f Compare May 23, 2022 13:28
@JonathanWamsley
Copy link
Contributor Author

I updated pr feedback @djaglowski and it is ready to be looked at again please.

@JonathanWamsley JonathanWamsley force-pushed the flinkmetricsreceiver branch 2 times, most recently from 7f104f5 to 7465bfc Compare May 25, 2022 13:11
@JonathanWamsley
Copy link
Contributor Author

PR is ready for review again please @djaglowski

@JonathanWamsley JonathanWamsley force-pushed the flinkmetricsreceiver branch 3 times, most recently from 9e336d0 to 07cce9f Compare May 26, 2022 14:56
@JonathanWamsley
Copy link
Contributor Author

JonathanWamsley commented May 26, 2022

Ready to be looked at again @djaglowski please

Copy link
Member

Choose a reason for hiding this comment

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

%?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed

Copy link
Member

Choose a reason for hiding this comment

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

I'm confused. I thought you said this metric is measured in %. That's my interpretation from the article you linked.

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah, I could not find a unit though and searching through the metadata.yaml mongo atlas had that convention. so I put it in. I thought you were saying with "%?" to remove that convention or something.

Copy link
Member

Choose a reason for hiding this comment

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

Ok, should the units be % or not?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes they should be. The unit can be 1 but not % because that will break in the metadata generation. Maybe "{percentage}" instead?

Copy link
Member

Choose a reason for hiding this comment

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

"%" should work

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated unit