mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-03 13:42:14 -04:00
Add dedupelabels tag to not build regular labels
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
This commit is contained in:
parent
d51a5344cd
commit
b39286fd1f
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !stringlabels
|
||||
//go:build !stringlabels && !dedupelabels
|
||||
|
||||
package labels
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !stringlabels
|
||||
//go:build !stringlabels && !dedupelabels
|
||||
|
||||
package labels
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue