feat: remove the "authority" and "target_addr" http metrics #51
Annotations
10 errors and 4 warnings
package (arm64, gnu):
linkerd/app/outbound/src/http/concrete.rs#L346
error[E0560]: struct `OutboundEndpointLabels` has no field named `authority`
--> linkerd/app/outbound/src/http/concrete.rs:346:13
|
346 | authority: self.parent.param(),
| ^^^^^^^^^ `OutboundEndpointLabels` does not have this field
|
= note: available fields are: `server_id`, `labels`
|
package (arm64, gnu):
linkerd/app/outbound/src/http/concrete.rs#L349
error[E0560]: struct `OutboundEndpointLabels` has no field named `target_addr`
--> linkerd/app/outbound/src/http/concrete.rs:349:13
|
349 | target_addr: self.addr.into(),
| ^^^^^^^^^^^ `OutboundEndpointLabels` does not have this field
|
= note: available fields are: `server_id`, `labels`
|
package (arm64, gnu)
Process completed with exit code 1.
|
package (arm, gnu):
linkerd/app/outbound/src/http/concrete.rs#L346
error[E0560]: struct `OutboundEndpointLabels` has no field named `authority`
--> linkerd/app/outbound/src/http/concrete.rs:346:13
|
346 | authority: self.parent.param(),
| ^^^^^^^^^ `OutboundEndpointLabels` does not have this field
|
= note: available fields are: `server_id`, `labels`
|
package (arm, gnu):
linkerd/app/outbound/src/http/concrete.rs#L349
error[E0560]: struct `OutboundEndpointLabels` has no field named `target_addr`
--> linkerd/app/outbound/src/http/concrete.rs:349:13
|
349 | target_addr: self.addr.into(),
| ^^^^^^^^^^^ `OutboundEndpointLabels` does not have this field
|
= note: available fields are: `server_id`, `labels`
|
package (arm, gnu)
Process completed with exit code 1.
|
package (amd64, gnu):
linkerd/app/outbound/src/http/concrete.rs#L346
error[E0560]: struct `OutboundEndpointLabels` has no field named `authority`
--> linkerd/app/outbound/src/http/concrete.rs:346:13
|
346 | authority: self.parent.param(),
| ^^^^^^^^^ `OutboundEndpointLabels` does not have this field
|
= note: available fields are: `server_id`, `labels`
|
package (amd64, gnu):
linkerd/app/outbound/src/http/concrete.rs#L349
error[E0560]: struct `OutboundEndpointLabels` has no field named `target_addr`
--> linkerd/app/outbound/src/http/concrete.rs:349:13
|
349 | target_addr: self.addr.into(),
| ^^^^^^^^^^^ `OutboundEndpointLabels` does not have this field
|
= note: available fields are: `server_id`, `labels`
|
package (amd64, gnu)
Process completed with exit code 1.
|
publish
Process completed with exit code 1.
|
package (arm64, gnu)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
package (arm, gnu)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
package (amd64, gnu)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
publish
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|