github.com/jaylevin/jenkins-library@v1.230.4/pkg/config/resources.go (about)

     1  package config
     2  
     3  // InfluxField is the constant for an Influx field
     4  const InfluxField = "field"
     5  
     6  // InfluxTag is the constant for an Influx field
     7  const InfluxTag = "tag"