-
Notifications
You must be signed in to change notification settings - Fork 59
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
Watchers should include it's version in requests towards ChildChain block.get #1710
Comments
The header+value of the HTTP header should be: |
@InoMurko @achiurizo I've added this one to this cycle's board to propose including this in the cycle. With hope that you'd accept it to the team's todo list 😂 Also trialed a bit of gherkin specs (see the issue description). The content I wrote doesn't feel too right so do let me know if you have any improvement suggestions. |
Let's consider using a User-Agent schema instead: https://meet.google.com/linkredirect?authuser=1&dest=https%3A%2F%2Fdeveloper.mozilla.org%2Fen-US%2Fdocs%2FWeb%2FHTTP%2FHeaders%2FUser-Agent This allows us more flexibility with different watcher implementations. |
@InoMurko @achiurizo And what about User-Agent vs X-Watcher-Version? I would prefer User-Agent than our custom header. |
@achiurizo added the word "valid" in the specification, but he didn't mean validation on the childchain side. As long as our watchers set the name and version it's fine and if it reaches the childchain, even better. |
@InoMurko @achiurizo Guys, I can't find any value in collecting metrics for |
It's done in watcher. As I understand this task is currently on hold for childchain v2. I unassigned myself from this task. |
So that we have some information about clients in the network and how our releases are used, we should include the release version (version-SHA) as a HTTP header sent to the childchain.
Specs
Childchain
Watcher
The text was updated successfully, but these errors were encountered: