youtubebeat/vendor/github.com/elastic/beats/metricbeat/module/traefik/fields.go

36 lines
1.5 KiB
Go

// Licensed to Elasticsearch B.V. under one or more contributor
// license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright
// ownership. Elasticsearch B.V. licenses this file to you under
// the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
// Code generated by beats/dev-tools/cmd/asset/asset.go - DO NOT EDIT.
package traefik
import (
"github.com/elastic/beats/libbeat/asset"
)
func init() {
if err := asset.SetFields("metricbeat", "traefik", Asset); err != nil {
panic(err)
}
}
// Asset returns asset data
func Asset() string {
return "eJy00TGP2kAQBeDev+KJJhVJ7yISZYpEUZSr0Xr9bPawd1aza3T8+5ONAeOzOHSnm3IHZj6/WWPPY46khpXbZ0ByqWGO1fiyyoCS0aoLyYnP8TMDgP+nLpQHaiSCyssRP9CIKVGYxnhLRcukzsYMUDY0kTkKJpMBlWNTxnyYtYY3LaeGvtIxMEet0oXxZYHxEUpf0/VTwo6mSbvL85LijqSv36c9kCIZ51miUmnPxm9x3IDN31+gL4M4nyb/n7umti4k1/J7pL1pn42N+HrWuMPs62kYCKkuETofUx8XnEekFV/GRYoyBvGRi5B5WA9I/o3zZle6l8qUY6W7SfHdYB4g9fWnawtqH9D5g+eyq8Ec6u1wn+7tbz4v2RyopubFgeFyzqN1VmXpVFNbTCZ1cWulnF/sapPimXYpxFNj+wVZIlBHGwbbawAAAP//CW40lQ=="
}