Skip to content

Commit

Permalink
Switch Thanos port of serving endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcreasy committed Jul 18, 2023
1 parent b758ee8 commit cc7c670
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/routes/api/prometheus/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ module.exports = async (fastify: KubeFastifyInstance) => {
request,
query,
QueryType.QUERY_RANGE,
THANOS_DEFAULT_OAUTH_PORT,
).catch(handleError);
},
);
Expand Down

0 comments on commit cc7c670

Please sign in to comment.