Re: Flink-Metrics Prometheus - Native Histograms / Native Counters

2023-06-30 Thread Ryan van Huuksloot
model, > or the current one, with the existing data model. > > Best regards, > > Martijn > > [1] https://github.com/prometheus/client_java/releases/tag/parent-0.10.0 > > On Fri, Jun 30, 2023 at 4:23 PM Ryan van Huuksloot > wrote: > > > I'd have to check but the ori

[jira] [Created] (FLINK-32508) Flink-Metrics Prometheus - Native Histograms / Native Counters

2023-06-30 Thread Ryan van Huuksloot (Jira)
Ryan van Huuksloot created FLINK-32508: -- Summary: Flink-Metrics Prometheus - Native Histograms / Native Counters Key: FLINK-32508 URL: https://issues.apache.org/jira/browse/FLINK-32508 Project

Re: Flink-Metrics Prometheus - Native Histograms / Native Counters

2023-06-30 Thread Martijn Visser
ave to check but the original plan is to upgrade the client but keep > the flink-metrics-prometheus implementation the same. This should keep the > metrics collection consistent even with the client upgrade - this would > need to be verified. > > But if that is the worry then we

Re: Flink-Metrics Prometheus - Native Histograms / Native Counters

2023-06-30 Thread Ryan van Huuksloot
I'd have to check but the original plan is to upgrade the client but keep the flink-metrics-prometheus implementation the same. This should keep the metrics collection consistent even with the client upgrade - this would need to be verified. But if that is the worry then we could create a new

Re: Flink-Metrics Prometheus - Native Histograms / Native Counters

2023-06-30 Thread Martijn Visser
29, 2023 at 5:56 PM Ryan van Huuksloot > > wrote: > > > > > Hi Martijn, > > > > > > Our team shared the same concern. We've considered a few options: > > > > > > > > > *1. Add a new package such as `flink-metrics-prometheus-native` and >

Re: Flink-Metrics Prometheus - Native Histograms / Native Counters

2023-06-30 Thread Ryan van Huuksloot
> Our team shared the same concern. We've considered a few options: > > > > > > *1. Add a new package such as `flink-metrics-prometheus-native` and > > eventually deprecate the original.* > > *Pros:* > > - Supports backward compatibility. > > *Cons:* > &

Re: Flink-Metrics Prometheus - Native Histograms / Native Counters

2023-06-30 Thread Martijn Visser
it with Flink 2.0 imho. Best regards, Martijn On Thu, Jun 29, 2023 at 5:56 PM Ryan van Huuksloot wrote: > Hi Martijn, > > Our team shared the same concern. We've considered a few options: > > > *1. Add a new package such as `flink-metrics-prometheus-native` and > eventually d

Re: Flink-Metrics Prometheus - Native Histograms / Native Counters

2023-06-29 Thread Ryan van Huuksloot
Hi Martijn, Our team shared the same concern. We've considered a few options: *1. Add a new package such as `flink-metrics-prometheus-native` and eventually deprecate the original.* *Pros:* - Supports backward compatibility. *Cons:* - Two packages to maintain in the interim. - Not consistent

Re: Flink-Metrics Prometheus - Native Histograms / Native Counters

2023-06-29 Thread Martijn Visser
Hi Ryan, I think there definitely is an interest in the flink-metrics-prometheus, but I do see some challenges as well. Given that the Prometheus simpleclient doesn't yet have a major version, there are breaking changes happening in that. If we would update this, it can/probably breaks

Re: Flink-Metrics Prometheus - Native Histograms / Native Counters

2023-06-20 Thread Ryan van Huuksloot
Following up, any interest in flink-metrics-prometheus? It is quite a stale package. I would be interested in contributing - time permitting. Ryan van Huuksloot Sr. Production Engineer | Streaming Platform [image: Shopify] <https://www.shopify.com/?utm_medium=salessignatures_source=hs_em

Flink-Metrics Prometheus - Native Histograms / Native Counters

2023-06-15 Thread Ryan van Huuksloot
Hello, Internally we use the flink-metrics-prometheus jar and we noticed that the code is a little out of date. Primarily, there are new metric types in Prometheus that would allow for the exporter to write Counters and Histograms as Native metrics in prometheus (vs writing as Gauges). I noticed

[jira] [Created] (FLINK-29970) Prometheus cannot collect flink metrics

2022-11-09 Thread Jira
钟洋洋 created FLINK-29970: --- Summary: Prometheus cannot collect flink metrics Key: FLINK-29970 URL: https://issues.apache.org/jira/browse/FLINK-29970 Project: Flink Issue Type: Bug Components

FW: 1.13.2 - Flink Metrics not updated during job execution

2022-08-03 Thread Oliveira, Joao / Kuehne + Nagel / Opo MI-DH
From: "Oliveira, Joao / Kuehne + Nagel / Opo MI-DH" Date: Wednesday, 3 August 2022 at 09:54 To: "u...@flink.apache.org" Cc: "Melo, Jose / Kuehne + Nagel / Opo MI-DH" Subject: 1.13.2 - Flink Metrics not updated during job execution Hi Flink team, My nam

[jira] [Created] (FLINK-27914) Integrate JOSDK metrics with Flink Metrics reporter

2022-06-06 Thread Gyula Fora (Jira)
Gyula Fora created FLINK-27914: -- Summary: Integrate JOSDK metrics with Flink Metrics reporter Key: FLINK-27914 URL: https://issues.apache.org/jira/browse/FLINK-27914 Project: Flink Issue Type

[jira] [Created] (FLINK-27661) [Metric]Flink-Metrics pushgateway support authentication

2022-05-17 Thread jiangchunyang (Jira)
jiangchunyang created FLINK-27661: - Summary: [Metric]Flink-Metrics pushgateway support authentication Key: FLINK-27661 URL: https://issues.apache.org/jira/browse/FLINK-27661 Project: Flink

[jira] [Created] (FLINK-27163) Fix typo issue in Flink Metrics documentation

2022-04-11 Thread hao wang (Jira)
hao wang created FLINK-27163: Summary: Fix typo issue in Flink Metrics documentation Key: FLINK-27163 URL: https://issues.apache.org/jira/browse/FLINK-27163 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-26230) [JUnit5 Migration] Module: flink-metrics-core

2022-02-17 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-26230: Summary: [JUnit5 Migration] Module: flink-metrics-core Key: FLINK-26230 URL: https://issues.apache.org/jira/browse/FLINK-26230 Project: Flink Issue

[jira] [Created] (FLINK-26229) [JUnit5 Migration] Module: flink-metrics-datadog

2022-02-17 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-26229: Summary: [JUnit5 Migration] Module: flink-metrics-datadog Key: FLINK-26229 URL: https://issues.apache.org/jira/browse/FLINK-26229 Project: Flink

[jira] [Created] (FLINK-26228) [JUnit5 Migration] Module: flink-metrics-dropwizard

2022-02-17 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-26228: Summary: [JUnit5 Migration] Module: flink-metrics-dropwizard Key: FLINK-26228 URL: https://issues.apache.org/jira/browse/FLINK-26228 Project: Flink

[jira] [Created] (FLINK-26227) [JUnit5 Migration] Module: flink-metrics-graphite

2022-02-17 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-26227: Summary: [JUnit5 Migration] Module: flink-metrics-graphite Key: FLINK-26227 URL: https://issues.apache.org/jira/browse/FLINK-26227 Project: Flink

[jira] [Created] (FLINK-26226) [JUnit5 Migration] Module: flink-metrics-influxdb

2022-02-17 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-26226: Summary: [JUnit5 Migration] Module: flink-metrics-influxdb Key: FLINK-26226 URL: https://issues.apache.org/jira/browse/FLINK-26226 Project: Flink

[jira] [Created] (FLINK-26225) [JUnit5 Migration] Module: flink-metrics-jmx

2022-02-17 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-26225: Summary: [JUnit5 Migration] Module: flink-metrics-jmx Key: FLINK-26225 URL: https://issues.apache.org/jira/browse/FLINK-26225 Project: Flink Issue

[jira] [Created] (FLINK-26221) [JUnit5 Migration] Module: flink-metrics-prometheus

2022-02-17 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-26221: Summary: [JUnit5 Migration] Module: flink-metrics-prometheus Key: FLINK-26221 URL: https://issues.apache.org/jira/browse/FLINK-26221 Project: Flink

[jira] [Created] (FLINK-26219) [JUnit5 Migration] Module: flink-metrics-slf4j

