19 Commits

Author SHA1 Message Date
3555fdf776 Update example images (#4842)
* Examples: upgrade xk6-client-tracing to v0.0.7

* Upgrade grafana to 11.5.2
2025-03-13 14:40:36 +10:00
dbd750555f Update all open-telemetry packages to 0.116.0 (#4466) 2024-12-20 17:02:16 +01:00
a5b4d7613c [DOC] Remove traceQLStreaming feature flag (#4188)
* Remove traceQLStreaming feature flag

* Add streamingEnabled
2024-10-16 16:48:19 -04:00
7615301906 Begin implementation for native histograms (#3789)
* Initial setup native histograms

* Bump prometheus dependencies, map exemplars over

* Add GenerateNativeHistograms from legacy

* Add test coverage for legacy overrides

* Plumb overrides into remote write config generation and test

* Lint for unused vars and duplicate imports

* Map 'classic' histograms out of prom.Histogram

* More tweaking to get classic histograms working, not there yet though :(

* Lint increment

* Lint increment

* Refactor native histogram tests

* Track and reset the buckets for which exemplars have been recorded

* Split multiplier test into integer and floating point

* Fix expectedSeriesCount and examplars in test

* Drop expectedSeriesCount and just len of expectedSamples instead

* Reduce log spam

* Apply existing interface constraint to Gauge and Counter

* Update test instances for metric interface

* Use int64 in place of atomic since always under lock

* Lint for interface updates

* Drop series[0] check

* Convert override from bool to string and test values

* Push mode func into native histograms implementation for update handling

* Drop unused variable

* Set --enable-feature=native-histograms on all prometheus docker-compose setups

* Update generate_native_histograms setting

---------

Co-authored-by: Koenraad Verheyden <koenraad.verheyden@grafana.com>
Co-authored-by: yuna <yuna.verheyden@posteo.net>
2024-07-11 16:03:26 +00:00
6952f533cd Upgrade grafana and xk6-client-tracing in examples (#3732)
* Upgrade examples to xk6-client-tracing v0.0.5

* Upgrade examples to grafana 11
2024-05-30 11:46:44 +10:00
9caf167fb7 Update docker compose examples (#3603)
* Update local example to mention the path ownership required

* Drop grafana7.4 docker-compose example

* Drop docker-compose example for gcs

* Drop docker-compose example for azure

* Drop docker-compose example for s3

* Update docker compose examples

* Drop deprecated `version` field
* Add init service to chown the volume on startup and set dependency for ordered startup
* Use yaml reference for docker image specification

* Update docker compose example commands for deprecation

* Update top docker-compose readme to point to our docs

* Update integration readme for docker compose command deprecation

* Update tk readme for docker compose command deprecation

* Remove s3 docker compose example and point to the top of the example/docker-compose

* Update wording slightly

* Update changelog

* Be less specific about the possible backend configurations.
2024-04-24 16:16:07 +00:00
533912d284 Updated Grafana image in the docker-compose examples to latest (#3594)
* Update Grafana image to latest

* Update Grafana images to 10.4.2
2024-04-22 09:32:32 -04:00
27f78c124d Update examples and docs for UID path ownership change (#3596) 2024-04-19 17:15:41 +00:00
387479e69f Remove multi-tenancy config in docker-compose examples (#3265) 2024-01-04 11:30:55 +01:00
f736805f1d Move local Docker Compose Grafana version to 10.1.1. (#2936)
Signed-off-by: Heds Simons <hedley.simons@grafana.com>
Co-authored-by: A. Stoewer <adrian@stoewer.me>
2023-09-26 20:07:18 +10:00
3e70bb948e Upgrade grafana to version 9.4.3 docker-compose examples (#2197) 2023-03-13 08:57:56 +01:00
623e7f20c3 Remove feature flags and default to on (#2004)
* remove search_enabled

Signed-off-by: Joe Elliott <number101010@gmail.com>

* remove metrics_enabled

Signed-off-by: Joe Elliott <number101010@gmail.com>

* example cleanup

Signed-off-by: Joe Elliott <number101010@gmail.com>

* fix handler setup

Signed-off-by: Joe Elliott <number101010@gmail.com>

* cleanup

Signed-off-by: Joe Elliott <number101010@gmail.com>

* single binary jsonnet cleanup

Signed-off-by: Joe Elliott <number101010@gmail.com>

* additional cleanup

Signed-off-by: Joe Elliott <number101010@gmail.com>

* make jsonnet

Signed-off-by: Joe Elliott <number101010@gmail.com>

* changelog

Signed-off-by: Joe Elliott <number101010@gmail.com>

* additional cleanup

Signed-off-by: Joe Elliott <number101010@gmail.com>

* removed wait for no longer existing features

Signed-off-by: Joe Elliott <number101010@gmail.com>

* return err unconfigured and let modules.go decide what to do

Signed-off-by: Joe Elliott <number101010@gmail.com>

Signed-off-by: Joe Elliott <number101010@gmail.com>
2023-01-19 14:04:14 -05:00
f5109c595c Use xk6-client-tracing in examples to generate traces (#1920)
* Use xk6-client-tracing in examples to generate traces

Replace the synthetic-load-generator with xk6-client-tracing
in docker-compose examples

The grafana7.4 example still uses the load generator because
it requires the generated trace IDs to be logged for querying

* Move load-generator.json to grafana7.4 example

The file is no longer used by multiple examples

* Pin xk6-client-tracing version to v0.0.2

* Mention fix for #902 in change log

* Upgrade to Grafana 9.3.0 in docker-compose examples
2022-12-01 08:24:46 -05:00
f5526ac08d Update docker-compose examples (#1762)
* Update local docker-compose example

Upgrade to Grafana 9.1.6 and load generator 1.0.29

Enable search and service graphs

* Update agent docker-compose example

Upgrade to Grafana 9.1.6, agent 0.27.1 and load generator 1.0.29

Enable service graphs and fix prometheus feature flags

* Update azure docker-compose example

Upgrade to Grafana 9.1.6 and load generator 1.0.29

Enable search, service graphs and prometheus feature flags

* Update distributed docker-compose example

Upgrade to Grafana 9.1.6 and load generator 1.0.29

Fix issues related to the tempo image, metrics scraping and
the grafana data source

* Update s3 docker-compose example

Upgrade to Grafana 9.1.6 and load generator 1.0.29

Enable search and service graphs

* Update scalable-single-binary docker-compose example

Upgrade to Grafana 9.1.6 and load generator 1.0.29

Enable search and service graphs

* Update gcs docker-compose example

Upgrade to Grafana 9.1.6 and load generator 1.0.29

Enable search and service graphs

* Update loki docker-compose example

Upgrade to Grafana 9.1.6 and Loki 2.6.3

Enable search and service graphs

* Update otel-collector docker-compose examples

Upgrade to Grafana 9.1.6, otel collector 0.61.0 and load generator 1.0.29

Enable search and service graphs
2022-09-29 09:48:17 +02:00
81f189883b Update examples and configs OTLP ports (#1294)
* Update examples and configs OTLP ports

OTLP listening port was changed from 55680/55681 to 4317/4318.

* Update kube-manifests

* Add changelog entry
2022-02-21 12:24:36 +00:00
7bfaaf3793 Update examples to use grafana:8.1.6 (#1009) 2021-10-06 09:19:05 +02:00
8724c5df42 Update docker-compose examples, tweak docs related to Grafana 7.4 (#873)
* Update docker-compose examples, tweak docs related to Grafana 7.4

* Apply suggestions from code review

Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>

* Apply suggestion from code review

* Add restart: always

Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-08-16 09:32:44 +02:00
97941594d2 Replace default tempo port from 3100 to 3200 (#809)
* Replace default 3100 port to 3200

* Update changelog
2021-07-14 09:28:18 -04:00
e2ca33685b Reorganize docker-compose examples into subfolders (#740)
* Reorganize docker-compose examples into subfolders

* Docs: update links to docker-compose examples

* Highlight local example
2021-06-07 11:20:46 -04:00