Julius Volz
aa3f2b7216
Generic write cleanups and changes.
...
- fold metric name into labels
- return initialization errors back to main
- add snappy compression
- better context handling
- pre-allocation of labels
- remove generic naming
- other cleanups
8 years ago
Brian Brazil
36d2c4bd0b
Add generic write path using grpc.
...
This uses a new proto format, with scope for multiple samples per
timeseries in future. This will allow users to pump samples out to
whatever they like without having to change the core Prometheus code.
There's also an example receiver to save users figuring out the
boilerplate themselves.
8 years ago
Fabian Reinartz
9a269b5507
Clarify comment on rule evaluation
...
Fixes #1866
8 years ago
Audun Fauchald Strand
50e044bb00
added path to pods scrape job
8 years ago
William Stewart
f97cd29e47
Drop '__meta_kubernetes_role' since we have role in the config
8 years ago
William Stewart
599fafd2aa
Add node job
8 years ago
William Martin Stewart
58a3771e49
Add roles to prometheus kubernetes example
...
Needed with Prometheus 1.0
8 years ago
Jimmi Dyson
5733de0dfe
Kubernetes SD: Update example config with TLS options
9 years ago
beorn7
44aa7ec46d
doc: Update scrape config in example prometheus.yml
9 years ago
Pieter Lange
ed0008b435
Minor typo
9 years ago
Pieter Lange
427b322078
Minor typo
9 years ago
Patrick Bogen
ae413704e8
kubernetes pod-level discovery
9 years ago
Julius Volz
657d65d6d6
Remove invalid scrape timeout from example config.
...
It can't be greater than the scrape interval. Let's just remove it.
9 years ago
Julius Volz
e3baa35e9f
Fix typo in documentation/examples/kubernetes-rabbitmq/README.md
9 years ago
Tiago Katcipis
73be7f63be
Fix typos and moving example to the correct place
9 years ago
Tiago Katcipis
b7ae20d3d8
fixing typos
9 years ago
Tiago Katcipis
53fb648849
adding README to explain the example
9 years ago
Tiago Katcipis
bb4722d6b5
Adding RabbitMQ example as mentioned on #1312
9 years ago
Jimmi Dyson
d3934345e9
Kubernetes Discovery: Ensure metrics path isn't overwritten in example relabeling
9 years ago
Jimmi Dyson
c12fb447b8
Kubernetes SD: Use first TCP service port as target port & clean up
...
example config
Fixes #1256
9 years ago
Jimmi Dyson
042f18b07a
Kubernetes SD: Fix metrics path relabeling in example config
9 years ago
Jimmi Dyson
645feba8cf
KubernetesSD: Remove redundant defaults from example config
9 years ago
Jimmi Dyson
2cca07381b
KubernetesSD: Create targets for services as well as service endpoints
9 years ago
Jimmi Dyson
104803e74e
Kubernetes SD: Cleanup example config label regexps
9 years ago
Jimmi Dyson
87940ec213
Kubernetes SD: Rename `masters` to `api_servers` in config
9 years ago
Thach MAI
94f4430ff3
Fix example prometheus.yml to use "external_labels" instead of "labels".
9 years ago
Jimmi Dyson
1976dfe634
Add Kubernetes namespace & name labels to example config
9 years ago
Jimmi Dyson
0d61605526
Kubernetes SD example: separate out cluster level components & services
9 years ago
Jimmi Dyson
e26fc5e73c
Kubernetes SD config tidy & add labelmap action example
9 years ago
Keegan Carruthers-Smith
e633b1dc8d
Move InCluster auth in kubernetes example config
...
CA and Bearer Token are config of `kubernetes_sd_configs`, not the
`scrape_config`. Also updated misleading top-level comment and removed
unnecessary global config.
9 years ago
Jimmi Dyson
a1574aa2b3
Move TLS options to scrape config
...
Fixes #1013 , fixes #989
9 years ago
Fabian Reinartz
e761f0d664
Update architecture diagram
9 years ago
Jimmi Dyson
d7a7fd4589
Kubernetes SD improvements
...
* Support multiple masters with retries against each master as required.
* Scrape masters' metrics.
* Add role meta label for node/service/master to make it easier for relabeling.
9 years ago
Jimmi Dyson
923f8111d4
Initial Kubernetes discovery
...
Fixes #904
9 years ago
Fabian Reinartz
a703241bf8
Adjust example config to naming changes
10 years ago
Fabian Reinartz
86087120dd
Replace example config with new YAML format.
10 years ago
beorn7
33ef2e411b
Remove hopelessly outdated tutorial.
10 years ago
Julius Volz
62b69b005d
Update architecture diagram and include source file.
...
Change-Id: I2a793a5d1941dc0e945a9cfe25df5f5a79d2b10a
10 years ago
Julius Volz
9c43ed7b6d
Update architecture diagram.
...
Include links to components and include the pushgateway.
Change-Id: I8edb246fac3ba6b2f97ef0d810e0d3bf163be5f7
10 years ago
Julius Volz
6717f6b2f4
Add architecture overview diagram.
...
Change-Id: I860a748be534b2b9b0b60a9dd2e4436b78cc3907
10 years ago
Julius Volz
c35db9f080
Add Java implementation links to metric model docs.
...
Change-Id: If2a36aa305a0806ffdf490f78e85afb71da8c202
11 years ago
Julius Volz
688f4f43c3
Minor metric type documentation fixups.
...
Change-Id: Ib01ab728e9f0a6b15c23f1cde84161efe9f89e33
11 years ago
Julius Volz
fceef4137c
Fix /metrics endpoint in sample config.
...
Change-Id: I2daca6a31f536b87aa8e49a2190787ad9d803595
11 years ago
Stuart Nelson
28b055554f
moved CONTRIBUTING.md to top of repo; link to CONTRIBUTING.md in README.md
...
Change-Id: Ibe1def5c0c5e1e7f6eb0da344badc53d18f2ecb3
11 years ago
Stuart Nelson
dd2b5e0e1c
change double quotes to backticks for md awesomeness
...
Change-Id: Ife68c9c67d36ffec24927176ab519f7cb08976a8
11 years ago
Stuart Nelson
af5114d81e
add contributing.md
...
Change-Id: Ia3284a90dfbbaaf655facd885a8ef13858bdb2c9
11 years ago
Conor Hennessy
aada5ded85
Replace some uses of obsolete `/metrics.json` with `/metrics`
...
(haven't touched test files yet).
Change-Id: I48c7c0cf27a39d596627a06cbb4f5913fb3da13c
11 years ago
Conor Hennessy
2d2c434d48
More updates for first time users.
...
- Modified sample conf so it is useable by default, also added some
comments from the 'hello world' configuration.
- Updated README so there's a clear two step start for newbies.
- Added extra vim swap files to gitignore.
Change-Id: I76203973db4a7b332014662fcfb2ce5e7d137bd8
11 years ago
Conor Hennessy
986adfa557
Update example config file from json to new protobuf format.
...
Change-Id: I38646c2be53b6993abe464d9cdd9b211678de496
11 years ago
Matt T. Proud
9dd3f95861
Interim commit of metric model.
...
Change-Id: I54c74d796bd175fe056353983043a10c03974185
11 years ago