2022-02-17 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-26219: Summary: [JUnit5 Migration] Module: flink-metrics-slf4j Key: FLINK-26219 URL: https://issues.apache.org/jira/browse/FLINK-26219 Project: Flink Issue

[jira] [Created] (FLINK-26215) [JUnit5 Migration] Module: flink-metrics-statsd

2022-02-17 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-26215: Summary: [JUnit5 Migration] Module: flink-metrics-statsd Key: FLINK-26215 URL: https://issues.apache.org/jira/browse/FLINK-26215 Project: Flink

[jira] [Created] (FLINK-24896) Failed to execute goal com.github.siom79.japicmp:japicmp-maven-plugin:0.11.0:cmp (default) on project flink-metrics-core

2021-11-15 Thread Yun Gao (Jira)
Yun Gao created FLINK-24896: --- Summary: Failed to execute goal com.github.siom79.japicmp:japicmp-maven-plugin:0.11.0:cmp (default) on project flink-metrics-core Key: FLINK-24896 URL: https://issues.apache.org/jira

[jira] [Created] (FLINK-24514) Incorrect Flink Metrics on Job-Internal-Restart:

2021-10-12 Thread Alok Singh (Jira)
Alok Singh created FLINK-24514: -- Summary: Incorrect Flink Metrics on Job-Internal-Restart: Key: FLINK-24514 URL: https://issues.apache.org/jira/browse/FLINK-24514 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-21773) Remove dependency from flink-metrics-statsd

2021-03-13 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-21773: Summary: Remove dependency from flink-metrics-statsd Key: FLINK-21773 URL: https://issues.apache.org/jira/browse/FLINK-21773 Project: Flink Issue

[jira] [Created] (FLINK-21772) Remove dependency from flink-metrics-slf4j

2021-03-13 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-21772: Summary: Remove dependency from flink-metrics-slf4j Key: FLINK-21772 URL: https://issues.apache.org/jira/browse/FLINK-21772 Project: Flink Issue

[jira] [Created] (FLINK-21761) Remove dependency from flink-metrics-influxdb

2021-03-13 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-21761: Summary: Remove dependency from flink-metrics-influxdb Key: FLINK-21761 URL: https://issues.apache.org/jira/browse/FLINK-21761 Project: Flink Issue

[jira] [Created] (FLINK-21762) Remove dependency from flink-metrics-prometheus

2021-03-13 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-21762: Summary: Remove dependency from flink-metrics-prometheus Key: FLINK-21762 URL: https://issues.apache.org/jira/browse/FLINK-21762 Project: Flink

[jira] [Created] (FLINK-21760) Remove dependency from flink-metrics-jmx

2021-03-13 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-21760: Summary: Remove dependency from flink-metrics-jmx Key: FLINK-21760 URL: https://issues.apache.org/jira/browse/FLINK-21760 Project: Flink Issue Type

[jira] [Created] (FLINK-18573) plugins/metrics-influx/flink-metrics-influxdb-1.11.0.jar META-INF has no dir named "services" , but "service"

2020-07-12 Thread zhangyunyun (Jira)
zhangyunyun created FLINK-18573: --- Summary: plugins/metrics-influx/flink-metrics-influxdb-1.11.0.jar META-INF has no dir named "services" , but "service" Key: FLINK-18573 URL: https://issues.ap

[jira] [Created] (FLINK-17556) FATAL: Thread 'flink-metrics-akka.remote.default-remote-dispatcher-3' produced an uncaught exception. Stopping the process... java.lang.OutOfMemoryError: Direct buffer m

2020-05-07 Thread Tammy zhang (Jira)
Tammy zhang created FLINK-17556: --- Summary: FATAL: Thread 'flink-metrics-akka.remote.default-remote-dispatcher-3' produced an uncaught exception. Stopping the process... java.lang.OutOfMemoryError: Direct buffer memory Key: FLINK

[jira] [Created] (FLINK-16635) Incompatible okio dependency in flink-metrics-influxdb module

2020-03-17 Thread Till Rohrmann (Jira)
Till Rohrmann created FLINK-16635: - Summary: Incompatible okio dependency in flink-metrics-influxdb module Key: FLINK-16635 URL: https://issues.apache.org/jira/browse/FLINK-16635 Project: Flink

