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

fix name_prefix usage #266

Merged
merged 1 commit into from
Feb 23, 2022

Conversation

jsurloppe
Copy link
Contributor

@jsurloppe jsurloppe commented Feb 8, 2022

app name is used as fallback only if it contains dash
plus lot of cases lead to prometheus naming exception

simplify it by enforcing correct prometheus naming

app name is used as fallback only if it contains dash
plus lot of cases lead to prometheus naming exception

simplify it by enforcing correct prometheus naming
@codecov-commenter
Copy link

codecov-commenter commented Feb 15, 2022

Codecov Report

Merging #266 (2f7a8dd) into master (96ce8f0) will increase coverage by 0.02%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #266      +/-   ##
==========================================
+ Coverage   94.23%   94.26%   +0.02%     
==========================================
  Files         100      100              
  Lines       10829    10826       -3     
  Branches     1479     1478       -1     
==========================================
  Hits        10205    10205              
+ Misses        553      550       -3     
  Partials       71       71              
Impacted Files Coverage Δ
faust/sensors/prometheus.py 94.30% <0.00%> (+1.44%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 96ce8f0...2f7a8dd. Read the comment docs.

@patkivikram patkivikram merged commit ea8be8c into faust-streaming:master Feb 23, 2022
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.

3 participants