community icon indicating copy to clipboard operation
community copied to clipboard

What support should a maintainer/project expect from prometheus-community?

Open RichiH opened this issue 6 years ago • 8 comments

Do we want to offer anything specific?

What immediately comes to mind is access to infrastructure for testing and such.

RichiH avatar Aug 29 '18 08:08 RichiH

Yes I see that a consistent and shared CI infrastructure makes it easier to keep up with the changes to the CI provider(s) as it has been experienced with GitHub integrations, Circle CI 1.0 → 2.0 and so on.

Also:

  • Dedicated website?
  • Binaries should be at least available from the GitHub release pages. Do they deserve a dedicated page similar to https://prometheus.io/download/?
  • Container image hosting?
  • Common tooling for releasing artifacts (part of CI probably).

simonpasquier avatar Aug 29 '18 12:08 simonpasquier

It was mentioned either in the mail thread or in the other issue here that major changes to "how things are done" could also be something which is done in a sweep over everything in this org (for example as the switch to Kingpin on the main org was done, and the upcoming suggested TLS implementations)

carlpett avatar Aug 29 '18 13:08 carlpett

  • regular vendor upgrade and releases

roidelapluie avatar Aug 29 '18 13:08 roidelapluie

@roidelapluie Isn't that going to be the job of the maintainers? Doing vendor updates and releases requires some amount of care and knowledge of the workings of the exporter, in my mind, rather than just bulk updating everything.

carlpett avatar Aug 29 '18 13:08 carlpett

That is untrue.

Vendor updates takes mainly good unit and acceptance testing.

roidelapluie avatar Aug 29 '18 20:08 roidelapluie

Plus everyone in the org is a maintainer in my vision.

roidelapluie avatar Aug 29 '18 20:08 roidelapluie

I'd agree that a good acceptance test coverage would reduce risk. However, I think this is lacking in a significant majority of exporters? I wouldn't say creating them is simple either, in most cases it would require setting up a fair chunk of infrastructure and exercising (which may in some cases also have a non-trivial financial impact).

carlpett avatar Aug 30 '18 05:08 carlpett

However, I think this is lacking in a significant majority of exporters?

The JMX exporter is the only one I know of with testing to this level. Some of the push-ones like influxdb/statsd/graphite probably also count. (Node exporter has extensive testing, but I'm not counting it here as it's running against fake data rather than a real kernel, and doesnt cover all OSes either).

Updating something like Kingpin can be done in bulk, updating libraries related to an exporter's key role less so. It's the same issue we have with SD and notifiers.

brian-brazil avatar Aug 30 '18 06:08 brian-brazil