-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
\#227 added support for clusters, but as was somewhat anticipated, it broke compatibility with the some existing backends because it added a new dimension/label/tag or some equivalent for the cluster. In this PR, we refrain from doing so if the cluster is the empty string. One thing to note is that the cluster is not specified when the process starts, it is encoded in the cluster token, and the backend include the name of the cluster in its response. If the token is for unclustered agents, that part of the response will be the empty string.
- Loading branch information
Showing
3 changed files
with
32 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters