Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mtail #31215

Merged
merged 2 commits into from Nov 4, 2017
Merged

Mtail #31215

merged 2 commits into from Nov 4, 2017

Conversation

BlessJah
Copy link
Contributor

@BlessJah BlessJah commented Nov 3, 2017

Motivation for this change

Add new package - mtail.

mtail is a tool for extracting metrics from application logs to be exported into a timeseries database or timeseries calculator for alerting and dashboarding.
https://github.com/google/mtail

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

Copy link
Contributor

@orivej orivej left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pull request should be submitted for master not release-17.09.

@@ -2,16 +2,16 @@

buildGoPackage rec {
name = "gotools-${version}";
version = "20160519-${stdenv.lib.strings.substring 0 7 rev}";
rev = "9ae4729fba20b3533d829a9c6ba8195b068f2abc";
version = "20170807-${stdenv.lib.strings.substring 0 7 rev}";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use commit message `gotools: 20160519 -> 20170807"


buildGoPackage rec {
name = "mtail-${version}";
version = "v3.0.0-rc4";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v should not be a part of the version, it is only a part of rev.

Use commit message mtail: init at 3.0.0-rc4 (see https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).

@BlessJah BlessJah changed the base branch from release-17.09 to master November 4, 2017 00:17
@BlessJah
Copy link
Contributor Author

BlessJah commented Nov 4, 2017

@orivej master done, "20170807" done, "intit at" done. Is it possible to get this into 17.09, or new packages are only accepted into master?

@orivej orivej merged commit dd443ad into NixOS:master Nov 4, 2017
@BlessJah BlessJah deleted the mtail branch November 4, 2017 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants