prom-client
.NET client for Prometheus
File Explorer
Download Latest Version (.zip)- build.yml
- ci.yml
- labeled.yml
- CODEOWNERS
- FUNDING.yml
- renovate.json
- settings.yml
- CollectingBenchmarks.md
- CreationBenchmarks.md
- generalcase.png
- GeneralUseCase.md
- overview.ods
- README.md
- SampleBenchmarks.md
- SampleResolvingBenchmarks.md
- CollectorRegistryExtensions.cs
- GCCollectionCountCollector.cs
- GCTotalMemoryCollector.cs
- CollectorRegistryExtensions.cs
- ProcessCollector.cs
- CollectorRegistry.cs
- CollectorRegistryExtensions.cs
- DefaultCollectors.cs
- MetricWriterWrapper.cs
- HistogramHighBucketsStore.cs
- HistogramLowBucketsStore.cs
- IHistogramBucketStore.cs
- MetricsTextWriter.cs
- Invariant.cs
- QuantileStream.cs
- Sample.cs
- SampleStream.cs
- Counter.cs
- CounterInt64.cs
- Gauge.cs
- GaugeInt64.cs
- Histogram.cs
- HistogramConfiguration.cs
- LabelsHelper.cs
- MetricBase.cs
- MetricConfiguration.cs
- MetricFactory.cs
- MetricFamily.cs
- Metrics.cs
- Prometheus.Client.csproj
- ScrapeHandler.cs
- Summary.cs
- SummaryConfiguration.cs
- ThreadSafeDouble.cs
- ThreadSafeLong.cs
- Untyped.cs
- CollectorConfiguration.cs
- ICollector.cs
- ICollectorRegistry.cs
- ILabelWriter.cs
- IMetricsWriter.cs
- ISampleWriter.cs
- MetricsWriterExtensions.cs
- CounterExtensions.cs
- CounterInt64Extensions.cs
- GaugeExtensions.cs
- GaugeInt64Extensions.cs
- HistogramExtensions.cs
- HistogramState.cs
- ICounter.cs
- IGauge.cs
- IHistogram.cs
- IMetric.cs
- IMetricFactory.cs
- IMetricFamily.cs
- ISummary.cs
- IUntyped.cs
- IValueObserver.cs
- MetricFamilyExtensions.cs
- MetricType.cs
- Prometheus.Client.Abstractions.csproj
- QuantileEpsilonPair.cs
- SummaryExtensions.cs
- SummaryState.cs
- UntypedExtensions.cs
- ValueObserverExtensions.cs
- Directory.Build.props
- CounterCollection.cs
- CounterCreation.cs
- CounterUsage.cs
- GaugeCollection.cs
- GaugeCreation.cs
- GaugeUsage.cs
- HistogramCollection.cs
- HistogramCreation.cs
- HistogramUsage.cs
- SummaryCollection.cs
- SummaryCreation.cs
- SummaryUsage.cs
- DefaultMetricsCollection.cs
- Program.cs
- Prometheus.Client.Benchmarks.csproj
- SerializationBenchmarks.cs
- CounterCollectingBenchmarks.cs
- CounterCreationBenchmarks.cs
- CounterGeneralUseCaseBenchmarks.cs
- CounterSampleBenchmarks.cs
- CounterSampleResolvingBenchmarks.cs
- GaugeCollectingBenchmarks.cs
- GaugeCreationBenchmarks.cs
- GaugeGeneralUseCaseBenchmarks.cs
- GaugeSampleBenchmarks.cs
- GaugeSampleResolvingBenchmarks.cs
- HistogramCollectingBenchmarks.cs
- HistogramCreationBenchmarks.cs
- HistogramGeneralUseCaseBenchmarks.cs
- HistogramSampleBenchmarks.cs
- HistogramSampleResolvingBenchmarks.cs
- SummaryCollectingBenchmarks.cs
- SummaryCreationBenchmarks.cs
- SummaryGeneralUseCaseBenchmarks.cs
- SummarySampleBenchmarks.cs
- SummarySampleResolvingBenchmarks.cs
- ComparisonBenchmarkBase.cs
- Program.cs
- Prometheus.Client.Benchmarks.Comparison.csproj
- CollectorRegistryExtensionsTests.cs
- GCCollectionCountCollectorTests.cs
- GCTotalMemoryCollectorTests.cs
- ProcessCollectorTests.cs
- CounterTests_Collection.txt
- CounterTests_Empty.txt
- CounterTests_SuppressEmpty.txt
- CollectionTests.cs
- ExtensionsTests.cs
- FactoryTests.cs
- SampleTests.cs
- ThreadingTests.cs
- CounterTests_Collection.txt
- CounterTests_Empty.txt
- CounterTests_SuppressEmpty.txt
- CollectionTests.cs
- ExtensionsTests.cs
- FactoryTests.cs
- SampleTests.cs
- ThreadingTests.cs
- GaugeTests_Collection.txt
- GaugeTests_Empty.txt
- GaugeTests_SuppressEmpty.txt
- CollectionTests.cs
- ExtensionsTests.cs
- FactoryTests.cs
- SampleTests.cs
- ThreadingTests.cs
- GaugeTests_Collection.txt
- GaugeTests_Empty.txt
- GaugeTests_SuppressEmpty.txt
- CollectionTests.cs
- ExtensionsTests.cs
- FactoryTests.cs
- SampleTests.cs
- ThreadingTests.cs
- HistogramTests_Collection.txt
- HistogramTests_Empty.txt
- HistogramTests_SuppressEmpty.txt
- CollectionTests.cs
- ExtensionsTests.cs
- FactoryTests.cs
- HistogramConfigurationTests.cs
- SampleTests.cs
- ThreadingTests.cs
- DummyCollector.cs
- DummyMetric.cs
- IDummyMetric.cs
- ExtensionsTests.cs
- FactoryTests.cs
- RandomExtensions.cs
- SampleStreamTests.cs
- SampleTests.cs
- SummaryTests.cs
- ThreadingTests.cs
- UntypedTests_Collection.txt
- UntypedTests_Empty.txt
- CollectionTests.cs
- ExtensionsTests.cs
- FactoryTests.cs
- SampleTests.cs
- ThreadingTests.cs
- CollectionTestHelper.cs
- CollectorRegistryExtensionsTests.cs
- CollectorRegistryTests.cs
- LabelsHelperTests.cs
- MetricBaseTests.cs
- MetricConfigurationTests.cs
- MetricFactoryTests.cs
- MetricFamilyTests.cs
- Prometheus.Client.Tests.csproj
- StringExtensions.cs
- ThreadSafeDoubleTests.cs
- ThreadSafeLongTests.cs
- ValueObserverExtensionsTests.cs
- .editorconfig
- .gitattributes
- .gitignore
- .ruleset
- Directory.Build.props
- entity-framework-extensions-sponsor.png
- icon.png
- LICENSE
- Prometheus.Client.sln
- Prometheus.Client.snk
- README.md
- stylecop.json
# Installation Guide
1. Get the code
git clone https://github.com/prom-client-net/prom-client
Downloads the entire project code from GitHub to your computer.
cd prom-client
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet add package Prometheus.Client
Type this command into your terminal and run it.
After dotnet run, check the message or address shown in the terminal.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
