Skip to content

Commit

Permalink
chore: update pushgateway URL (#3810)
Browse files Browse the repository at this point in the history
### Description

Updates the pushgateway URL following
#3772

### Drive-by changes

<!--
Are there any minor or drive-by changes also included?
-->

### Related issues

<!--
- Fixes #[issue number here]
-->

### Backward compatibility

<!--
Are these changes backward compatible? Are there any infrastructure
implications, e.g. changes that would prohibit deploying older commits
using this infra tooling?

Yes/No
-->

### Testing

<!--
What kind of testing have these changes undergone?

None/Manual/Unit Tests
-->
  • Loading branch information
tkporter authored May 24, 2024
1 parent 6451de6 commit 0810fa0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion typescript/infra/config/environments/mainnet2/funding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const keyFunderConfig: KeyFunderConfig = {
cronSchedule: '15 * * * *', // Every hour at the 15-minute mark
namespace: environment,
prometheusPushGateway:
'http://prometheus-pushgateway.monitoring.svc.cluster.local:9091',
'http://prometheus-prometheus-pushgateway.monitoring.svc.cluster.local:9091',
contextFundingFrom: Contexts.Hyperlane,
contextsAndRolesToFund: {
[Contexts.Hyperlane]: [Role.Relayer, Role.Kathy],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ export const relayerConfig: LiquidityLayerRelayerConfig = {
},
namespace: environment,
prometheusPushGateway:
'http://prometheus-pushgateway.monitoring.svc.cluster.local:9091',
'http://prometheus-prometheus-pushgateway.monitoring.svc.cluster.local:9091',
connectionType: AgentConnectionType.Http,
};
2 changes: 1 addition & 1 deletion typescript/infra/config/environments/testnet3/funding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const keyFunderConfig: KeyFunderConfig = {
cronSchedule: '15 * * * *', // Every hour at the 15-minute mark
namespace: environment,
prometheusPushGateway:
'http://prometheus-pushgateway.monitoring.svc.cluster.local:9091',
'http://prometheus-prometheus-pushgateway.monitoring.svc.cluster.local:9091',
contextFundingFrom: Contexts.Hyperlane,
contextsAndRolesToFund: {
[Contexts.Hyperlane]: [Role.Relayer, Role.Kathy],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export const liquidityLayerRelayerConfig: LiquidityLayerRelayerConfig = {
},
namespace: environment,
prometheusPushGateway:
'http://prometheus-pushgateway.monitoring.svc.cluster.local:9091',
'http://prometheus-prometheus-pushgateway.monitoring.svc.cluster.local:9091',
connectionType: AgentConnectionType.Http,
};

0 comments on commit 0810fa0

Please sign in to comment.