summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/pkg/web/doc.go
blob: 4c6d31461b07f7391f1ff6eb70d3fe994993c4ac (plain)
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: GPL-3.0-or-later

/*
Package web contains HTTP request and client configurations.
HTTP structure embeds both of them, and it's the only structure that intended to be used as part of a module's configuration.
Every module that uses HTTP requests to collect metrics should use it.
It allows to have same set of user configurable options across all modules.
*/
package web