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

35 lines
2.2 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 etcd
import (
"github.com/elastic/beats/libbeat/asset"
)
func init() {
if err := asset.SetFields("metricbeat", "etcd", Asset); err != nil {
panic(err)
}
}
// Asset returns asset data
func Asset() string {
return "eJzMl8+O2zYQxu9+ioEvbYHGD+BDL2mOBYogt6JoZslPFrEUqZBDO377grLktWzKf1YOWh4WC5nzzW+G5HD4gV6xXxNE6QWRGLFY0/KTKL1cEGlEFUwrxrs1/bYgom4m/eF1slgQBVhwxJpeILwgihAxbhPX9NcyRrv8lZa1SLv8e0FUGVgd153KB3Lc4Og3D9m3WNMm+NT2Xwre8/iajb6S8k7YuEhRWEwUoyJJzUI7BFAAa6qCb+jTm4tTglMKC9YIx88llis8eXwcYLr0HPROwFYnk89TNoxzuFPAylvrdwhxpXxyEkeTpnBvIOfxpQa51LwgkK+oYmOhiZ2mmJRCjFWy9Jkroc9/fqSAbwlRRsFMgV+DX/XiFwZDIMYJNqP1uCGYwe9Wu/ynrG1Z4NT+WammXo/EE1jV1AKBjCOpQcqmKBcR35/YXnvFWwTeYDIXUbGF/qeynuUBWZVCgLu0mCnb8HfTpObpssZdlb13ex0Fo7DTHPTv2BrO6/s48WSlebN9xX7ng77cnoNthK2eV6Oy2hMrlNF3BXUTMlvWoOTMtwQyGk5MZRCo8qH7pUEuV9cP8SHLxlV+9UDC72Ejo3Ol7M7s4VAMxf6MawInCgcR05wf0WmigkhqH1J4WkxFrvz3eShSm9i7/SmOtYveA9R2xW0Lp/vr6XAnFInKB/8G0dv1eHBzvAYPrM5rUM2R2uDzpYby6nWcL+z0zmipA0s5Z1cq3t2YL3tBpDb3H1De6RNOEzMIzNa4Df081Dnyzu5/mcZuXzc/FPiY0PczF+EjnP6xe6MURNeCjrdGPL87R4T/h12RQbr89ge/y+6KvuQ5W7apm5ScRmUcNHlH0biNHarx0L+ctYajMP/zXfT8GMvBPlzh7yiKoKxIuxruJKgdx4M7FLqGM6aJzL+LB0ZqhOGS8OHYMV22LOID5vQs+YHSiZy+8oxTNuVFdZUPTdeREb/4JF2mfIvQfSuexZqdttBz250NJt8x0/VkZFx4s9x4r4wSO8d/nO9fw0LwboLefB5DajXPYOjN5zGogDkMvflMBt+0HMBOxx2372cZyzyLaeZOuRB6nKuoi++tCXigISiq7FhUjXA9rH8DAAD//ymkL3s="
}