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

feat: support actix web framework #3

Merged
merged 2 commits into from
May 27, 2023
Merged

feat: support actix web framework #3

merged 2 commits into from
May 27, 2023

Conversation

jiacai2050
Copy link
Owner

@jiacai2050 jiacai2050 commented May 27, 2023

Which issue does this PR close?

Closes #1

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

How does this change test

Setup Prometheus locally with those setting,

global:
  scrape_interval: 5s

scrape_configs:
- job_name: prometheus-server
  static_configs:
  - targets: [127.0.0.1:9090]
    labels:
      env: dev

remote_write:
  - url: "http://localhost:9201/api/write"

remote_read:
  - url: "http://localhost:9201/api/read"
    read_recent: true

@jiacai2050 jiacai2050 merged commit 99ec517 into main May 27, 2023
@jiacai2050 jiacai2050 deleted the feat-actix branch May 27, 2023 11:54
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.

Actix integration
1 participant