prometheus

package
v0.6.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 13, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package prometheus provides Prometheus metric exporter implementation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewReader

func NewReader(config Config) (sdkmetric.Reader, http.Handler, error)

NewReader creates a Prometheus metric reader and HTTP handler for use in a unified meter provider

Types

type Config

type Config struct {
	// EnableMetricsPath controls whether to expose Prometheus-style /metrics endpoint
	EnableMetricsPath bool
	// IncludeRuntimeMetrics adds Go runtime metrics to the registry
	IncludeRuntimeMetrics bool
}

Config holds Prometheus-specific configuration

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL