awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to prometheusclientnet/prometheus.client.metricserver

Open-source alternatives to Prometheus.Client.MetricServer

30 open-source projects similar to prometheusclientnet/prometheus.client.metricserver, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Prometheus.Client.MetricServer alternative.

  • aldanial/clocAlDanial 的头像

    AlDanial/cloc

    23,201在 GitHub 上查看↗

    cloc is a codebase metrics tool and multi-language code analyzer designed to count blank lines, comment lines, and physical lines of code. It serves as a source code line counter and report generator that identifies file types to calculate source volume across a wide variety of programming languages. The tool distinguishes itself by providing codebase version comparison to measure relative changes in source and comment lines between two versions of a directory or archive. It also supports the definition of custom languages and the extension of language recognition by loading custom comment fi

    Perl
    在 GitHub 上查看↗23,201
  • alhardy/appmetricsalhardy 的头像

    alhardy/AppMetrics

    2,249在 GitHub 上查看↗

    App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.

    C#
    在 GitHub 上查看↗2,249
  • amatsuda/tracerouteamatsuda 的头像

    amatsuda/traceroute

    905在 GitHub 上查看↗

    A Rake task gem that helps you find the unused routes and controller actions for your Rails 3+ app

    Ruby
    在 GitHub 上查看↗905
  • colszowka/simplecovcolszowka 的头像

    colszowka/simplecov

    4,902在 GitHub 上查看↗

    SimpleCov is a Ruby code coverage tool and analysis engine used to track which lines, branches, and methods of code execute during tests. It functions as a coverage threshold enforcer and test suite aggregator, recording execution data to identify untested areas of an application. The tool distinguishes itself through the ability to merge coverage results from parallel worker processes and subprocesses into a single unified report. It supports baseline comparison to detect coverage regressions and can gather data from code executed via dynamic evaluation methods, such as those used in templat

    Ruby
    在 GitHub 上查看↗4,902

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • damirsvrtan/fastererDamirSvrtan 的头像

    DamirSvrtan/fasterer

    1,821在 GitHub 上查看↗

    :zap: Don't make your Rubies go fast. Make them go fasterer ™. :zap:

    Ruby
    在 GitHub 上查看↗1,821
  • danmayer/coverbanddanmayer 的头像

    danmayer/coverband

    2,679在 GitHub 上查看↗

    Ruby production code coverage collection and reporting (line of code usage)

    Ruby
    在 GitHub 上查看↗2,679
  • dotnet-architecture/performancemonitordotnet-architecture 的头像

    dotnet-architecture/PerformanceMonitor

    239在 GitHub 上查看↗

    .NET Core Application Performance Monitor

    C#
    在 GitHub 上查看↗239
  • dotnet/benchmarkdotnetdotnet 的头像

    dotnet/BenchmarkDotNet

    11,428在 GitHub 上查看↗

    BenchmarkDotNet is a library and tool suite for measuring the execution time and memory allocation of .NET code. It utilizes statistical sampling and warm-up iterations to determine the stability and precise execution speed of specific methods. The project provides a JIT disassembly viewer to inspect processor disassembly and analyze how the compiler executes code paths. It includes a memory allocation profiler that tracks managed and native memory traffic to identify efficiency bottlenecks. Additionally, a runtime performance comparator allows the same benchmarks to be executed across differ

    C#benchmarkbenchmarkingc-sharp
    在 GitHub 上查看↗11,428
  • dotnet/codeformatterdotnet 的头像

    dotnet/codeformatter

    1,225在 GitHub 上查看↗

    Tool that uses Roslyn to automatically rewrite the source to follow our coding styles

    C#
    在 GitHub 上查看↗1,225
  • dotnet/roslyn-analyzersdotnet 的头像

    dotnet/roslyn-analyzers

    1,671在 GitHub 上查看↗

    The Microsoft.CodeAnalysis.NetAnalyzers package moved into the dotnet/sdk repository for further development and respond to issues formerly in this repository.

    hacktoberfest
    在 GitHub 上查看↗1,671
  • dotnetanalyzers/stylecopanalyzersDotNetAnalyzers 的头像

    DotNetAnalyzers/StyleCopAnalyzers

    2,848在 GitHub 上查看↗

    An implementation of StyleCop rules using the .NET Compiler Platform

    C#
    在 GitHub 上查看↗2,848
  • exceptionless/foundatioexceptionless 的头像

    exceptionless/Foundatio

    2,088在 GitHub 上查看↗

    Pluggable foundation blocks for building distributed apps.

    C#
    在 GitHub 上查看↗2,088
  • github/scientistgithub 的头像

    github/scientist

    7,719在 GitHub 上查看↗

    Scientist is a Ruby code parity testing library and production experimentation framework. It allows for the safe deployment of candidate code paths alongside a control implementation to verify that new logic produces the same outputs and exceptions as the original. The library identifies behavioral divergences between legacy and refactored code by running both versions in a live environment. It functions as a refactoring regression detector, measuring performance parity and detecting mismatches using real-world data without affecting the end user. The system covers broad capabilities for mon

    Ruby
    在 GitHub 上查看↗7,719
  • icsharpcode/refactoringessentialsicsharpcode 的头像

    icsharpcode/RefactoringEssentials

    634在 GitHub 上查看↗

    Refactoring Essentials for Visual Studio

    C#
    在 GitHub 上查看↗634
  • lucaslorentz/minicoverlucaslorentz 的头像

    lucaslorentz/minicover

    214在 GitHub 上查看↗

    Cross platform code coverage tool for .NET Core

    C#code-coveragecoveragedotnet
    在 GitHub 上查看↗214
  • microsoft/devskimmicrosoft 的头像

    microsoft/DevSkim

    995在 GitHub 上查看↗

    DevSkim is a set of IDE plugins, language analyzers, and rules that provide security "linting" capabilities.

    C#lintersdlsecurity
    在 GitHub 上查看↗995
  • mmozuras/prontommozuras 的头像

    mmozuras/pronto

    2,670在 GitHub 上查看↗

    Quick automated code review of your changes

    Ruby
    在 GitHub 上查看↗2,670
  • mre/awesome-static-analysismre 的头像

    mre/awesome-static-analysis

    14,627在 GitHub 上查看↗

    ⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality.

    Rust
    在 GitHub 上查看↗14,627
  • nexogen-international/nexogen.libraries.metricsnexogen-international 的头像

    nexogen-international/Nexogen.Libraries.Metrics

    60在 GitHub 上查看↗

    Library for collecting application metrics in .NET and exporting them to Prometheus

    C#histogrammetricsnuget
    在 GitHub 上查看↗60
  • omerfarukz/webbenomerfarukz 的头像

    omerfarukz/WebBen

    12在 GitHub 上查看↗

    Cross platform HTTP server benchmark tool

    C#
    在 GitHub 上查看↗12
  • opencover/opencoverOpenCover 的头像

    OpenCover/opencover

    1,330在 GitHub 上查看↗

    A code coverage tool for .NET 2 and above (WINDOWS OS only), support for 32 and 64 processes with both branch and sequence points

    C++coverageopencoverprofiler
    在 GitHub 上查看↗1,330
  • petabridge/nbenchpetabridge 的头像

    petabridge/NBench

    540在 GitHub 上查看↗

    Performance benchmarking and testing framework for .NET applications :chartwithupwards_trend:

    C#benchmarkdotnetgarbage-collection
    在 GitHub 上查看↗540
  • presidentbeef/brakemanpresidentbeef 的头像

    presidentbeef/brakeman

    7,248在 GitHub 上查看↗

    Brakeman is a static analysis security tool and scanner specifically designed for Ruby on Rails source code. It identifies common security vulnerabilities, such as injection and cross-site scripting, by analyzing the application codebase without executing the application. The tool functions as a security auditor that detects mass assignment risks and template vulnerabilities. It evaluates the final output of rendered views and identifies unrestricted assignment patterns that could allow unauthorized modification of model attributes. The system provides vulnerability management through the us

    Ruby
    在 GitHub 上查看↗7,248
  • prometheus-net/prometheus-netprometheus-net 的头像

    prometheus-net/prometheus-net

    2,084在 GitHub 上查看↗

    .NET library to instrument your code with Prometheus metrics

    C#aspnetcoregrpcgrpc-request-metrics
    在 GitHub 上查看↗2,084
  • prometheusclientnet/prometheus.clientPrometheusClientNet 的头像

    PrometheusClientNet/Prometheus.Client

    139在 GitHub 上查看↗

    .NET client for Prometheus

    C#
    在 GitHub 上查看↗139
  • prometheusclientnet/prometheus.client.aspnetcorePrometheusClientNet 的头像

    PrometheusClientNet/Prometheus.Client.AspNetCore

    9在 GitHub 上查看↗

    ASP.NET Core middleware

    C#
    在 GitHub 上查看↗9
  • prometheusclientnet/prometheus.client.httprequestdurationsPrometheusClientNet 的头像

    PrometheusClientNet/Prometheus.Client.HttpRequestDurations

    10在 GitHub 上查看↗

    HTTP request durations

    C#
    在 GitHub 上查看↗10
  • prometheusclientnet/prometheus.client.metricpusherPrometheusClientNet 的头像

    PrometheusClientNet/Prometheus.Client.MetricPusher

    18在 GitHub 上查看↗

    Push metrics to Pushgateway

    C#
    在 GitHub 上查看↗18
  • realvizu/nsdepcoprealvizu 的头像

    realvizu/NsDepCop

    289在 GitHub 上查看↗

    NsDepCop is a static code analysis tool that enforces namespace and assembly dependency rules in C# projects.

    C#
    在 GitHub 上查看↗289
  • seattlerb/flayseattlerb 的头像

    seattlerb/flay

    761在 GitHub 上查看↗

    Flay analyzes code for structural similarities. Differences in literal values, variable, class, method names, whitespace, programming style, braces vs do/end, etc are all ignored.

    Ruby
    在 GitHub 上查看↗761