[jira] [Created] (FLINK-15832) Artifact flink-metrics-core-tests will be uploaded twice

2020-01-31 Thread static-max (Jira)
static-max created FLINK-15832: -- Summary: Artifact flink-metrics-core-tests will be uploaded twice Key: FLINK-15832 URL: https://issues.apache.org/jira/browse/FLINK-15832 Project: Flink Issue

[jira] [Created] (FLINK-15356) Add applicationId to existing flink metrics running on yarn

2019-12-20 Thread Forward Xu (Jira)
Forward Xu created FLINK-15356: -- Summary: Add applicationId to existing flink metrics running on yarn Key: FLINK-15356 URL: https://issues.apache.org/jira/browse/FLINK-15356 Project: Flink

[jira] [Created] (FLINK-14831) When edit flink-metrics-influxdb, need add metrics.md by hand

2019-11-16 Thread ouyangwulin (Jira)
ouyangwulin created FLINK-14831: --- Summary: When edit flink-metrics-influxdb, need add metrics.md by hand Key: FLINK-14831 URL: https://issues.apache.org/jira/browse/FLINK-14831 Project: Flink

Flink metrics with parallel operator

2019-07-31 Thread Sibendu Dey
Hello, I have been working on a flink project and need some help with the metric system. I have a logic inside a process function which side outputs a particular message on certain failure parameters. This process function has a parallelism > 1. How do I keep track of the failed messages

[jira] [Created] (FLINK-12423) Add Timer metric type for flink-metrics module

2019-05-06 Thread Armstrong Nova (JIRA)
Armstrong Nova created FLINK-12423: -- Summary: Add Timer metric type for flink-metrics module Key: FLINK-12423 URL: https://issues.apache.org/jira/browse/FLINK-12423 Project: Flink Issue

[jira] [Created] (FLINK-11174) flink Metrics Prometheus labels support chinese

2018-12-16 Thread Fan weiwen (JIRA)
Fan weiwen created FLINK-11174: -- Summary: flink Metrics Prometheus labels support chinese Key: FLINK-11174 URL: https://issues.apache.org/jira/browse/FLINK-11174 Project: Flink Issue Type

[jira] [Created] (FLINK-11014) Relocate flink-metrics-graphite's dropwizard dependencies

2018-11-27 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-11014: - Summary: Relocate flink-metrics-graphite's dropwizard dependencies Key: FLINK-11014 URL: https://issues.apache.org/jira/browse/FLINK-11014 Project: Flink

[jira] [Created] (FLINK-10998) flink-metrics-ganglia has LGPL dependency

2018-11-23 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-10998: Summary: flink-metrics-ganglia has LGPL dependency Key: FLINK-10998 URL: https://issues.apache.org/jira/browse/FLINK-10998 Project: Flink Issue Type

[jira] [Created] (FLINK-10423) Forward RocksDB memory metrics to Flink metrics reporter

2018-09-25 Thread Seth Wiesman (JIRA)
Seth Wiesman created FLINK-10423: Summary: Forward RocksDB memory metrics to Flink metrics reporter Key: FLINK-10423 URL: https://issues.apache.org/jira/browse/FLINK-10423 Project: Flink

[jira] [Created] (FLINK-10221) Flink metrics documentation io section table layout error

2018-08-27 Thread vinoyang (JIRA)
vinoyang created FLINK-10221: Summary: Flink metrics documentation io section table layout error Key: FLINK-10221 URL: https://issues.apache.org/jira/browse/FLINK-10221 Project: Flink Issue Type

[jira] [Created] (FLINK-10035) ConcurrentModificationException with flink-metrics-slf4j

2018-08-02 Thread Nico Kruber (JIRA)
Nico Kruber created FLINK-10035: --- Summary: ConcurrentModificationException with flink-metrics-slf4j Key: FLINK-10035 URL: https://issues.apache.org/jira/browse/FLINK-10035 Project: Flink Issue

[jira] [Created] (FLINK-8553) switch flink-metrics-datadog to async mode

2018-02-03 Thread Bowen Li (JIRA)
Bowen Li created FLINK-8553: --- Summary: switch flink-metrics-datadog to async mode Key: FLINK-8553 URL: https://issues.apache.org/jira/browse/FLINK-8553 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-7907) Flink Metrics documentation missing Scala examples

2017-10-23 Thread Colin Williams (JIRA)
Colin Williams created FLINK-7907: - Summary: Flink Metrics documentation missing Scala examples Key: FLINK-7907 URL: https://issues.apache.org/jira/browse/FLINK-7907 Project: Flink Issue

Re: Question about Flink Metrics

2017-09-26 Thread Tony Wei
t;>> [2]. >>> >>> To monitor the same metrics from Prometheus, I would like to use labels >>> to differentiate them. >>> Under the job/task/operator scope, it words fine to me. However, its not >>> convenient to me to monitor partitions' states from Kak

Re: Question about Flink Metrics

2017-09-26 Thread Chesnay Schepler
like current commit offset will be a unique metric in Prometheus. It's hard to use visualization tool such as Grafana to monitor them. My question is: Is it possible to add tags on Metric, instead of using `.addGroup()`? If not, will it be a new feature on Flink Metrics in the future? Since I am not su

Re: Question about Flink Metrics

2017-09-26 Thread Tony Wei
or them. > > My question is: Is it possible to add tags on Metric, instead of using > `.addGroup()`? > If not, will it be a new feature on Flink Metrics in the future? Since I > am not sure about how other reporters work, I am afraid that it is not a > good design to just fulfill the

Re: Question about Flink Metrics

2017-09-26 Thread Hai Zhou
l partition states > like current commit offset will be a unique metric in Prometheus. It's hard > to use visualization tool such as Grafana to monitor them. > > My question is: Is it possible to add tags on Metric, instead of using > `.addGroup()`? > If not, will it be a new feature on F

Question about Flink Metrics

2017-09-26 Thread Tony Wei
will be a unique metric in Prometheus. It's hard to use visualization tool such as Grafana to monitor them. My question is: Is it possible to add tags on Metric, instead of using `.addGroup()`? If not, will it be a new feature on Flink Metrics in the future? Since I am not sure about how other reporters work, I

[jira] [Created] (FLINK-6431) Activate strict checkstyle for flink-metrics

2017-05-02 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-6431: --- Summary: Activate strict checkstyle for flink-metrics Key: FLINK-6431 URL: https://issues.apache.org/jira/browse/FLINK-6431 Project: Flink Issue Type

Re: Flink Metrics

2016-10-18 Thread Aljoscha Krettek
ache.org > *Sent:* Monday, October 17, 2016 12:52 AM > *Subject:* Re: Flink Metrics > > Hi Govind, > > I think the DropwizardMeterWrapper implementation is just a reference > implementation where it was decided to report the minute rate. You can > define your own

Re: Flink Metrics

2016-10-17 Thread amir bahmanyari
ubject: Re: Flink Metrics Hi Govind, I think the DropwizardMeterWrapper implementation is just a reference implementation where it was decided to report the minute rate. You can define your own meter class which allows to configure the rate interval accordingly. Concerning Timers, I think nobody

Re: Flink Metrics

2016-10-17 Thread Till Rohrmann
nstrumenting my pipeline with > flink metrics. One small suggestion I have is currently the Meter interface > only supports getRate() which is always the one minute rate. > > It would great if all the rates (1 min, 5 min & 15 min) are exposed to get > a better picture in terms of

Flink Metrics

2016-10-16 Thread Govindarajan Srinivasaraghavan
Hi, I am currently using flink 1.2 snapshot and instrumenting my pipeline with flink metrics. One small suggestion I have is currently the Meter interface only supports getRate() which is always the one minute rate. It would great if all the rates (1 min, 5 min & 15 min) are exposed to

[jira] [Created] (FLINK-4186) Expose Kafka metrics through Flink metrics

2016-07-10 Thread Robert Metzger (JIRA)
Robert Metzger created FLINK-4186: - Summary: Expose Kafka metrics through Flink metrics Key: FLINK-4186 URL: https://issues.apache.org/jira/browse/FLINK-4186 Project: Flink Issue Type

[jira] [Created] (FLINK-4173) Replace maven-assembly-plugin by maven-shade-plugin in flink-metrics

2016-07-07 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4173: Summary: Replace maven-assembly-plugin by maven-shade-plugin in flink-metrics Key: FLINK-4173 URL: https://issues.apache.org/jira/browse/FLINK-4173 Project: Flink