npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@labshare/exporter-prometheus-push

v0.1.13

Published

OpenTelemetry Exporter Prometheus provides a metrics endpoint for Prometheus with push

Downloads

10

Maintainers

nevans05nevans05bavithrabavithrabizhuhebizhuhesaradharadhar06saradharadhar06ayang-axleayang-axlecharlie.daocharlie.daovictornovichkovvictornovichkovjcaxlejcaxlenishaqnishaqmqureshi12mqureshi12naveen2569naveen2569aishwaryamsutaraishwaryamsutarglabbateglabbatehamshkhawarhamshkhawarakshat.sainiakshat.sainishaharyarjafrishaharyarjafrilabshare-svclabshare-svcncatssvcdvopsncatssvcdvopssridharvuyyuru840sridharvuyyuru840ksrohinikumarksrohinikumarvenkatadhatrivenkatadhatrivishal12_1vishal12_1shikharseth93shikharseth93mothukuril2mothukuril2pruthvi.rajpruthvi.rajniaaa-azops-npmjsniaaa-azops-npmjsjijo070jijo070aadmraadmrbomar24bomar24hassan-badathassan-badatdenzelcodedenzelcodes-n-is-n-isvc-polussvc-polusktaletskktaletskdjvargasdjvargasabhishek.tyagi1abhishek.tyagi1ishan_codeishan_codefaisalkhandeveloperfaisalkhandevelopersurbhi.goel.appinventivesurbhi.goel.appinventivethomas.ayelethomas.ayelejason.smith_axleinfojason.smith_axleinfobenni-taylorbenni-tayloraniket_sharmaaniket_sharmafithi100fithi100upryshchep-ranchoupryshchep-ranchovipinshavipinshafredromfredromvishal.saxenavishal.saxenaaliaksandr.litvinau.lxaliaksandr.litvinau.lxvarun_gargvarun_gargjessedu6jessedu6lbrown323lbrown323ttran65ttran65mabdi3mabdi3rachel12097rachel12097ozairsajidozairsajidyifanzhuyifanzhucaok2709caok2709artemnihartemnihkyxyeskyxyesninabina921ninabina921dkrantsbergdkrantsbergkeatskkeatskshafiqsshafiqssudarsanrajusudarsanrajurafaelcalpenarafaelcalpenalpsstereotiplpsstereotipmiki1100miki1100lokeshdasarilokeshdasarivishakhagvishakhagthainam83vnthainam83vnzhaot3zhaot3sulochana-nunnasulochana-nunnajeyaramanjeyaramanvasudhajastivasudhajastijamilomarjamilomarkanna1008kanna1008meenalyengulmeenalyengulchandgichandgimapleknightmapleknightkallevkallevrameshsubramaniamrameshsubramaniamjosuerc026josuerc026fuentertfuentertmanisha.kumarimanisha.kumarianilkuchi1anilkuchi1alexf4devalexf4devleoriofrioleoriofrioavmathavmathkewal.axlekewal.axlekpaysonkpaysonvanleaxlevanleaxleshaurya2704shaurya2704pbsudharsanpbsudharsanwebnetweaverwebnetweaverknwokoloknwokolovladnihvladnihsrivallikasrivallikajerasjerasefabyefabydikshithdikshithryan-labshareryan-labshareted-zhang66ted-zhang66jesse.barkdolljesse.barkdollyisus_devyisus_devmeppielmeppielviveksiddineniviveksiddinenimateo4axlemateo4axlesevaasevaaskasimiskasimisuhascsuhascsabrina11068sabrina11068mohamedouladimohamedouladizhangknihzhangknihsgajjellysgajjellygourang97gourang97sunnielyusunnielyulynna.nguyenlynna.nguyenshawnl96shawnl96farhadsaadatpeifarhadsaadatpeirajeshjampana83rajeshjampana83alex_barciaalex_barcianicholas-schaubnicholas-schaubbrettlaymanbrettlaymannlysovaxnlysovaxkananaxlekananaxlereidsreidssowmya_gsowmya_gnaimjones16naimjones16swazonicswazonicafriedman111afriedman111mdegraw8mdegraw8ivorontcovivorontcovalejandrodelgadoalejandrodelgadochirag_gargchirag_gargshikhar_sethshikhar_sethshubh_npmjsshubh_npmjsnitish.kumar1nitish.kumar1yshkvarokyshkvaroknitiinsnitiinsaartiappinventivaartiappinventivjefflab428jefflab428shivam-yadavshivam-yadavkevinpatrickhannonkevinpatrickhannonkushalt93kushalt93varunmullinsvarunmullins

Readme

OpenTelemetry Prometheus Metric Exporter

NPM Published Version Apache License

Note: This is an experimental package under active development. New releases may include breaking changes.

The OpenTelemetry Prometheus Metrics Exporter allows the user to send collected OpenTelemetry Metrics to Prometheus.

Prometheus is a monitoring system that collects metrics, by scraping exposed endpoints at regular intervals, evaluating rule expressions. It can also trigger alerts if certain conditions are met. For assistance setting up Prometheus, Click here for a guided codelab.

Installation

npm install --save @opentelemetry/sdk-metrics
npm install --save @opentelemetry/exporter-prometheus

Usage

Create & register the exporter on your application.

const { PrometheusExporter } = require('@opentelemetry/exporter-prometheus');
const { MeterProvider }  = require('@opentelemetry/sdk-metrics');

// Add your port and startServer to the Prometheus options
const options = {port: 9464, startServer: true};
const exporter = new PrometheusExporter(options);

// Creates MeterProvider and installs the exporter as a MetricReader
const meterProvider = new MeterProvider();
meterProvider.addMetricReader(exporter);
const meter = meterProvider.getMeter('example-prometheus');

// Now, start recording data
const counter = meter.createCounter('metric_name', {
  description: 'Example of a counter'
});
counter.add(10, { pid: process.pid });

// .. some other work

Viewing your metrics

With the above you should now be able to navigate to the Prometheus UI at: http://localhost:9464/metrics

Useful links

License

Apache 2.0 - See LICENSE for more information.