Sha256: 8306ae633836da0f9d2bc521a8745e5eaa577566a41329c4c51a49b8f2d89280

Contents?: true

Size: 728 Bytes

Versions: 2

Compression:

Stored size: 728 Bytes

Contents

module Datadog
  module Ext
    # Defines constants for Git tags
    module Git
      TAG_BRANCH = 'git.branch'.freeze
      TAG_REPOSITORY_URL = 'git.repository_url'.freeze
      TAG_TAG = 'git.tag'.freeze

      TAG_COMMIT_AUTHOR_DATE = 'git.commit.author.date'.freeze
      TAG_COMMIT_AUTHOR_EMAIL = 'git.commit.author.email'.freeze
      TAG_COMMIT_AUTHOR_NAME = 'git.commit.author.name'.freeze
      TAG_COMMIT_COMMITTER_DATE = 'git.commit.committer.date'.freeze
      TAG_COMMIT_COMMITTER_EMAIL = 'git.commit.committer.email'.freeze
      TAG_COMMIT_COMMITTER_NAME = 'git.commit.committer.name'.freeze
      TAG_COMMIT_MESSAGE = 'git.commit.message'.freeze
      TAG_COMMIT_SHA = 'git.commit.sha'.freeze
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ddtrace-0.51.1 lib/ddtrace/ext/git.rb
ddtrace-0.51.0 lib/ddtrace/ext/git.rb