awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to prometheusclientnet/prometheus.client

Open-source alternatives to Prometheus.Client

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

  • aldanial/clocAlDanial avatar

    AlDanial/cloc

    23,201View on 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
    View on GitHub↗23,201
  • alhardy/appmetricsalhardy avatar

    alhardy/AppMetrics

    2,249View on GitHub↗

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

    C#
    View on GitHub↗2,249
  • amatsuda/tracerouteamatsuda avatar

    amatsuda/traceroute

    905View on GitHub↗

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

    Ruby
    View on GitHub↗905
  • colszowka/simplecovcolszowka avatar

    colszowka/simplecov

    4,902View on 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
    View on GitHub↗4,902

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • damirsvrtan/fastererDamirSvrtan avatar

    DamirSvrtan/fasterer

    1,821View on GitHub↗

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

    Ruby
    View on GitHub↗1,821
  • danmayer/coverbanddanmayer avatar

    danmayer/coverband

    2,679View on GitHub↗

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

    Ruby
    View on GitHub↗2,679
  • dotnet-architecture/performancemonitordotnet-architecture avatar

    dotnet-architecture/PerformanceMonitor

    239View on GitHub↗

    .NET Core Application Performance Monitor

    C#
    View on GitHub↗239
  • dotnet/benchmarkdotnetdotnet avatar

    dotnet/BenchmarkDotNet

    11,428View on 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
    View on GitHub↗11,428
  • dotnet/codeformatterdotnet avatar

    dotnet/codeformatter

    1,225View on GitHub↗

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

    C#
    View on GitHub↗1,225
  • dotnet/roslyn-analyzersdotnet avatar

    dotnet/roslyn-analyzers

    1,671View on GitHub↗

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

    hacktoberfest
    View on GitHub↗1,671
  • dotnetanalyzers/stylecopanalyzersDotNetAnalyzers avatar

    DotNetAnalyzers/StyleCopAnalyzers

    2,848View on GitHub↗

    An implementation of StyleCop rules using the .NET Compiler Platform

    C#
    View on GitHub↗2,848
  • exceptionless/foundatioexceptionless avatar

    exceptionless/Foundatio

    2,088View on GitHub↗

    Pluggable foundation blocks for building distributed apps.

    C#
    View on GitHub↗2,088
  • github/scientistgithub avatar

    github/scientist

    7,719View on 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
    View on GitHub↗7,719
  • icsharpcode/refactoringessentialsicsharpcode avatar

    icsharpcode/RefactoringEssentials

    634View on GitHub↗

    Refactoring Essentials for Visual Studio

    C#
    View on GitHub↗634
  • lucaslorentz/minicoverlucaslorentz avatar

    lucaslorentz/minicover

    214View on GitHub↗

    Cross platform code coverage tool for .NET Core

    C#code-coveragecoveragedotnet
    View on GitHub↗214
  • microsoft/devskimmicrosoft avatar

    microsoft/DevSkim

    995View on GitHub↗

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

    C#lintersdlsecurity
    View on GitHub↗995
  • mmozuras/prontommozuras avatar

    mmozuras/pronto

    2,670View on GitHub↗

    Quick automated code review of your changes

    Ruby
    View on GitHub↗2,670
  • mre/awesome-static-analysismre avatar

    mre/awesome-static-analysis

    14,627View on 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
    View on GitHub↗14,627
  • nexogen-international/nexogen.libraries.metricsnexogen-international avatar

    nexogen-international/Nexogen.Libraries.Metrics

    60View on GitHub↗

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

    C#histogrammetricsnuget
    View on GitHub↗60
  • omerfarukz/webbenomerfarukz avatar

    omerfarukz/WebBen

    12View on GitHub↗

    Cross platform HTTP server benchmark tool

    C#
    View on GitHub↗12
  • opencover/opencoverOpenCover avatar

    OpenCover/opencover

    1,330View on 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
    View on GitHub↗1,330
  • petabridge/nbenchpetabridge avatar

    petabridge/NBench

    540View on GitHub↗

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

    C#benchmarkdotnetgarbage-collection
    View on GitHub↗540
  • presidentbeef/brakemanpresidentbeef avatar

    presidentbeef/brakeman

    7,248View on 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
    View on GitHub↗7,248
  • prometheus-net/prometheus-netprometheus-net avatar

    prometheus-net/prometheus-net

    2,084View on GitHub↗

    .NET library to instrument your code with Prometheus metrics

    C#aspnetcoregrpcgrpc-request-metrics
    View on GitHub↗2,084
  • prometheusclientnet/prometheus.client.aspnetcorePrometheusClientNet avatar

    PrometheusClientNet/Prometheus.Client.AspNetCore

    9View on GitHub↗

    ASP.NET Core middleware

    C#
    View on GitHub↗9
  • prometheusclientnet/prometheus.client.httprequestdurationsPrometheusClientNet avatar

    PrometheusClientNet/Prometheus.Client.HttpRequestDurations

    10View on GitHub↗

    HTTP request durations

    C#
    View on GitHub↗10
  • prometheusclientnet/prometheus.client.metricpusherPrometheusClientNet avatar

    PrometheusClientNet/Prometheus.Client.MetricPusher

    18View on GitHub↗

    Push metrics to Pushgateway

    C#
    View on GitHub↗18
  • prometheusclientnet/prometheus.client.metricserverPrometheusClientNet avatar

    PrometheusClientNet/Prometheus.Client.MetricServer

    15View on GitHub↗

    Standalone Kestrel server

    C#
    View on GitHub↗15
  • realvizu/nsdepcoprealvizu avatar

    realvizu/NsDepCop

    289View on GitHub↗

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

    C#
    View on GitHub↗289
  • seattlerb/flayseattlerb avatar

    seattlerb/flay

    761View on 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
    View on GitHub↗761