All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.javamelody-prometheus.tld Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version


	JavaMelody Tags for Prometheus
	1.0
	prometheus
	javamelody-prometheus

	
		Standard JavaMelody metrics like in
			.../monitoring?format=prometheus
		standard
		net.bull.javamelody.PrometheusStandardTag
		empty
		
			true if the "last value" metrics from graphics should be
				included.
				(They are aggregated over 60 seconds and would better be computed in
				Prometheus from the other raw metrics.)
			includeLastValue
			false
			true
			boolean
		
	

	
		MBean metric like in JMX
		mbean
		net.bull.javamelody.PrometheusMBeanTag
		empty
		
			Name of a JMX value like in the link at the left of an
				attribute in the javamelody MBeans page
				(java.lang:type=OperatingSystem.ProcessCpuTime for example)
			jmxValue
			true
			true
			java.lang.String
		
		
			Metric name for Prometheus (process_cpu_nanos_total for
				example, snake_case is recommended)
			metricName
			true
			true
			java.lang.String
		
		
			Metric type for Prometheus (counter, gauge, histogram or
				summary)
			metricType
			true
			true
			net.bull.javamelody.PrometheusMBeanTag.MetricType
		
		
			Metric help for Prometheus (not mandatory, "MBean " +
				jmxValue by default)
			metricHelp
			false
			true
			java.lang.String
		
	

	
		Custom metric based on jsp or java code
		custom
		net.bull.javamelody.PrometheusCustomTag
		JSP
		
			Metric name for Prometheus (process_cpu_nanos_total for
				example, snake_case is recommended)
			metricName
			true
			true
			java.lang.String
		
		
			Metric type for Prometheus (counter, gauge, histogram or
				summary)
			metricType
			true
			true
			net.bull.javamelody.PrometheusMBeanTag.MetricType
		
		
			Metric help for Prometheus (not mandatory)
			metricHelp
			false
			true
			java.lang.String
		
	

	
		Metrics based on http or other request statistic (hits
			count, errors count, durations sums)
		request
		net.bull.javamelody.PrometheusCounterRequestTag
		empty
		
			Request id from JavaMelody
				(http9b051a0212745888c373b46ee5f27d9d6d905d45 for example)
			requestId
			true
			true
			java.lang.String
		
		
			Metric help for Prometheus (not mandatory)
			metricHelp
			false
			true
			java.lang.String
		
	





© 2015 - 2024 Weber Informatics LLC | Privacy Policy