Commit Graph

83 Commits

Author SHA1 Message Date
Piotr Kiełkowicz 3fec34e772
Update docs after OTel .NET Auto 1.10.0 release (#6221)
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
2025-02-06 07:49:29 +00:00
Patrice Chalin cdd35a20cc
Link fix of Spring Boot Starter other-spring-autoconfig.md (#6199)
Co-authored-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
2025-02-04 19:01:40 +00:00
Patrice Chalin 748555c22f
[CI] Page-local dictionary normalization: drop unused words and duplicates (now case-insensitive compare) (#6165) 2025-02-01 14:56:02 +00:00
Brett McBride 1dca59202e
update PHP zero-code docs (#6063) 2025-01-27 08:49:49 +00:00
Brett McBride b98d458963
PHP docs minor fixes (#6042) 2025-01-23 16:51:44 +00:00
Josh Soref 23b153a631
[chore] Spelling: preexisting..system (#6020)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2025-01-23 00:02:43 +00:00
Josh Soref dc6a2b8576
spelling: cspell:ignore (#6015)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2025-01-22 00:05:19 +00:00
OpenTelemetry Bot 8faf59e044
Update opentelemetry-java-instrumentation version to v2.12.0 (#5958)
Co-authored-by: Severin Neumann <neumanns@cisco.com>
2025-01-20 08:45:40 +00:00
Patrice Chalin 6d7a4a7b2c
[CI] Fix to github.com links for opentelemetry-dotnet-instrumentation and more (#5973) 2025-01-17 17:16:25 -05:00
Gregor Zeitlinger 292967ac09
Extending with custom manual instrumentation (#5789)
Co-authored-by: Severin Neumann <severin.neumann@altmuehlnet.de>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2025-01-11 21:05:04 +00:00
OpenTelemetry Bot 17454844cb
Update opentelemetry-java version to v1.46.0 (#5914) 2025-01-10 13:43:26 -05:00
Johnny Lim 1e69c8f94a
Fix Gradle build script names in docs (#5860) 2024-12-31 16:57:55 +00:00
Jay DeLuca 4dda37feaa
Small updates to the java agent zero code docs (#5857) 2024-12-30 18:42:09 +00:00
OpenTelemetry Bot a8acad119d
Update opentelemetry-java-instrumentation version to v2.11.0 (#5848)
Co-authored-by: Tiffany Hrabusa <30397949+tiffany76@users.noreply.github.com>
2024-12-26 22:32:28 +00:00
AlexeiZenin c386693843
Update getting-started.md in Spring Boot Starter to be easier to copy dependency (#5779) 2024-12-16 09:38:37 +00:00
Patrice Chalin 6a865f53d8
[CI] Merge dup cSpell entries in front matter, run word normalization in other locales (#5765) 2024-12-12 12:48:06 +00:00
Patrice Chalin f46fc536d9
[CI] Ensure auto update processes all files (#5769) 2024-12-12 12:46:03 +00:00
sergimola ba2d1c4d2c
docs: fix service version and name correspondence to build-info.properties (#5712)
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Severin Neumann <neumanns@cisco.com>
2024-12-04 13:34:28 +00:00
Severin Neumann 1505d05656
Update prettier to 3.4.0 (#5684)
Signed-off-by: svrnm <neumanns@cisco.com>
2024-11-26 13:49:08 +00:00
Jordie fec7c69d85
Add `uv` package manager instructions to Python zero-code docs (#5635) 2024-11-21 10:02:02 +00:00
Jean Bisutti 0b22ed7b76
Add Logback MDC to the starter (#5636) 2024-11-19 15:49:28 +00:00
jack-berg d657980349
Move performance to java agent, merge javadoc into API page (#5590)
Co-authored-by: Patrice Chalin <pchalin@gmail.com>
2024-11-15 16:11:32 +00:00
Riccardo Magliocchetti 5d25dfe821
Revise k8s operator docs for Python after latest releases (#5583)
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
2024-11-12 11:08:31 +00:00
OpenTelemetry Bot bea4a3386c
Update opentelemetry-specification version to v1.39.0 (#5552) 2024-11-08 19:00:43 -05:00
Mateusz Łach a3c6582c37
Remove unsupported environment variables from configuration page (#5560)
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
2024-11-08 10:52:18 +00:00
Marcell Münnich e3ae3a2948
Add Flagd-ui to demo docs (#5332)
Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
Co-authored-by: Juliano Costa <juliano.costa@datadoghq.com>
2024-11-06 10:22:30 +00:00
Riccardo Magliocchetti fc72093f23
zero-code/python: add django applications notes in operator doc (#5443)
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Phillip Carter <pcarter@fastmail.com>
2024-10-22 08:10:28 +00:00
Riccardo Magliocchetti 71833a5f8b
Document some quirks with Python otel operator based auto-instrumentation (#5338)
Co-authored-by: Fabrizio Ferri-Benedetti <algernon@fastmail.com>
Co-authored-by: Tiffany Hrabusa <30397949+tiffany76@users.noreply.github.com>
2024-10-15 07:23:39 +00:00
Puneet Arora 9b53527853
Removing repeated words (#5164)
Co-authored-by: jason plumb <75337021+breedx-splk@users.noreply.github.com>
2024-10-02 15:46:47 +00:00
Piotr Kiełkowicz 571133add7
OTel .NET Auto - typo fixes propagators -> exporters (#5269) 2024-09-30 06:25:24 +00:00
Piotr Kiełkowicz 203c4f08a8
OpenTelemetry .NET Automatic Instrumentation v1.8.0 (#5258)
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
Co-authored-by: Fabrizio Ferri-Benedetti <algernon@fastmail.com>
2024-09-27 11:54:31 +00:00
Severin Neumann 565cff5137
Remove zero-code under construction banner (#5240)
Signed-off-by: svrnm <neumanns@cisco.com>
Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
2024-09-25 06:11:19 +00:00
CFly17 f711eb108c
Replace "dynamically injects bytecode" in Python zero-code instrumentation (#5130)
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
2024-09-03 10:36:57 +00:00
Patrice Chalin 2bda479b6c
[cleanup] Add autoinstrumentation into the main dictionary (#4964)
Co-authored-by: Phillip Carter <pcarter@fastmail.com>
2024-08-05 16:22:09 -07:00
Brett McBride 291ff16f7a
rework php zero-code page (#4952)
Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
2024-08-05 07:40:36 -07:00
Patrice Chalin edceefedb6
Python zero-code copyedits (#4917)
Co-authored-by: Severin Neumann <neumanns@cisco.com>
2024-07-31 12:15:52 +02:00
Emídio Neto 18bbe1831a
python: add note to zero-code docs highlighting the need for distro package (#4912) 2024-07-31 09:43:26 +02:00
Jay DeLuca 2a06b13ac5
Update java agent instrumentation disable list (#4875) 2024-07-25 12:01:56 +02:00
Patrice Chalin 78f1d31f56
Fix spelling issues, update page-local dictionaries (#4877) 2024-07-24 20:15:18 -04:00
Gregor Zeitlinger 99dfcdebbc
Include Java example code excerpts (#4642) 2024-07-24 16:45:00 +02:00
Riccardo Magliocchetti d76b9bdbc7
zero-code/python: correct the OTEL_PYTHON_DISABLED_INSTRUMENTATIONS description (#4866) 2024-07-24 16:31:52 +02:00
Jamie Danielson 114d136a9a
[operator/nodejs] document disabling node auto-instrumentations (#4824) 2024-07-24 11:55:18 +02:00
Gregor Zeitlinger 497dd231e5
simplify spring starter dependencies (#4848) 2024-07-23 11:16:44 +02:00
Gregor Zeitlinger ce38468cfe
fix spring starter dependencies (#4849)
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
2024-07-18 19:36:02 +02:00
Jean Bisutti 18e6ecd24b
Update OTel Spring starter doc with 2.6.0 features (#4847)
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
Co-authored-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
2024-07-18 17:24:02 +02:00
Gregor Zeitlinger 94b83c9010
re-organize agent config (#4811)
Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com>
Co-authored-by: Patrice Chalin <pchalin@gmail.com>
Co-authored-by: Severin Neumann <neumanns@cisco.com>
2024-07-18 07:25:26 -04:00
Jean Bisutti 471c572b4a
OTel Spring starter update from 2.6.0 (#4842)
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Severin Neumann <neumanns@cisco.com>
2024-07-17 07:48:57 -04:00
Severin Neumann 6d6021a166
Replace instrumentation module/package instances with instrumentation library (#4727)
Signed-off-by: svrnm <neumanns@cisco.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
Co-authored-by: Tiffany Hrabusa <30397949+tiffany76@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
2024-07-11 15:52:51 +02:00
Jean Bisutti 466f5c90f2
Fix XML tag (#4821) 2024-07-10 18:09:23 +02:00
Jean Bisutti 2faf0ea68a
Improve the annotation doc of the OTel starter (#4806)
Co-authored-by: Tiffany Hrabusa <30397949+tiffany76@users.noreply.github.com>
Co-authored-by: Jay DeLuca <jaydeluca4@gmail.com>
2024-07-10 16:14:26 +02:00