Skip to content
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

ATOR-193 - Metrics service introduction #1

Merged
merged 39 commits into from
Apr 1, 2024

Conversation

yumirkov
Copy link
Contributor

No description provided.

@yumirkov yumirkov requested a review from floodcode March 28, 2024 09:50
.env.example Outdated Show resolved Hide resolved
src/app.ts Outdated
const INSTANCE = process.env.INSTANCE ?? '10.1.244.1:9190';
const JOB = process.env.JOB ?? 'consulagentonionoo';

app.get('/metrics/:query', async (req, res) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would move all API (express) related calls and initializations to separate file (e.g. api.ts)

@yumirkov yumirkov force-pushed the feature/ATOR-193-metrics-service-init branch from ba9e267 to 9e6e268 Compare March 29, 2024 12:10
README.md Outdated Show resolved Hide resolved
@yumirkov yumirkov requested a review from floodcode April 1, 2024 15:50
@yumirkov yumirkov changed the title [DRAFT] ATOR-193 - Metrics service introduction ATOR-193 - Metrics service introduction Apr 1, 2024
@yumirkov yumirkov merged commit adf0cc1 into development Apr 1, 2024
@yumirkov yumirkov deleted the feature/ATOR-193-metrics-service-init branch April 4, 2024 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants