-
Notifications
You must be signed in to change notification settings - Fork 77
Add Apache Flink Metricsreceiver #651
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
Add Apache Flink Metricsreceiver #651
Conversation
| @@ -1,10 +1,255 @@ | |||
| public_url: "https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/flink" | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we get rid of the public_url? See #632 (comment)
It will be set by the post agent release job that will run
| @@ -1,10 +1,254 @@ | |||
| public_url: "https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/flink" | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
public_url was already cut inside branch 2.17.0 so removing it from the master branch doesn't really help but causes more confusion in the release script..
How it shall work:
For any new integrations, any manual PR created by non-machine shall not set/unset/modify public_url or minimum_supported_agent_version. Our jobs, e.g.
will set those two fields.
Add flink metrics receiver. This builds on #632