Arthur Silva Sens
34ee8c6078
Merge pull request #13982 from tesla59/tesla/storage-doc
...
docs: storage.md: clarify storage.tsdb.retention.time description
2024-04-29 15:33:27 -03:00
Heyoxe
f7e923c3bb
fix(scaleway-sd): use public IPs if no private IP present ( #13941 )
...
* fix(scaleway-sd): use public IPs if no private IP present
* tests(scaleway-sd): add instance with routed public ip and no private ip
---------
Signed-off-by: Heyoxe <32708033+Heyoxe@users.noreply.github.com >
2024-04-27 15:01:30 +01:00
Nishant Singh
c8b23980c9
Update docs/storage.md
...
Co-authored-by: Ayoub Mrini <ayoubmrini424@gmail.com >
Signed-off-by: Nishant Singh <nishant@heim.id >
2024-04-27 13:50:50 +05:30
Nishant Singh
801314901c
Update docs/storage.md
...
Co-authored-by: Ayoub Mrini <ayoubmrini424@gmail.com >
Signed-off-by: Nishant Singh <nishant@heim.id >
2024-04-27 13:50:41 +05:30
tesla59
5e638b7f44
docs: storage.md: clarify storage.tsdb.retention.time description
...
Signed-off-by: tesla59 <nishant@heim.id >
2024-04-24 02:58:25 +05:30
Julius Volz
0eea8645fa
Fix up CLI flag docs after merging main into mantine-ui branch
...
Signed-off-by: Julius Volz <julius.volz@gmail.com >
2024-04-19 14:06:44 +02:00
Julius Volz
5827772f69
Merge branch 'main' into mantine-ui
...
Signed-off-by: Julius Volz <julius.volz@gmail.com >
2024-04-19 14:03:25 +02:00
Julius Volz
d99fed64f3
Update CLI flags doc after adding "new-ui" feature flag
...
Signed-off-by: Julius Volz <julius.volz@gmail.com >
2024-04-19 13:49:46 +02:00
Julius Volz
e8bbe191d4
Build both old & new UI into Prometheus, allow choosing via feature flag
...
This keeps the old "react-app" directory in its existing location (to make
it easier to merge changes from the main branch), but separates it from the
npm workspaces setup. Thus it now needs to be npm-installed/built/linted
separately. This is a bit hacky, but should only be needed temporarily,
until the old UI can be removed.
Signed-off-by: Julius Volz <julius.volz@gmail.com >
2024-04-18 15:08:40 +02:00
Simon Pasquier
7704cde4ea
discovery(k8s): add metadata labels to endpointslices
...
This commit adds 2 new metadata labels for the endpointslice role:
* `__meta_kubernetes_endpointslice_endpoint_node_name`
* `__meta_kubernetes_endpointslice_endpoint_zone`
The latter is only present when the `discovery.k8s.io/v1` API group is
available.
I also updated the configuration doc and added an entry for the
`__meta_kubernetes_endpointslice_endpoint_hostname` label which was
missing.
Signed-off-by: Simon Pasquier <spasquie@redhat.com >
2024-04-17 11:20:19 +02:00
machine424
c5a1cc9148
chore(tsdb): add a sandboxDir to DBReadOnly, the directory can be used for transient file writes.
...
use it in loadDataAsQueryable to make sure the RO Head doesn't truncate or cut new chunks in data/chunks_head/.
add a -sandbox-dir-root flag to "promtool tsdb dump/dump-openmetrics" to control the root of that sandbox dirrectory.
Signed-off-by: machine424 <ayoubmrini424@gmail.com >
2024-04-15 17:00:25 +02:00
Björn Rabenstein
4ec5c25393
Merge pull request #13731 from suntala/suntala/native-histogram-template
...
histograms: support expansion of native histogram values in templating
2024-04-11 13:24:26 +02:00
Sven Dewit
dc7d3fbc3c
fix: scrape_config/interval relabelling is not experimental any more
...
Signed-off-by: Sven Dewit <sven.dewit@1und1.de >
2024-04-05 12:22:16 +02:00
Julien
48c8ec19bc
Merge pull request #13882 from prometheus/update-featureflag-docs
...
Update documentation about existing feature-flags
2024-04-05 11:22:46 +02:00
dandrucz
38b75bc0d7
Linode IPv6 Range support, Optional region filtering, Missing fields in Documentation fixed ( #13774 )
...
* Add support for discovering Linode IPv6 ranges associated with linodes.
* Add optional but recommended region filtering (faster queries, more relevant information).
* Added missing fields in configuration.md, updated linode test cases.
* Convert to TableDrivenTests as per tjhop request.
Signed-off-by: David Andruczyk <dandrucz@akamai.com >
2024-04-05 09:31:59 +01:00
Arthur Silva Sens
db64d2dcdc
Update documentation about existing feature-flags
...
Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com >
2024-04-02 19:18:57 -03:00
suntala
9a7c6a5cc4
Support native histogram values in template functions
...
Co-authored-by: Aleks Fazlieva <britishrum@users.noreply.github.com >
Signed-off-by: suntala <arati.rana@grafana.com >
2024-03-26 22:30:01 +01:00
Federico Leva
2aab70b839
Clarify batch_send_deadline docs
...
This is the time period covered by a batch of samples, when the
number of waiting samples is lower than max_samples_per_send.
It does not affect timeouts or retries.
Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com >
Signed-off-by: Federico Leva <federico.leva@relexsolutions.com >
2024-03-26 17:18:46 +02:00
Daniel Kimsey
aa3e58358b
consul: Add support for catalog list services filter
...
This adds support for Consul's Catalog [List Services][^1] API's `filter`
parameter added in 1.14.x. This parameter grants the operator more
flexibility to do server-side filtering of the Catalog, before
Prometheus subscribes for updates. Operators can use this to improve
both the performance of Prometheus's Consul SD and reduce the impact of
enumerating large catalogs.
[^1]: https://developer.hashicorp.com/consul/api-docs/v1.14.x/catalog
Signed-off-by: Daniel Kimsey <dekimsey@protonmail.com >
2024-03-17 20:32:54 -05:00
Jan-Otto Kröpke
302e151de8
{discovery,remote_write}/azure: Support default SDK authentication ( #13099 )
...
* discovery/azure: Offer default SDK authentication
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de >
2024-03-16 11:06:57 +00:00
thirdkeyword
5fc1bf1bf0
docs: fix some typos
...
Signed-off-by: thirdkeyword <fliterdashen@gmail.com >
2024-03-06 20:55:35 +08:00
Julien
88622cfa2c
Merge pull request #12551 from nabokihms/alertmanager-relabeling-config
...
Route different alerts to different alertmanagers
2024-03-04 16:45:00 +01:00
Kartikay
8736772053
web/api: add limit param on series, labels, label-values ( #13396 )
...
Support limit parameter in queries to restrict output data to the specified size, on the following endpoints:
/api/v1/series
/api/v1/labels
/api/v1/label/:name:/values
Signed-off-by: Pranshu Srivastava <rexagod@gmail.com >
Signed-off-by: Kartikay <kartikay_2101ce32@iitp.ac.in >
2024-02-29 15:31:13 +00:00
machine424
4b71f6ffc2
promtool: add a "tsdb dump-openmetrics" to dump in OpemMetrics format.
...
This closes the loop, as the output can be fed into "tsdb create-blocks-from openmetrics"
Native histograms are not supported.
Signed-off-by: machine424 <ayoubmrini424@gmail.com >
2024-02-28 15:34:18 +01:00
Raúl Naveiras
58f528dcbc
[docs] Update remote write queue defaults
...
Update docs to reflect the default values in the
`config.DefaultQueueConfig`
Signed-off-by: Raúl Naveiras <me@raulnaveiras.com >
2024-02-26 15:59:29 +00:00
Vadim Yushmanov
786b614609
add description for oauth2 password grant type
...
Signed-off-by: Vadim Yushmanov <v_yushmanov@mail.ru >
2024-02-20 14:12:33 +04:00
Bryan Boreham
c0e36e6bb3
Standardise exemplar label as "trace_id"
...
This is consistent with the OpenTelemetry standard, and an example in OpenMetrics.
https://github.com/open-telemetry/opentelemetry-specification/blob/89aa01348139/specification/metrics/data-model.md#exemplars
https://github.com/OpenObservability/OpenMetrics/blob/138654493130/specification/OpenMetrics.md#exemplars-1
Signed-off-by: Bryan Boreham <bjboreham@gmail.com >
2024-02-15 14:20:08 +00:00
pschou
b66b0a5288
docs: improve "Querying Prometheus" readability ( #8492 )
...
Signed-off-by: schou <pschou@users.noreply.github.com >
Co-authored-by: George Krajcsovits <krajorama@users.noreply.github.com >
Co-authored-by: Bryan Boreham <bjboreham@gmail.com >
2024-02-09 17:37:14 +00:00
Faustas Butkus
6feffeb92e
promql: add histogram_avg function ( #13467 )
...
Add histogram_avg function
---------
Signed-off-by: Faustas Butkus <faustas.butkus@gmail.com >
Signed-off-by: Björn Rabenstein <github@rabenste.in >
Co-authored-by: Björn Rabenstein <github@rabenste.in >
2024-02-01 18:28:42 +01:00
Marco Pracucci
1bb341fa51
Improve doc
...
Signed-off-by: Marco Pracucci <marco@pracucci.com >
2024-01-29 10:15:50 +01:00
Marco Pracucci
6bbb03bd00
Fixed auto-generated doc
...
Signed-off-by: Marco Pracucci <marco@pracucci.com >
2024-01-29 10:12:37 +01:00
Danny Kopping
7aa3b10c3f
Block until all rules, both sync & async, have completed evaluating
...
Updated & added tests
Review feedback nits
Return empty map if not indeterminate
Use highWatermark to track inflight requests counter
Appease the linter
Clarify feature flag
Signed-off-by: Danny Kopping <danny.kopping@grafana.com >
2024-01-29 10:08:41 +01:00
Danny Kopping
5bda33375a
Rename flag
...
Signed-off-by: Danny Kopping <danny.kopping@grafana.com >
2024-01-29 10:08:41 +01:00
Danny Kopping
ed2933ca60
Add feature flag
...
Signed-off-by: Danny Kopping <danny.kopping@grafana.com >
2024-01-29 10:08:07 +01:00
Danny Kopping
940f83a540
Implementation
...
NOTE:
Rebased from main after refactor in #13014
Signed-off-by: Danny Kopping <danny.kopping@grafana.com >
2024-01-29 10:07:15 +01:00
Björn Rabenstein
89523cf9b3
doc: Mark mad_over_time as experimental ( #13440 )
...
We forgot to do that in
https://github.com/prometheus/prometheus/pull/13059
Signed-off-by: beorn7 <beorn@grafana.com >
2024-01-23 17:05:34 +01:00
SuperQ
2c0f9d1eee
Add automatic memory limit handling
...
Enable automatic detection of memory limits and configure GOMEMLIMIT to
match.
* Also includes a flag to allow controlling the reserved ratio.
Signed-off-by: SuperQ <superq@gmail.com >
2024-01-23 14:53:57 +01:00
Rewanth Tammana
102fd8cc88
Enhanced visibility for promtool test rules with JSON colored formatting ( #13342 )
...
* Added diff flag for unit test to improvise readability & debugging
Signed-off-by: Rewanth Tammana <22347290+rewanthtammana@users.noreply.github.com >
* Removed blank spaces
Signed-off-by: Rewanth Tammana <22347290+rewanthtammana@users.noreply.github.com >
* Fixed linting error
Signed-off-by: Rewanth Tammana <22347290+rewanthtammana@users.noreply.github.com >
* Added cli flags to documentation
Signed-off-by: Rewanth Tammana <22347290+rewanthtammana@users.noreply.github.com >
* Revert unrrelated linting fixes
Signed-off-by: Rewanth Tammana <22347290+rewanthtammana@users.noreply.github.com >
* Fixed review suggestions
Signed-off-by: Rewanth Tammana <22347290+rewanthtammana@users.noreply.github.com >
* Cleanup
Signed-off-by: Rewanth Tammana <22347290+rewanthtammana@users.noreply.github.com >
* Updated flag description
Signed-off-by: Rewanth Tammana <22347290+rewanthtammana@users.noreply.github.com >
* Updated flag description
Signed-off-by: Rewanth Tammana <22347290+rewanthtammana@users.noreply.github.com >
---------
Signed-off-by: Rewanth Tammana <22347290+rewanthtammana@users.noreply.github.com >
2024-01-18 09:49:16 -05:00
Ziqi Zhao
df2a0ecf3b
Native Histograms: support native_histogram_min_bucket_factor in scrape_config ( #13222 )
...
Native Histograms: support native_histogram_min_bucket_factor in scrape_config
---------
Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com >
Signed-off-by: Björn Rabenstein <github@rabenste.in >
Co-authored-by: George Krajcsovits <krajorama@users.noreply.github.com >
Co-authored-by: Björn Rabenstein <github@rabenste.in >
2024-01-17 16:58:54 +01:00
Ivan Babrou
a6b35ff304
promql: use natural sort in sort_by_label and sort_by_label_desc ( #13411 )
...
These functions are intended for humans, as robots can already sort the results
however they please. Humans like things sorted "naturally":
* https://blog.codinghorror.com/sorting-for-humans-natural-sort-order/
A similar thing has been done to Grafana, which is also used by humans:
* https://github.com/grafana/grafana/pull/78024
* https://github.com/grafana/grafana/pull/78494
Signed-off-by: Ivan Babrou <github@ivan.computer >
2024-01-16 21:34:09 -03:00
Ted Robertson
cf9e934036
Examples: link to rate for new users ( #10535 )
...
* Examples: link to `rate` for new users
Signed-off-by: Ted Robertson 10043369+tredondo@users.noreply.github.com
Co-authored-by: Bryan Boreham <bjboreham@gmail.com >
2024-01-16 11:13:52 +00:00
Ted Robertson
73bbeaafbf
Docs: Query Basics: link to rate ( #10538 )
...
Co-authored-by: Julien Pivotto <roidelapluie@o11y.eu >
2024-01-16 11:09:51 +00:00
Ayoub Mrini
ace9c8a3da
promtool: allow setting multiple matchers to "promtool tsdb dump" command. ( #13296 )
...
Conditions are ANDed inside the same matcher but matchers are ORed
Including unit tests for "promtool tsdb dump".
Refactor some matchers scraping utils.
Signed-off-by: machine424 <ayoubmrini424@gmail.com >
2024-01-15 10:29:53 +00:00
zenador
6150e1ca0e
Add analyze histograms command to promtool ( #12331 )
...
Add `query analyze` command to promtool
This command analyzes the buckets of classic and native histograms,
based on data queried from the Prometheus query API, i.e. it
doesn't require direct access to the TSDB files.
Signed-off-by: Jeanette Tan <jeanette.tan@grafana.com >
---------
Signed-off-by: Jeanette Tan <jeanette.tan@grafana.com >
2024-01-10 17:32:36 +01:00
Marc Tudurí
78c5ce3196
Drop old inmemory samples ( #13002 )
...
* Drop old inmemory samples
Co-authored-by: Paschalis Tsilias <paschalis.tsilias@grafana.com >
Signed-off-by: Paschalis Tsilias <paschalis.tsilias@grafana.com >
Signed-off-by: Marc Tuduri <marctc@protonmail.com >
* Avoid copying timeseries when the feature is disabled
Signed-off-by: Paschalis Tsilias <paschalis.tsilias@grafana.com >
Signed-off-by: Marc Tuduri <marctc@protonmail.com >
* Run gofmt
Signed-off-by: Paschalis Tsilias <paschalis.tsilias@grafana.com >
Signed-off-by: Marc Tuduri <marctc@protonmail.com >
* Clarify docs
Signed-off-by: Marc Tuduri <marctc@protonmail.com >
* Add more logging info
Signed-off-by: Marc Tuduri <marctc@protonmail.com >
* Remove loggers
Signed-off-by: Marc Tuduri <marctc@protonmail.com >
* optimize function and add tests
Signed-off-by: Marc Tuduri <marctc@protonmail.com >
* Simplify filter
Signed-off-by: Marc Tuduri <marctc@protonmail.com >
* rename var
Signed-off-by: Marc Tuduri <marctc@protonmail.com >
* Update help info from metrics
Signed-off-by: Marc Tuduri <marctc@protonmail.com >
* use metrics to keep track of drop elements during buildWriteRequest
Signed-off-by: Marc Tuduri <marctc@protonmail.com >
* rename var in tests
Signed-off-by: Marc Tuduri <marctc@protonmail.com >
* pass time.Now as parameter
Signed-off-by: Marc Tuduri <marctc@protonmail.com >
* Change buildwriterequest during retries
Signed-off-by: Marc Tuduri <marctc@protonmail.com >
* Revert "Remove loggers"
This reverts commit 54f91dfcae20488944162335ab4ad8be459df1ab.
Signed-off-by: Marc Tuduri <marctc@protonmail.com >
* use log level debug for loggers
Signed-off-by: Marc Tuduri <marctc@protonmail.com >
* Fix linter
Signed-off-by: Paschalis Tsilias <paschalis.tsilias@grafana.com >
* Remove noisy debug-level logs; add 'reason' label to drop metrics
Signed-off-by: Paschalis Tsilias <paschalis.tsilias@grafana.com >
* Remove accidentally committed files
Signed-off-by: Paschalis Tsilias <paschalis.tsilias@grafana.com >
* Propagate logger to buildWriteRequest to log dropped data
Signed-off-by: Paschalis Tsilias <paschalis.tsilias@grafana.com >
* Fix docs comment
Signed-off-by: Paschalis Tsilias <paschalis.tsilias@grafana.com >
* Make drop reason more specific
Signed-off-by: Paschalis Tsilias <paschalis.tsilias@grafana.com >
* Remove unnecessary pass of logger
Signed-off-by: Paschalis Tsilias <paschalis.tsilias@grafana.com >
* Use snake_case for reason label
Signed-off-by: Paschalis Tsilias <paschalis.tsilias@grafana.com >
* Fix dropped samples metric
Signed-off-by: Paschalis Tsilias <paschalis.tsilias@grafana.com >
---------
Signed-off-by: Paschalis Tsilias <paschalis.tsilias@grafana.com >
Signed-off-by: Marc Tuduri <marctc@protonmail.com >
Signed-off-by: Paschalis Tsilias <tpaschalis@users.noreply.github.com >
Co-authored-by: Paschalis Tsilias <paschalis.tsilias@grafana.com >
Co-authored-by: Paschalis Tsilias <tpaschalis@users.noreply.github.com >
2024-01-05 10:40:30 -08:00
Julien Pivotto
10557ed8e0
Merge pull request #13278 from Automaat/feat/extend-kuma-sd-api
...
kuma_sd: Extend Kuma SD configuration to allow users to specify ClientId
2023-12-18 12:12:07 +01:00
Arthur Silva Sens
69abd6d9f6
Document feature flag 'created-timestamp-zero-ingestion' ( #13279 )
...
Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com >
2023-12-13 15:12:50 +00:00
Marcin Skalski
19709f75d0
fix kuma_sd docs
...
Signed-off-by: Marcin Skalski <skalskimarcin33@gmail.com >
2023-12-12 14:49:43 +01:00
Björn Rabenstein
4b55a71210
Merge pull request #11583 from windsonsea/story
...
Tweak line wrappings in docs/storage.md
2023-12-12 12:31:02 +01:00
Marcin Skalski
0af810aa71
fix go lint
...
Signed-off-by: Marcin Skalski <skalskimarcin33@gmail.com >
2023-12-11 17:01:52 +01:00